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"
|
||||
}
|
||||
@@ -10,18 +10,18 @@
|
||||
- net.ipv6.conf.lo.disable_ipv6
|
||||
- net.ipv4.ip_forward
|
||||
notify: Reload the sysctl configuration
|
||||
|
||||
- name: Stop disable dnsmasq
|
||||
service:
|
||||
name: dnsmasq
|
||||
state: stopped
|
||||
enabled: false
|
||||
|
||||
- name: Start enable iptables
|
||||
service:
|
||||
name: iptables
|
||||
state: started
|
||||
enabled: true
|
||||
# - name: Stop disable dnsmasq
|
||||
# service:
|
||||
# name: dnsmasq
|
||||
# state: stopped
|
||||
# enabled: false
|
||||
|
||||
# - name: Start enable iptables
|
||||
# service:
|
||||
# name: iptables
|
||||
# state: started
|
||||
# enabled: true
|
||||
|
||||
- name: Get physical interfaces names
|
||||
command: find /sys/class/net -type l -lname '*wlp*' -printf '%f\n'
|
||||
|
||||
Reference in New Issue
Block a user