initial commit

This commit is contained in:
Peter 2024-10-16 21:13:17 +02:00
commit 6f50de798b
24 changed files with 1082 additions and 0 deletions

View file

@ -0,0 +1,3 @@
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 }}"