]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
site-docker.yml: add config validation play
authorAndrew Schoen <aschoen@redhat.com>
Wed, 2 May 2018 18:52:28 +0000 (13:52 -0500)
committerGuillaume Abrioux <gabrioux@redhat.com>
Fri, 18 May 2018 15:58:24 +0000 (17:58 +0200)
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
site-docker.yml.sample

index 8949a09c211753c20274593f5b7d76623bf6d04b..9f3fa0afd89a01d17b8ba0330d0f5d8dc9765851 100644 (file)
         - (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'