From 054ad89926a3f8edb8c56925e45f0d0eda820c40 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Fri, 1 Sep 2023 15:42:25 -0400 Subject: [PATCH] Add example backup_keys var --- group_vars/default/base.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/group_vars/default/base.yml b/group_vars/default/base.yml index 778c88f..614b95e 100644 --- a/group_vars/default/base.yml +++ b/group_vars/default/base.yml @@ -89,6 +89,11 @@ admin_users: keys: - "ssh-ed25519 MyKey 2019-06" +# Backup user SSH user keys, for remote backups separate from administrative users (e.g. rsync) +# > Uncomment to activate this functionality. +#backup_keys: +# - "ssh-ed25519 MyKey 2019-06" + # Node network definitions (used by /etc/network/interfaces and PVC) # > The "type" can be one of three NIC types: "nic" for raw NIC devices, "bond" for ifenslave bonds, # or "vlan" for vLAN interfaces. The PVC role will write out an interfaces file matching these specs.