pyrocufflink: Convert variables file to directory

Converting the *pyrocufflink* group variables definition from a file to
a directory will allow Jenkins jobs to place a Vault-envrypted file
within it that defines the `ansible_become_password` variable. In this
way, a different password can be used for machines that are members of
the *pyrocufflink.blue* domain than for other hosts. The existing
mechanism of specifying the path to the Vault-encrypted file that
defines the variable allows only a single password to be defined, so it
does not work when multiple machines in the same play have different
passwords.
This commit is contained in:
2018-06-22 19:20:22 -05:00
parent ddafc09839
commit b809d4294f

View File

@@ -0,0 +1,5 @@
krb5_realm: PYROCUFFLINK.BLUE
samba_use_winbind: true
pam_winbind: true
nss_winbind: true
pam_mkhomedir: true