add iptables role and define firewall rules for mirror group
This commit is contained in:
parent
713d2d1c89
commit
bfa5e5807c
7 changed files with 105 additions and 0 deletions
|
@ -32,3 +32,7 @@
|
|||
hour: 3
|
||||
minute: "{{ 59 | random(seed=inventory_hostname) }}"
|
||||
job: "yum -d 0 -e 0 -y --downloadonly update > /dev/null"
|
||||
|
||||
- name: install os specific roles
|
||||
include_role:
|
||||
name: iptables
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue