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 }}"