Add base_config and deploy_systemd_journal_config

This commit is contained in:
chris 2025-01-19 20:30:05 +01:00
parent 93212e2248
commit 328ec744cc
Signed by: c6ristian
SSH key fingerprint: SHA256:B3m+yzpaxGXSEcDBpPHfvza/DNC0wuX+CKMeGq8wgak
6 changed files with 48 additions and 18 deletions
playbooks

View file

@ -1,8 +1,8 @@
---
- name: Ensure SSH server config deployment on ssh_server_config_hosts
hosts: ssh_server_config_hosts
- name: Ensure base config is deployment on base_config_hosts
hosts: base_config_hosts
roles:
- deploy_ssh_server_config
- base_config
- name: Ensure deployment of infrastructure authorized keys
hosts: infrastructure_authorized_keys_hosts