aboutsummaryrefslogtreecommitdiffstats
path: root/inventory-example/group_vars/all/root.yml
blob: bd86f96fbdb8941910022907f2dd7d5e84ebac52 (plain)
1
2
3
4
5
6
root_authorized_keys:
  - ssh-ed25519 AAAAAAAchangeme
  - ssh-ed25519 AAAAAAAchangeme

root_password: '{{ vault_root_password }}'
root_password_salt: '{{ vault_root_password_salt }}'