|
|
@ -80,8 +80,9 @@ |
|
|
- ip_forward_value == '1' |
|
|
- ip_forward_value == '1' |
|
|
msg: > |
|
|
msg: > |
|
|
The sysctl variable 'net.ipv4.ip_forward' needs to be enabled. |
|
|
The sysctl variable 'net.ipv4.ip_forward' needs to be enabled. |
|
|
If you stumbled on this message, there is a high chance you have this setting hardcoded somewhere. |
|
|
If you stumbled on this message, there is a high chance you have this |
|
|
You will have to change it by yourself and re-run this playbook.' |
|
|
setting hardcoded somewhere. You will have to change it by yourself |
|
|
|
|
|
and re-run this playbook. |
|
|
vars: |
|
|
vars: |
|
|
ip_forward_value: '{{ sysctl.stdout_lines[0] }}' |
|
|
ip_forward_value: '{{ sysctl.stdout_lines[0] }}' |
|
|
tags: network |
|
|
tags: network |
|
|
|