
Some of the hostnames have `-` in instead, which caused issues with the SSH config detecting which users to allow
5 lines
132 B
YAML
5 lines
132 B
YAML
TZ: Europe/London
|
|
|
|
# HACK: Some of the hostnames aren't valid dict keys
|
|
hostname_slug: "{{ ansible_hostname | replace('-', '_') }}"
|