diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-09-04 19:06:03 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-09-04 19:06:03 +0200 |
commit | 066c3c0f42e6cd57586ceadc0e6a527560f2d6c7 (patch) | |
tree | 5fa4248f8474342a4264a8bbd09ac9f11921f0ab /roles/router/tasks | |
parent | fix task names, small refactoring, etc. (diff) | |
download | infra-ansible-066c3c0f42e6cd57586ceadc0e6a527560f2d6c7.tar.gz infra-ansible-066c3c0f42e6cd57586ceadc0e6a527560f2d6c7.zip |
update role READMEs
Diffstat (limited to 'roles/router/tasks')
-rw-r--r-- | roles/router/tasks/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/router/tasks/main.yml b/roles/router/tasks/main.yml index 476afb5..ff77a40 100644 --- a/roles/router/tasks/main.yml +++ b/roles/router/tasks/main.yml @@ -4,7 +4,7 @@ name: '{{ item }}' value: 1 reload: true - sysctl_file: /etc/sysctl.d/99-router.conf + sysctl_file: '{{ router_sysctl_file }}' loop: - net.ipv4.ip_forward - net.ipv4.conf.all.forwarding |