sysctl tags (#373)
* sysctl tags * lost tag --------- Co-authored-by: Gianni <gianni@chainlabo.com> Co-authored-by: Gianni Carabelli <gianni.carabelli@skytv.it>
This commit is contained in:
parent
70ddf7b63c
commit
38e773315b
@ -15,6 +15,7 @@
|
||||
value: "1"
|
||||
state: present
|
||||
reload: yes
|
||||
tags: sysctl
|
||||
|
||||
- name: Enable IPv6 forwarding
|
||||
ansible.posix.sysctl:
|
||||
@ -22,6 +23,7 @@
|
||||
value: "1"
|
||||
state: present
|
||||
reload: yes
|
||||
tags: sysctl
|
||||
|
||||
- name: Enable IPv6 router advertisements
|
||||
ansible.posix.sysctl:
|
||||
@ -29,6 +31,7 @@
|
||||
value: "2"
|
||||
state: present
|
||||
reload: yes
|
||||
tags: sysctl
|
||||
|
||||
- name: Add br_netfilter to /etc/modules-load.d/
|
||||
copy:
|
||||
@ -53,6 +56,7 @@
|
||||
loop:
|
||||
- net.bridge.bridge-nf-call-iptables
|
||||
- net.bridge.bridge-nf-call-ip6tables
|
||||
tags: sysctl
|
||||
|
||||
- name: Add /usr/local/bin to sudo secure_path
|
||||
lineinfile:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user