mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
remove named and dhcpd install options
This commit is contained in:
parent
10ebd9441b
commit
a9e92191db
40 changed files with 95 additions and 91 deletions
|
@ -29,11 +29,11 @@
|
|||
shell: netplan apply
|
||||
when: wifi_up_down and is_ubuntu and netplan.stdout.find("yaml") != -1
|
||||
|
||||
- name: Start named service
|
||||
systemd:
|
||||
name: "{{ dns_service }}"
|
||||
state: restarted
|
||||
when: named_enabled and named_install
|
||||
#- name: Start named service
|
||||
# systemd:
|
||||
# name: "{{ dns_service }}"
|
||||
# state: restarted
|
||||
# when: named_enabled and named_install
|
||||
|
||||
- name: Stop Squid service
|
||||
systemd:
|
||||
|
@ -98,7 +98,8 @@
|
|||
#both interfaces.d and systemd-networkd should have br0 available and Appliance lacks br0
|
||||
#keep an eye on legacy wifi installs where br0 is present but not 'online' with an ip address
|
||||
#due to hostapd didn't go to a carrier state. All others should get dnsmasq restarted
|
||||
- name: User choice of dnsmasq or dhcpd - restarting {{ dhcp_service2 }}
|
||||
#- name: User choice of dnsmasq or dhcpd - restarting {{ dhcp_service2 }}
|
||||
- name: Restarting {{ dhcp_service2 }}
|
||||
systemd:
|
||||
name: "{{ dhcp_service2 }}"
|
||||
state: restarted
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue