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

Merge pull request #2822 from holta/is_os-vars-cleanup

Better explain is_<OS>.yml files
This commit is contained in:
A Holt 2021-06-20 09:49:11 -04:00 committed by GitHub
commit 33e4a4db6f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 22 additions and 14 deletions

View file

@ -1,6 +1,7 @@
# Every is_<OS> var is initially set to 'False' at the bottom of
# /opt/iiab/iiab/vars/default_vars.yml -- these 'True' lines override that:
is_debuntu: True
is_debian: True
is_ubuntu: False
is_debian: True # Opposite of is_ubuntu for now
is_debian_10: True
# 2019-01-31: These apply if-only-if named_install and/or dhcpd_install are True

View file

@ -1,6 +1,7 @@
# Every is_<OS> var is initially set to 'False' at the bottom of
# /opt/iiab/iiab/vars/default_vars.yml -- these 'True' lines override that:
is_debuntu: True
is_debian: True
is_ubuntu: False
is_debian: True # Opposite of is_ubuntu for now
is_debian_11: True
# 2019-01-31: These apply if-only-if named_install and/or dhcpd_install are True

View file

@ -722,6 +722,7 @@ is_debian_9: False
is_debian_8: False
is_raspbian: False # Covers both: RPi HW + non-RPi HW versions of Raspberry Pi OS (Raspbian)
is_raspbian_11: False
is_raspbian_10: False
is_raspbian_9: False
is_raspbian_8: False

View file

@ -1,6 +1,7 @@
# Every is_<OS> var is initially set to 'False' at the bottom of
# /opt/iiab/iiab/vars/default_vars.yml -- these 'True' lines override that:
is_debuntu: True
is_debian: False
is_ubuntu: True
is_ubuntu: True # Opposite of is_debian for now
is_ubuntu_20: True
is_linuxmint: True
is_linuxmint_20: True

View file

@ -1,6 +1,7 @@
# Every is_<OS> var is initially set to 'False' at the bottom of
# /opt/iiab/iiab/vars/default_vars.yml -- these 'True' lines override that:
is_debuntu: True
is_debian: True
is_ubuntu: False
is_debian: True # Opposite of is_ubuntu for now
is_debian_10: True
is_raspbian: True
is_raspbian_10: True

View file

@ -1,6 +1,7 @@
# Every is_<OS> var is initially set to 'False' at the bottom of
# /opt/iiab/iiab/vars/default_vars.yml -- these 'True' lines override that:
is_debuntu: True
is_debian: True
is_ubuntu: False
is_debian: True # Opposite of is_ubuntu for now
is_debian_11: True
is_raspbian: True
is_raspbian_11: True

View file

@ -1,6 +1,7 @@
# Every is_<OS> var is initially set to 'False' at the bottom of
# /opt/iiab/iiab/vars/default_vars.yml -- these 'True' lines override that:
is_debuntu: True
is_debian: False
is_ubuntu: True
is_ubuntu: True # Opposite of is_debian for now
is_ubuntu_20: True
# 2019-03-23: These apply if-only-if named_install and/or dhcpd_install are True

View file

@ -1,6 +1,7 @@
# Every is_<OS> var is initially set to 'False' at the bottom of
# /opt/iiab/iiab/vars/default_vars.yml -- these 'True' lines override that:
is_debuntu: True
is_debian: False
is_ubuntu: True
is_ubuntu: True # Opposite of is_debian for now
is_ubuntu_21: True
# 2019-03-23: These apply if-only-if named_install and/or dhcpd_install are True