hosts: unindent to be consistent with most of our other files
Signed-off-by: Rick Elrod <relrod@redhat.com>
This commit is contained in:
parent
cf67c4bc84
commit
bfbe977dbe
1 changed files with 6 additions and 6 deletions
|
@ -12,12 +12,12 @@
|
||||||
- name: setup /etc/hosts for some clients
|
- name: setup /etc/hosts for some clients
|
||||||
copy: src={{ item }} dest=/etc/hosts
|
copy: src={{ item }} dest=/etc/hosts
|
||||||
with_first_found:
|
with_first_found:
|
||||||
- "{{ inventory_hostname }}-hosts"
|
- "{{ inventory_hostname }}-hosts"
|
||||||
- "{{ ansible_hostname }}-hosts"
|
- "{{ ansible_hostname }}-hosts"
|
||||||
- "{{ host_group }}-hosts"
|
- "{{ host_group }}-hosts"
|
||||||
- "{{ ansible_domain }}-hosts"
|
- "{{ ansible_domain }}-hosts"
|
||||||
- "{{ datacenter }}-hosts"
|
- "{{ datacenter }}-hosts"
|
||||||
- base
|
- base
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
- hosts
|
- hosts
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue