hosts file: prioritise more specific host_group over more generic ansible_domain to ensure task specific hosts get right config

This commit is contained in:
Peter Robinson 2015-07-29 16:20:44 +00:00
parent 6abbb3b5d0
commit 944a9223f5

View file

@ -16,9 +16,9 @@
- "{{ inventory_hostname }}-hosts"
- "{{ ansible_fqdn }}-hosts"
- "{{ ansible_hostname }}-hosts"
- "{{ host_group }}-hosts"
- "{{ ansible_domain }}-hosts"
- "{{ datacenter }}-hosts"
- "{{ host_group }}-hosts"
skip: true
tags:
- config