mirror of https://github.com/ceph/ceph-ansible.git
infra: do not include host_vars/* in take-over-existing-cluster.yml
These are better collected by ansible automatically. This would also fail if the host_var file didn't exist. Signed-off-by: Andrew Schoen <aschoen@redhat.com>pull/2392/head
parent
0be60456ce
commit
7c7017ebe6
|
@ -16,7 +16,6 @@
|
||||||
vars_files:
|
vars_files:
|
||||||
- roles/ceph-defaults/defaults/main.yml
|
- roles/ceph-defaults/defaults/main.yml
|
||||||
- group_vars/all.yml
|
- group_vars/all.yml
|
||||||
- "host_vars/{{ ansible_hostname }}.yml"
|
|
||||||
roles:
|
roles:
|
||||||
- ceph-defaults
|
- ceph-defaults
|
||||||
- ceph-fetch-keys
|
- ceph-fetch-keys
|
||||||
|
@ -38,7 +37,6 @@
|
||||||
tasks:
|
tasks:
|
||||||
- include_vars: roles/ceph-defaults/defaults/main.yml
|
- include_vars: roles/ceph-defaults/defaults/main.yml
|
||||||
- include_vars: group_vars/all.yml
|
- include_vars: group_vars/all.yml
|
||||||
- include_vars: "host_vars/{{ ansible_hostname }}.yml"
|
|
||||||
|
|
||||||
- name: get the name of the existing ceph cluster
|
- name: get the name of the existing ceph cluster
|
||||||
shell: |
|
shell: |
|
||||||
|
|
Loading…
Reference in New Issue