ansible-ppm/group_vars/all/rootuser.yml

4 lines
236 B
YAML
Raw Normal View History

2024-10-16 21:13:17 +02:00
root_password: "{{ lookup('file', 'passwords/root_password_hashed') }}"
# ssh keys are public, but I prefer not to share the list of admins in a public repo
root_sshkeys: "{{ lookup('file', 'passwords/root_sshkeys.yml') | from_yaml }}"