ff
This commit is contained in:
3
.vscode/settings.json
vendored
Normal file
3
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"ansible.python.interpreterPath": "/bin/python"
|
||||||
|
}
|
||||||
@@ -11,17 +11,17 @@
|
|||||||
- net.ipv4.ip_forward
|
- net.ipv4.ip_forward
|
||||||
notify: Reload the sysctl configuration
|
notify: Reload the sysctl configuration
|
||||||
|
|
||||||
- name: Stop disable dnsmasq
|
# - name: Stop disable dnsmasq
|
||||||
service:
|
# service:
|
||||||
name: dnsmasq
|
# name: dnsmasq
|
||||||
state: stopped
|
# state: stopped
|
||||||
enabled: false
|
# enabled: false
|
||||||
|
|
||||||
- name: Start enable iptables
|
# - name: Start enable iptables
|
||||||
service:
|
# service:
|
||||||
name: iptables
|
# name: iptables
|
||||||
state: started
|
# state: started
|
||||||
enabled: true
|
# enabled: true
|
||||||
|
|
||||||
- name: Get physical interfaces names
|
- name: Get physical interfaces names
|
||||||
command: find /sys/class/net -type l -lname '*wlp*' -printf '%f\n'
|
command: find /sys/class/net -type l -lname '*wlp*' -printf '%f\n'
|
||||||
|
|||||||
Reference in New Issue
Block a user