mirror of
https://github.com/rocky-linux/infrastructure
synced 2024-11-22 05:01:27 +00:00
vars for vaults
This commit is contained in:
parent
46001435e5
commit
6c05b159cc
@ -6,4 +6,4 @@ rocky_ldap_account_basedn: "cn=accounts,dc=rockylinux,dc=org"
|
||||
# Requires jinja 2.9+
|
||||
rocky_ipaserver_list: "{{ groups['ipaserver'] + groups['ipareplicas'] }}"
|
||||
# This will need to be vaulted
|
||||
# rocky_ldap_bind_pw: "ThisIsNotThePassword!"
|
||||
rocky_ldap_bind_pw: "{{ ipa_binder_password }}"
|
||||
|
@ -63,7 +63,7 @@ gitlab_nginx_listen_https: "false"
|
||||
|
||||
gitlab_default_theme: 2
|
||||
|
||||
gitlab_external_db: false
|
||||
gitlab_external_db: true
|
||||
gitlab_external_db_host: db.rockylinux.org
|
||||
gitlab_external_db_user: gitlab
|
||||
gitlab_external_db_password: gitlab
|
||||
gitlab_external_db_password: "{{ gitlab_db_pass }}"
|
||||
|
@ -22,3 +22,6 @@ koji_db_pass: !vault |
|
||||
pubsub_federation_pass: !vault |
|
||||
$ANSIBLE_VAULT;1.1;AES256
|
||||
REDACTED
|
||||
gitlab_db_pass: !vault |
|
||||
$ANSIBLE_VAULT;1.1;AES256
|
||||
REDACTED
|
||||
|
Loading…
Reference in New Issue
Block a user