Use ansible_domain everywhere and bail out if it is empty.
This commit is contained in:
parent
bbcf45bbeb
commit
ed8b7a7fa6
12 changed files with 32 additions and 25 deletions
|
@ -1,4 +1,4 @@
|
|||
## access controls for the Kerberos KDC
|
||||
root/admin@{{ ldap_domain | upper }} *
|
||||
*@{{ ldap_domain | upper }} cil
|
||||
*/*@{{ ldap_domain | upper }} i
|
||||
root/admin@{{ ansible_domain | upper }} *
|
||||
*@{{ ansible_domain | upper }} cil
|
||||
*/*@{{ ansible_domain | upper }} i
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue