4 lines
157 B
YAML
4 lines
157 B
YAML
timezone: Europe/London # noqa var-naming
|
|
|
|
# HACK: Some of the hostnames aren't valid dict keys
|
|
hostname_slug: "{{ ansible_hostname | replace('-', '_') }}"
|