Add ssh public key for backups
This commit is contained in:
parent
ff3b5a924c
commit
b406b64782
1 changed files with 4 additions and 0 deletions
|
@ -36,5 +36,9 @@ boot_url: https://boot.foo.sh
|
||||||
logsync_publickeys:
|
logsync_publickeys:
|
||||||
- ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIA7JV2Aja44X9Fy10ljY7DKXxeFAsyqPBbo5VteNrB0c root@log01.home.foo.sh
|
- ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIA7JV2Aja44X9Fy10ljY7DKXxeFAsyqPBbo5VteNrB0c root@log01.home.foo.sh
|
||||||
|
|
||||||
|
# ssh public keys for backup user
|
||||||
|
backup_publickeys:
|
||||||
|
- ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKdaNO9dLpI8CVx1rwGsKN45Pgiz+Btrlf2Q/nXCx4Ru root@backup02.home.foo.sh
|
||||||
|
|
||||||
# hardcode this for now
|
# hardcode this for now
|
||||||
ansible_datacenter: home
|
ansible_datacenter: home
|
||||||
|
|
Loading…
Add table
Reference in a new issue