make sure yum isn't turning off docker's network

This commit is contained in:
Raphael Luckom 2019-09-19 10:15:06 -04:00
parent fa1a56824e
commit 6acf337ec2

View File

@ -33,3 +33,9 @@
section: 'docker-{{ docker_edition }}-test'
option: enabled
value: '{{ docker_yum_repo_enable_test }}'
- name: Set net.ipv4.ip_forward 1
sysctl:
name: "net.ipv4.ip_forward"
sysctl_set: "yes"
value: 1