mirror of https://github.com/ceph/ceph-ansible.git
site-docker.yml: add config validation play
Signed-off-by: Andrew Schoen <aschoen@redhat.com>pull/2619/head
parent
a80a109ac9
commit
62d6f2d84a
|
@ -71,6 +71,27 @@
|
||||||
- (ceph_docker_dev_image is undefined or not ceph_docker_dev_image)
|
- (ceph_docker_dev_image is undefined or not ceph_docker_dev_image)
|
||||||
- (not (inventory_hostname in groups.get('clients', [])) or (inventory_hostname == groups.get('clients', [''])|first))
|
- (not (inventory_hostname in groups.get('clients', [])) or (inventory_hostname == groups.get('clients', [''])|first))
|
||||||
|
|
||||||
|
- hosts:
|
||||||
|
- mons
|
||||||
|
- agents
|
||||||
|
- osds
|
||||||
|
- mdss
|
||||||
|
- rgws
|
||||||
|
- nfss
|
||||||
|
- restapis
|
||||||
|
- rbdmirrors
|
||||||
|
- clients
|
||||||
|
- mgrs
|
||||||
|
- iscsi-gws
|
||||||
|
|
||||||
|
gather_facts: false
|
||||||
|
any_errors_fatal: true
|
||||||
|
become: true
|
||||||
|
|
||||||
|
roles:
|
||||||
|
- ceph-defaults
|
||||||
|
- ceph-validate
|
||||||
|
|
||||||
- hosts: mons
|
- hosts: mons
|
||||||
tasks:
|
tasks:
|
||||||
- name: set ceph monitor install 'In Progress'
|
- name: set ceph monitor install 'In Progress'
|
||||||
|
|
Loading…
Reference in New Issue