mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Move 'rtc_id: ds3231' from vars/*.yml to vars/local_vars_*.yml
This commit is contained in:
parent
e5ab7910ec
commit
083c8abf6f
6 changed files with 9 additions and 3 deletions
|
@ -15,6 +15,9 @@ download_timeout: 200
|
|||
default_language: en
|
||||
language_priority: en es fr
|
||||
|
||||
# Real-time clock: set RTC chip family here. Future auto-detection plausible?
|
||||
# rtc_id: ds3231
|
||||
|
||||
# Set iiab_admin_user_install: False if you don't want iiab_admin_user & wheel
|
||||
# group auto-created in roles/iiab-admin/tasks/main.yml (hence disabling sudo-
|
||||
# checks/warnings of published passwds like pi/raspberry & iiab-admin/g0adm1n).
|
||||
|
|
|
@ -15,6 +15,9 @@ download_timeout: 200
|
|||
default_language: en
|
||||
language_priority: en es fr
|
||||
|
||||
# Real-time clock: set RTC chip family here. Future auto-detection plausible?
|
||||
# rtc_id: ds3231
|
||||
|
||||
# Set iiab_admin_user_install: False if you don't want iiab_admin_user & wheel
|
||||
# group auto-created in roles/iiab-admin/tasks/main.yml (hence disabling sudo-
|
||||
# checks/warnings of published passwds like pi/raspberry & iiab-admin/g0adm1n).
|
||||
|
|
|
@ -15,6 +15,9 @@ download_timeout: 200
|
|||
default_language: en
|
||||
language_priority: en es fr
|
||||
|
||||
# Real-time clock: set RTC chip family here. Future auto-detection plausible?
|
||||
# rtc_id: ds3231
|
||||
|
||||
# Set iiab_admin_user_install: False if you don't want iiab_admin_user & wheel
|
||||
# group auto-created in roles/iiab-admin/tasks/main.yml (hence disabling sudo-
|
||||
# checks/warnings of published passwds like pi/raspberry & iiab-admin/g0adm1n).
|
||||
|
|
|
@ -3,7 +3,6 @@ is_debian: True
|
|||
is_debian_10: True
|
||||
is_raspbian: True
|
||||
is_raspbian_10: True
|
||||
rtc_id: ds3231
|
||||
|
||||
# 2019-03-23: These apply if-only-if named_install and/or dhcpd_install are True
|
||||
# (This is quite rare now that vars/default_vars.yml sets dnsmasq_install: True)
|
||||
|
|
|
@ -3,7 +3,6 @@ is_debian: True
|
|||
is_debian_8: True
|
||||
is_raspbian: True
|
||||
is_raspbian_8: True
|
||||
rtc_id: ds3231
|
||||
|
||||
# 2019-01-31: These apply if-only-if named_install and/or dhcpd_install are True
|
||||
# (This is quite rare now that vars/default_vars.yml sets dnsmasq_install: True)
|
||||
|
|
|
@ -3,7 +3,6 @@ is_debian: True
|
|||
is_debian_9: True
|
||||
is_raspbian: True
|
||||
is_raspbian_9: True
|
||||
rtc_id: ds3231
|
||||
|
||||
# 2019-01-31: These apply if-only-if named_install and/or dhcpd_install are True
|
||||
# (This is quite rare now that vars/default_vars.yml sets dnsmasq_install: True)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue