Add example backup_keys var

This commit is contained in:
Joshua Boniface 2023-09-01 15:42:25 -04:00
parent fe4030afc5
commit 054ad89926
1 changed files with 5 additions and 0 deletions

View File

@ -89,6 +89,11 @@ admin_users:
keys: keys:
- "ssh-ed25519 MyKey 2019-06" - "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) # 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, # > 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. # or "vlan" for vLAN interfaces. The PVC role will write out an interfaces file matching these specs.