15 lines
260 B
YAML
15 lines
260 B
YAML
|
---
|
||
|
# SSH keys to deploy (override them in host_vars if ever necessary)
|
||
|
# The files refer to files in the common role
|
||
|
ssh_users:
|
||
|
- zeridon
|
||
|
- maniax
|
||
|
- arcopix
|
||
|
|
||
|
timezone: "Europe/Sofia"
|
||
|
|
||
|
ntp:
|
||
|
server:
|
||
|
- marla.ludost.net
|
||
|
pool:
|
||
|
- 0.bg.pool.ntp.org
|