mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
roles/network/tasks/debian.yml output tweaks
This commit is contained in:
parent
66c51a7367
commit
340f425456
1 changed files with 4 additions and 4 deletions
|
@ -57,19 +57,19 @@
|
||||||
service: name=dnsmasq state=stopped
|
service: name=dnsmasq state=stopped
|
||||||
when: dnsmasq_install
|
when: dnsmasq_install
|
||||||
|
|
||||||
- name: reload systemd
|
- name: Reload systemd
|
||||||
shell: systemctl daemon-reload
|
shell: systemctl daemon-reload
|
||||||
|
|
||||||
# now pick up denyinterfaces
|
# now pick up denyinterfaces
|
||||||
- name: restart dhcpcd
|
- name: Restart dhcpcd
|
||||||
service: name=dhcpcd state=restarted
|
service: name=dhcpcd state=restarted
|
||||||
when: dhcpcd_result == "enabled"
|
when: dhcpcd_result == "enabled"
|
||||||
|
|
||||||
- name: restart the networking service
|
- name: Restart the networking service
|
||||||
service: name=networking state=restarted
|
service: name=networking state=restarted
|
||||||
when: not nobridge is defined and not no_net_restart
|
when: not nobridge is defined and not no_net_restart
|
||||||
|
|
||||||
- name: restart hostapd when wifi is present
|
- name: Restart hostapd when WiFi is present
|
||||||
service: name=hostapd state=restarted
|
service: name=hostapd state=restarted
|
||||||
when: iiab_wireless_lan_iface is defined and hostapd_enabled and iiab_network_mode != "Appliance"
|
when: iiab_wireless_lan_iface is defined and hostapd_enabled and iiab_network_mode != "Appliance"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue