Add a role for deploying infrastructure authorized keys and use it

This commit is contained in:
June 2023-11-11 00:23:20 +01:00 committed by julian
commit bb95923807
5 changed files with 31 additions and 0 deletions

View file

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