1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +00:00
iiab/roles/0-init/defaults/main.yml

46 lines
1.9 KiB
YAML
Raw Normal View History

2019-05-24 18:04:14 +00:00
# (PRE-)release version number, for {{ iiab_env_file }} = /etc/iiab/iiab.env
# iiab_base_ver: 7.1
2019-05-24 18:04:14 +00:00
# iiab_revision: 0
# ABOVE MOVED TO /opt/iiab/iiab/vars/default_vars.yml
2017-11-03 03:36:11 +00:00
# These entries should never be changed in this file.
# These are defaults for boolean routines.
# 2021-07-30: This variable (first_run) is still used in 2 places:
# (1) roles/1-prep/tasks/main.yml for raspberry_pi.yml
# (2) roles/network/tasks/named.yml
# ...after it is set in 0-init/tasks/main.yml
2017-11-03 03:36:11 +00:00
first_run: False
rpi_model: none # 2021-07-30: Broadly used!
#xo_model: none # 2021-07-30: No longer used
# 2021-07-30: Recorded to /etc/iiab/iiab.ini but not used programmatically:
gw_active: False
# 2021-07-30: Used broadly, but not in an organized way -- most all IIAB
# outfitting/provisioning happens online -- in situations where connectivity
# failures should be reported to the operator, rather than papered over:
2017-11-05 01:10:41 +00:00
internet_available: False
discovered_wan_iface: none # 2021-07-30: Very broadly used!
2017-11-05 01:10:41 +00:00
# 2021-07-30: Primarily for Admin Console: later change to 443 for #2811 HTTPS?
2017-11-05 01:10:41 +00:00
gui_port: 80
#is_F18: False # 2021-07-30: No longer used
# 2021-07-30: Barely used -- for {named, dhcpd, squid} in
# roles/network/tasks/main.yml -- after being set in 0-init/tasks/network.yml
FQDN_changed: False
2017-11-05 01:10:41 +00:00
#rtc_id: none # 2021-07-30: Moved to 1-prep/defaults/main.yml
#NUC6_firmware_needed: False # 2021-07-30: Apparently never used
2017-11-03 03:36:11 +00:00
#wifi_id: none # 2021-07-30: Had been used in 2-common/tasks/xo.yml
2017-11-05 01:10:41 +00:00
# 2021-07-30: roles/network/tasks/squid.yml#L16 to stop Squid
# ("when: not installing") is the only non-Fedora use of this var.
# Earlier, this var HAD also been used in 2-common and 3-base-server.
2017-11-05 01:10:41 +00:00
installing: False
# 2021-07-30: Broadly used across roles/network/tasks/*.yml -- but things might
# possibly change if roles/network becomes optional per #2876 ?
2017-11-05 01:10:41 +00:00
no_net_restart: False
#no_NM_reload: False # 2021-07-30: Was used in roles/network/tasks/fedora/*