Role network-routing: fix typos
This commit is contained in:
parent
13fa7414f0
commit
a2bef9154a
2 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ meshes:
|
||||||
ipv6_public:
|
ipv6_public:
|
||||||
```
|
```
|
||||||
|
|
||||||
- List `sysctl_settings_gateway` (Rollen-Variable)
|
- List `sysctl_settings_routing` (Rollen-Variable)
|
||||||
|
|
||||||
```
|
```
|
||||||
sysctl_settings_routing:
|
sysctl_settings_routing:
|
||||||
|
|
|
@ -53,7 +53,7 @@
|
||||||
enabled: yes
|
enabled: yes
|
||||||
state: started
|
state: started
|
||||||
|
|
||||||
- name: set freifunk gateway sysctl settings
|
- name: set sysctl settings for routing
|
||||||
sysctl:
|
sysctl:
|
||||||
name: "{{ item.name }}"
|
name: "{{ item.name }}"
|
||||||
value: "{{ item.value }}"
|
value: "{{ item.value }}"
|
||||||
|
|
Loading…
Reference in a new issue