Files
configpolicy/group_vars/pyrocufflink/main.yml
Dustin C. Hatch e9d6020563 all: Set root authorized keys
The `root_authorized_keys` variable was originally defined only for the
*pyrocufflink* group.  This used to effectively be "all" machines, since
everything was a member of the AD domain.  Now that we're moving away
from that deployment model, we still want to have the break-glass
option, so we need to define the authorized keys for the _all_ group.
2025-02-08 15:29:57 -06:00

11 lines
213 B
YAML

ansible_become_method: sudo
krb5_realm: PYROCUFFLINK.BLUE
samba_security: ads
samba_use_winbind: true
pam_winbind: true
nss_winbind: true
pam_mkhomedir: true
fileserver_sftp_only_match: 'Group !server?admins,*'