update_hosts.yml with motd, login page and rsyslog config

This commit is contained in:
2021-12-22 15:12:51 -05:00
parent ebae058a0b
commit 14f8936790
16 changed files with 589 additions and 5 deletions

View File

@@ -0,0 +1,16 @@
---
# update the managed host machines
- name: updates
hosts: managed
gather_facts: true
vars:
roles:
- role: common
become: true
- role: rsyslog
become: true
tasks: