vars for vaults

This commit is contained in:
nazunalika 2021-01-04 12:01:44 -07:00
parent 46001435e5
commit 6c05b159cc
3 changed files with 6 additions and 3 deletions

View File

@ -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 }}"

View File

@ -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 }}"

View File

@ -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