Allow agent to rsync cert data
This commit is contained in:
parent
cf05c8e93c
commit
a141209fcf
1 changed files with 11 additions and 0 deletions
|
@ -11,3 +11,14 @@ mariadb_cluster_nodes:
|
||||||
|
|
||||||
acmed_agent_ips:
|
acmed_agent_ips:
|
||||||
- 89.47.191.91
|
- 89.47.191.91
|
||||||
|
|
||||||
|
acmed_agent_ssh_keys_db:
|
||||||
|
'internal-dco-test-radius-2':
|
||||||
|
key : 'AAAAC3NzaC1lZDI1NTE5AAAAIDaDxm15BEYlrIqUigpQvZ4z6CNChCsyAmM2oMU1gkoP'
|
||||||
|
type : 'ssh-ed25519'
|
||||||
|
name : 'internal-dco-test-radius-2'
|
||||||
|
options : 'command="/usr/bin/rrsync /etc/letsencrypt/live/radius.get-v1.test.eduroam.se/",no-agent-forwarding,no-port-forwarding,no-pty,no-user-rc,no-X11-forwarding'
|
||||||
|
|
||||||
|
acmed_agent_ssh_keys_mapping:
|
||||||
|
'root':
|
||||||
|
- 'internal-dco-test-radius-2'
|
||||||
|
|
Loading…
Add table
Reference in a new issue