CentOS/RHEL compatibility for Ansible roles

- Setting IPv4 & IPv6 forwarding
- Setting `sysctl:net.bridge.bridge-nf-call-iptables` and `bridge-nf-call-ip6tables` to enabled since it is disabled by default on some CentOS systems
This commit is contained in:
Matthias Riegler
2019-09-29 00:19:18 +02:00
parent 830a191af9
commit 2b10d43fa1
3 changed files with 37 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
gather_facts: yes
become: yes
roles:
- { role: prereq }
- { role: download }
- { role: raspbian }