Merge pull request #1 from broadinstitute/rl-set-ipv4-forwarding

make sure yum isn't turning off docker's network
This commit is contained in:
Raphael Luckom 2019-09-19 13:21:12 -04:00 committed by GitHub
commit e106118620
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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