infrastructure/ansible/group_vars/all/base.yml

5 lines
132 B
YAML
Raw Normal View History

2021-02-10 09:12:42 +00:00
TZ: Europe/London
# HACK: Some of the hostnames aren't valid dict keys
hostname_slug: "{{ ansible_hostname | replace('-', '_') }}"