mirror of
https://github.com/schnidrig/openhab-ansible
synced 2026-01-12 00:48:46 +01:00
initial commit
This commit is contained in:
24
group_vars/all/defaults
Normal file
24
group_vars/all/defaults
Normal file
@@ -0,0 +1,24 @@
|
||||
---
|
||||
|
||||
timezone: "Europe/Zurich"
|
||||
locale: "en_US.UTF-8"
|
||||
|
||||
apt_config:
|
||||
update_cache: yes
|
||||
cache_valid_time: 7200
|
||||
|
||||
jdk:
|
||||
- oracle-java7-jdk
|
||||
#- oracle-java7-installer
|
||||
#- oracle-java7-set-default
|
||||
|
||||
ntp:
|
||||
- "ntp.bluewin.ch"
|
||||
#- "0.ch.pool.ntp.org"
|
||||
#- "1.ch.pool.ntp.org"
|
||||
#- "2.ch.pool.ntp.org"
|
||||
#- "3.ch.pool.ntp.org"
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user