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:
commit
33e4a4db6f
8 changed files with 22 additions and 14 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue