-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(lint): errors with role variable namming
- Loading branch information
1 parent
f78e21f
commit dc5080a
Showing
131 changed files
with
501 additions
and
504 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,17 @@ | ||
--- | ||
# defaults file for k8s_gitea | ||
|
||
# tmpdir | ||
tmpdir: /tmp | ||
k8s_gitea_nfs_server: "{{ nfs_server | default('nfs.domain.com') }}" | ||
|
||
nfs_server: nfs.domain.com | ||
|
||
kubernetes_ingress_root_domain: domain.com | ||
k8s_gitea_ingress_root_domain: "{{ kubernetes_ingress_root_domain | default('domain.com') }}" | ||
|
||
# admin user | ||
gitea_admin_username: admin | ||
gitea_admin_password: password | ||
k8s_gitea_admin_username: admin | ||
k8s_gitea_admin_password: password | ||
|
||
# system gpg key | ||
gitea_gpg_key: "" | ||
k8s_gitea_gpg_key: "" | ||
|
||
# oauth secret | ||
gitea_oauth_key: key | ||
gitea_oauth_secret: secret | ||
k8s_gitea_oauth_key: key | ||
k8s_gitea_oauth_secret: secret |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
--- | ||
# vars file for k8s_gitea | ||
# k8s_gitea_tmpdir | ||
k8s_gitea_tmpdir: /tmp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
--- | ||
# defaults file for k8s_authentik | ||
|
||
# tmpdir | ||
tmpdir: /tmp | ||
# k8s_grafana_tmpdir | ||
k8s_grafana_tmpdir: /tmp | ||
|
||
nfs_server: nfs.domain.com | ||
kubernetes_ingress_root_domain: domain.com | ||
k8s_grafana_nfs_server: "{{ nfs_server | default('nfs.domain.com') }}" | ||
k8s_grafana_ingress_root_domain: "{{ kubernetes_ingress_root_domain | default('domain.com') }}" | ||
|
||
grafana_admin_user: user | ||
grafana_admin_password: password | ||
k8s_grafana_admin_user: user | ||
k8s_grafana_admin_password: password | ||
|
||
grafana_oauth_client_secret: secret | ||
k8s_grafana_oauth_client_secret: secret |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.