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