mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
manually_toggle_AP: True -> hostapd_enabled: False
This commit is contained in:
parent
25161b558d
commit
4272185a88
1 changed files with 2 additions and 5 deletions
|
@ -1,15 +1,12 @@
|
||||||
#- include_vars: roles/network/defaults/main.yml
|
|
||||||
#- include_vars: vars/local_vars.yml
|
|
||||||
|
|
||||||
- include_tasks: detected_network.yml
|
- include_tasks: detected_network.yml
|
||||||
when: not installing #REMOVE THIS LINE IF installing IS ALWAYS false AS SET IN roles/0-init/defaults/main.yml
|
when: not installing #REMOVE THIS LINE IF installing IS ALWAYS false AS SET IN roles/0-init/defaults/main.yml
|
||||||
tags:
|
tags:
|
||||||
- network #REMOVE SUCH LINES (BELOW TOO) AS WE'RE IN "network" ?
|
- network #REMOVE SUCH LINES (BELOW TOO) AS WE'RE IN "network" ?
|
||||||
- network-discover
|
- network-discover
|
||||||
|
|
||||||
- name: Enable manually_toggle_AP if WiFi is primary gateway
|
- name: IF WIFI IS PRIMARY GATEWAY, PLEASE RUN 'iiab-hotspot-on' MANUALLY
|
||||||
set_fact:
|
set_fact:
|
||||||
manually_toggle_AP: true # used in (1) hostapd.yml, (2) rpi_debian.yml +
|
hostapd_enabled: False # used in (1) hostapd.yml, (2) rpi_debian.yml +
|
||||||
# (3) its dhcpcd.conf.j2, (4) restart.yml
|
# (3) its dhcpcd.conf.j2, (4) restart.yml
|
||||||
no_net_restart: True # used below in (1) sysd-netd-debian.yml,
|
no_net_restart: True # used below in (1) sysd-netd-debian.yml,
|
||||||
# (2) debian.yml, (3) rpi_debian.yml
|
# (2) debian.yml, (3) rpi_debian.yml
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue