infrastructure/ansible/group_vars/all/base.yml
Jake Howard c5215e330b
Update yamllint to fix dependency issue
I think this still validates everything we need it to
2022-01-11 20:51:12 +00:00

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