update_hosts.yml with motd, login page and rsyslog config
This commit is contained in:
16
ansible-5/playbooks/update_hosts.yaml
Normal file
16
ansible-5/playbooks/update_hosts.yaml
Normal 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:
|
||||
Reference in New Issue
Block a user