Add a role for deploying infrastructure authorized keys and use it
This commit is contained in:
parent
89f1b1b299
commit
bb95923807
5 changed files with 31 additions and 0 deletions
|
@ -7,6 +7,11 @@
|
|||
roles:
|
||||
- deploy_ssh_server_config
|
||||
|
||||
- name: Ensure deployment of infrastructure authorized keys
|
||||
hosts: infrastructure_authorized_keys_hosts
|
||||
roles:
|
||||
- infrastructure_authorized_keys
|
||||
|
||||
- name: Ensure Nextcloud config
|
||||
hosts: nextcloud_hosts
|
||||
roles:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue