mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
0-init/defaults/main.yml: Vars ordering/organization
This commit is contained in:
parent
57ea5f17ee
commit
37d0e8259b
1 changed files with 5 additions and 4 deletions
|
@ -6,11 +6,16 @@
|
||||||
|
|
||||||
# SEE ALSO /opt/iiab/iiab/roles/1-prep/defaults/main.yml
|
# SEE ALSO /opt/iiab/iiab/roles/1-prep/defaults/main.yml
|
||||||
|
|
||||||
|
# 2021-07-30: Primarily for Admin Console: later change to 443 for #2811 HTTPS?
|
||||||
|
gui_port: 80
|
||||||
|
#is_F18: False # 2021-07-30: No longer used
|
||||||
|
|
||||||
# (PRE-)release version number, for {{ iiab_env_file }} = /etc/iiab/iiab.env
|
# (PRE-)release version number, for {{ iiab_env_file }} = /etc/iiab/iiab.env
|
||||||
# iiab_base_ver: 8.0
|
# iiab_base_ver: 8.0
|
||||||
# iiab_revision: 0
|
# iiab_revision: 0
|
||||||
# ABOVE 3 LINES MOVED TO /opt/iiab/iiab/vars/default_vars.yml
|
# ABOVE 3 LINES MOVED TO /opt/iiab/iiab/vars/default_vars.yml
|
||||||
|
|
||||||
|
|
||||||
# These entries should never be changed in this file.
|
# These entries should never be changed in this file.
|
||||||
# These are defaults for boolean routines.
|
# These are defaults for boolean routines.
|
||||||
|
|
||||||
|
@ -29,10 +34,6 @@ gw_active: False
|
||||||
internet_available: False
|
internet_available: False
|
||||||
discovered_wan_iface: none # 2021-07-30: Very broadly used!
|
discovered_wan_iface: none # 2021-07-30: Very broadly used!
|
||||||
|
|
||||||
# 2021-07-30: Primarily for Admin Console: later change to 443 for #2811 HTTPS?
|
|
||||||
gui_port: 80
|
|
||||||
#is_F18: False # 2021-07-30: No longer used
|
|
||||||
|
|
||||||
# 2021-07-30: Barely used -- for {named, dhcpd, squid} in
|
# 2021-07-30: Barely used -- for {named, dhcpd, squid} in
|
||||||
# roles/network/tasks/main.yml -- after being set in 0-init/tasks/network.yml
|
# roles/network/tasks/main.yml -- after being set in 0-init/tasks/network.yml
|
||||||
FQDN_changed: False
|
FQDN_changed: False
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue