site-docker.yml: add config validation play

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
pull/2619/head
Andrew Schoen 2018-05-02 13:52:28 -05:00 committed by Guillaume Abrioux
parent a80a109ac9
commit 62d6f2d84a
1 changed files with 21 additions and 0 deletions

View File

@ -71,6 +71,27 @@
- (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))
- 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
tasks:
- name: set ceph monitor install 'In Progress'