use ansible sysctl module for config ip forwarding
This commit is contained in:
parent
93c562b1bb
commit
224e6acb3a
1 changed files with 3 additions and 7 deletions
|
@ -140,14 +140,10 @@
|
||||||
tags: bootstrap-os
|
tags: bootstrap-os
|
||||||
|
|
||||||
- name: Enable ip forwarding
|
- name: Enable ip forwarding
|
||||||
lineinfile:
|
sysctl:
|
||||||
dest: /etc/sysctl.d/99-sysctl.conf
|
name: net.ipv4.ip_forward
|
||||||
regexp: '^net.ipv4.ip_forward='
|
value: 1
|
||||||
line: 'net.ipv4.ip_forward=1'
|
|
||||||
state: present
|
state: present
|
||||||
create: yes
|
|
||||||
backup: yes
|
|
||||||
validate: 'sysctl -f %s'
|
|
||||||
tags: bootstrap-os
|
tags: bootstrap-os
|
||||||
|
|
||||||
- name: Write openstack cloud-config
|
- name: Write openstack cloud-config
|
||||||
|
|
Loading…
Reference in a new issue