1
0
Fork 0
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:
A Holt 2018-01-01 10:58:46 -05:00 committed by GitHub
parent 25161b558d
commit 4272185a88
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,15 +1,12 @@
#- include_vars: roles/network/defaults/main.yml
#- include_vars: vars/local_vars.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
tags:
- network #REMOVE SUCH LINES (BELOW TOO) AS WE'RE IN "network" ?
- 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:
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
no_net_restart: True # used below in (1) sysd-netd-debian.yml,
# (2) debian.yml, (3) rpi_debian.yml