aboutsummaryrefslogtreecommitdiffstats
path: root/inventory-example/group_vars/all/root.yml
diff options
context:
space:
mode:
Diffstat (limited to 'inventory-example/group_vars/all/root.yml')
-rw-r--r--inventory-example/group_vars/all/root.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/inventory-example/group_vars/all/root.yml b/inventory-example/group_vars/all/root.yml
new file mode 100644
index 0000000..bd86f96
--- /dev/null
+++ b/inventory-example/group_vars/all/root.yml
@@ -0,0 +1,6 @@
+root_authorized_keys:
+ - ssh-ed25519 AAAAAAAchangeme
+ - ssh-ed25519 AAAAAAAchangeme
+
+root_password: '{{ vault_root_password }}'
+root_password_salt: '{{ vault_root_password_salt }}'