diff --git a/site-container.yml.sample b/site-container.yml.sample index 1a9a321b3..ee9207b9d 100644 --- a/site-container.yml.sample +++ b/site-container.yml.sample @@ -89,6 +89,7 @@ - (not (inventory_hostname in groups.get('clients', [])) or (inventory_hostname == groups.get('clients', [''])|first)) - hosts: mons + any_errors_fatal: true tasks: - name: set ceph monitor install 'In Progress' run_once: true @@ -122,6 +123,7 @@ name: ceph-mgr - hosts: mons + any_errors_fatal: true tasks: - name: set ceph monitor install 'Complete' run_once: true @@ -134,6 +136,7 @@ - hosts: mgrs become: True gather_facts: false + any_errors_fatal: true tasks: # pre-tasks for following imports - - name: set ceph manager install 'In Progress' @@ -451,6 +454,7 @@ - hosts: mons gather_facts: false become: True + any_errors_fatal: true tasks: - import_role: name: ceph-defaults diff --git a/site.yml.sample b/site.yml.sample index f594633d7..43547e285 100644 --- a/site.yml.sample +++ b/site.yml.sample @@ -478,6 +478,7 @@ - hosts: mons gather_facts: false become: True + any_errors_fatal: true tasks: - import_role: name: ceph-defaults