mirror of
https://github.com/rocky-linux/infrastructure
synced 2024-11-01 12:31:22 +00:00
fcdf86b31c
This commit appends the README.md to state that yaml files should start with `---` and end with `...`. This also addresses some linting warnings that were not appearing during pre-commit on local system.
15 lines
668 B
YAML
15 lines
668 B
YAML
---
|
|
rocky_ipa_realm: "ROCKYLINUX.ORG"
|
|
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'] }}"
|
|
rocky_ipaserver_lb: "ipa-lb.rockylinux.org"
|
|
# This will need to be vaulted
|
|
rocky_ldap_bind_pw: "{{ ipa_binder_password }}"
|
|
rocky_ldap_userman_dn: "uid=userman,cn=users,cn=accounts,dc=rockylinux,dc=org"
|
|
rocky_ldap_userman_pw: "{{ ipa_userman_password }}"
|
|
...
|