13 lines
271 B
YAML
13 lines
271 B
YAML
|
# vim: ft=yaml.ansible
|
||
|
# code: language=ansible
|
||
|
---
|
||
|
base_domain: sapti.me
|
||
|
local_domain: local.{{ base_domain }}
|
||
|
|
||
|
encrypted_fs: /data
|
||
|
docker_data_root: "{{ encrypted_fs }}/docker"
|
||
|
|
||
|
hostname: "{{ inventory_hostname_short }}"
|
||
|
timezone: Europe/Copenhagen
|
||
|
username: lab_admin
|