mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Try to explain ordering of iiab-hotspot-on|off & install.yml (in network/tasks/main.yml)
This commit is contained in:
parent
69aba8eec3
commit
dbeaf02482
1 changed files with 4 additions and 4 deletions
|
@ -21,10 +21,10 @@
|
|||
- name: computed_network
|
||||
include_tasks: computed_network.yml
|
||||
|
||||
# 2022-07-22: @jvonau asks for this to be (1) AFTER computed_network.yml [what
|
||||
# goes into the 'hotspot' depends on what can_be_ap and wifi_up_down are set to]
|
||||
# AND (2) BEFORE install.yml -- FYI Admin Console reads iiab_network_mode from
|
||||
# /etc/iiab/iiab.ini and uses /usr/bin/iiab-hotspot-on|off.
|
||||
# 2022-07-22: @jvonau asks for this to be (1) BELOW computed_network.yml
|
||||
# (what goes into iiab-hotspot-on|off depends on can_be_ap and wifi_up_down)
|
||||
# AND (2) ABOVE install.yml for some reason? REQUIREMENT: Admin Console reads
|
||||
# iiab_network_mode from /etc/iiab/iiab.ini + uses /usr/bin/iiab-hotspot-on|off
|
||||
- name: Install /usr/bin/iiab-hotspot-on|off from template (root:root by default)
|
||||
template:
|
||||
src: "{{ item }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue