add iptables role and define firewall rules for mirror group

This commit is contained in:
Timo Makinen 2019-05-10 16:51:18 +03:00
parent 713d2d1c89
commit bfa5e5807c
7 changed files with 105 additions and 0 deletions

View file

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