Add example backup_keys var

This commit is contained in:
Joshua Boniface 2021-06-05 02:06:36 -04:00
parent fb7a214fbc
commit 030b47ac16
1 changed files with 5 additions and 0 deletions

View File

@ -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.