1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Merge branch 'master' into early-dns

This commit is contained in:
Jerry Vonau 2020-05-09 16:28:39 -05:00
commit 66f5425943
7 changed files with 24 additions and 28 deletions

View file

@ -9,7 +9,7 @@
# Info needed to install Gitea:
gitea_version: 1.11.4
gitea_version: 1.11.5
iset_suffixes:
i386: 386
x86_64: amd64

View file

@ -1,17 +1,14 @@
- name: detected_network
include_tasks: detected_network.yml
- name: IF WIFI IS PRIMARY GATEWAY, PLEASE RUN 'iiab-hotspot-on' MANUALLY
- name: "Set 'no_net_restart: True' if discovered_wireless_iface == iiab_wan_iface"
set_fact:
no_net_restart: True # used below in (1) sysd-netd-debian.yml,
# (2) debian.yml, (3) rpi_debian.yml,
# (4) NM-debian.yml
no_net_restart: True # 2020-05-09: Var is currently used in 10 files:
# 0-init/defaults/main.yml, network/tasks/main.yml, debian.yml,
# detected_network.yml, down-debian.yml, NM-debian.yml, restart.yml,
# sysd-netd-debian.yml, computed_services.yml, rpi_debian.yml
when: discovered_wireless_iface == iiab_wan_iface
# EITHER WAY: hostapd_enabled's state is RECORDED into {{ iiab_env_file }}
# in hostapd.yml for later use by...
# /usr/libexec/iiab-startup.sh, iiab-hotspot-off & iiab-hotspot-on
#
- name: computed_network
include_tasks: computed_network.yml

View file

@ -55,6 +55,7 @@
systemd:
name: clone-wifi
state: started
when: wifi_up_down and discovered_wireless_iface != "none"
- name: Restart the systemd-networkd service
systemd: