initial commit
This commit is contained in:
commit
6f50de798b
24 changed files with 1082 additions and 0 deletions
3
group_vars/all/rootuser.yml
Normal file
3
group_vars/all/rootuser.yml
Normal 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 }}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue