2020-12-30 09:22:58 +00:00
|
|
|
---
|
2021-01-20 05:05:28 +00:00
|
|
|
rocky_ipa_realm: "ROCKYLINUX.ORG"
|
2020-12-30 09:22:58 +00:00
|
|
|
rocky_ldap_bind_dn: "uid=binder,cn=sysaccounts,cn=etc,dc=rockylinux,dc=org"
|
|
|
|
rocky_ldap_user_basedn: "cn=users,cn=accounts,dc=rockylinux,dc=org"
|
|
|
|
rocky_ldap_group_basedn: "cn=groups,cn=accounts,dc=rockylinux,dc=org"
|
|
|
|
rocky_ldap_account_basedn: "cn=accounts,dc=rockylinux,dc=org"
|
|
|
|
# Requires jinja 2.9+
|
|
|
|
rocky_ipaserver_list: "{{ groups['ipaserver'] + groups['ipareplicas'] }}"
|
2021-01-18 01:49:28 +00:00
|
|
|
rocky_ipaserver_lb: "ipa-lb.rockylinux.org"
|
2021-01-01 03:05:27 +00:00
|
|
|
# This will need to be vaulted
|
2021-01-04 19:01:44 +00:00
|
|
|
rocky_ldap_bind_pw: "{{ ipa_binder_password }}"
|
2021-04-02 02:35:17 +00:00
|
|
|
rocky_ldap_userman_dn: "uid=userman,cn=users,cn=accounts,dc=rockylinux,dc=org"
|
|
|
|
rocky_ldap_userman_pw: "{{ ipa_userman_password }}"
|
2021-08-30 05:02:24 +00:00
|
|
|
...
|