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
|
||||
copy: src={{ item }} dest=/etc/hosts
|
||||
with_first_found:
|
||||
- "{{ inventory_hostname }}-hosts"
|
||||
- "{{ ansible_hostname }}-hosts"
|
||||
- "{{ host_group }}-hosts"
|
||||
- "{{ ansible_domain }}-hosts"
|
||||
- "{{ datacenter }}-hosts"
|
||||
- base
|
||||
- "{{ inventory_hostname }}-hosts"
|
||||
- "{{ ansible_hostname }}-hosts"
|
||||
- "{{ host_group }}-hosts"
|
||||
- "{{ ansible_domain }}-hosts"
|
||||
- "{{ datacenter }}-hosts"
|
||||
- base
|
||||
tags:
|
||||
- config
|
||||
- hosts
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue