ff
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
phy_int1_name: "physical_1"
|
||||
phy1_iface_name: "enp89s0"
|
||||
phy_int2_name: "physical_2"
|
||||
phy2_iface_name: "enp89s0"
|
||||
phy2_iface_name: "enp90s0"
|
||||
## dnsmasq
|
||||
# Время аренды в секундах
|
||||
lease_time: 10800
|
||||
|
||||
@@ -65,11 +65,11 @@
|
||||
dest: /etc/dnsmasq.conf
|
||||
tags: dnsmasq
|
||||
|
||||
- name: Configure NetworkManager
|
||||
template:
|
||||
src: NetworkManager.conf.j2
|
||||
dest: /etc/NetworkManager/NetworkManager.conf
|
||||
notify: Reload NetworkManager
|
||||
# - name: Configure NetworkManager
|
||||
# template:
|
||||
# src: NetworkManager.conf.j2
|
||||
# dest: /etc/NetworkManager/NetworkManager.conf
|
||||
# notify: Reload NetworkManager
|
||||
|
||||
- name: Run nmcli to check if wifi access point connection has already been added
|
||||
shell: /usr/bin/nmcli c | grep {{ wifi_ssid }}
|
||||
|
||||
Reference in New Issue
Block a user