mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
move netplan before hostapd to pick up set_fact sysd-netd-active
This commit is contained in:
parent
325db43473
commit
63c64271af
1 changed files with 5 additions and 6 deletions
|
@ -47,6 +47,11 @@
|
||||||
include_tasks: squid.yml
|
include_tasks: squid.yml
|
||||||
when: squid_install and FQDN_changed and iiab_stage|int == 9
|
when: squid_install and FQDN_changed and iiab_stage|int == 9
|
||||||
|
|
||||||
|
#preprep for backends
|
||||||
|
- name: Netplan in use on Ubuntu 18.04+
|
||||||
|
include_tasks: netplan.yml
|
||||||
|
when: is_ubuntu and not is_ubuntu_16
|
||||||
|
|
||||||
#### Start services
|
#### Start services
|
||||||
|
|
||||||
- include_tasks: avahi.yml
|
- include_tasks: avahi.yml
|
||||||
|
@ -63,12 +68,6 @@
|
||||||
when: is_redhat | bool
|
when: is_redhat | bool
|
||||||
#and not installing
|
#and not installing
|
||||||
|
|
||||||
- name: Netplan in use on Ubuntu 18.04+
|
|
||||||
include_tasks: netplan.yml
|
|
||||||
when: is_ubuntu and not is_ubuntu_16
|
|
||||||
#when: is_ubuntu_18 | bool
|
|
||||||
#and not installing
|
|
||||||
|
|
||||||
- name: NetworkManager in use
|
- name: NetworkManager in use
|
||||||
include_tasks: NM-debian.yml
|
include_tasks: NM-debian.yml
|
||||||
when: is_debuntu and network_manager_active
|
when: is_debuntu and network_manager_active
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue