From 0261e875679f1bf63c8d689da7fc7e014597885d Mon Sep 17 00:00:00 2001 From: Stonewall Jackson Date: Sat, 4 Feb 2023 01:23:43 -0500 Subject: initial commit --- inventory-example/group_vars/all/archive.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 inventory-example/group_vars/all/archive.yml (limited to 'inventory-example/group_vars/all/archive.yml') diff --git a/inventory-example/group_vars/all/archive.yml b/inventory-example/group_vars/all/archive.yml new file mode 100644 index 0000000..65d8144 --- /dev/null +++ b/inventory-example/group_vars/all/archive.yml @@ -0,0 +1,2 @@ +archive_ssh_privkey: '{{ vault_archive_ssh_privkey }}' +archive_ssh_pubkey: ssh-rsa AAAAAAAAAchangeme -- cgit