infrastructure/ansible/group_vars/all/base.yml

5 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('-', '_') }}"