- hosts: mons
become: True
gather_facts: false
+ any_errors_fatal: true
tasks:
- import_role:
name: ceph-defaults
- hosts: osds
become: True
gather_facts: false
+ any_errors_fatal: true
tasks:
# pre-tasks for upcoming imports -
- name: set ceph osd install 'In Progress'
- hosts: mdss
become: True
gather_facts: false
+ any_errors_fatal: true
tasks:
# pre-tasks for following imports -
- name: set ceph mds install 'In Progress'
- hosts: rgws
become: True
gather_facts: false
+ any_errors_fatal: true
tasks:
# pre-tasks for following imports -
- name: set ceph rgw install 'In Progress'
- hosts: nfss
become: True
gather_facts: false
+ any_errors_fatal: true
tasks:
# pre-tasks for following imports -
- name: set ceph nfs install 'In Progress'
- hosts: rbdmirrors
become: True
gather_facts: false
+ any_errors_fatal: true
tasks:
# pre-tasks for following imports -
- name: set ceph rbd mirror install 'In Progress'
- hosts: clients
become: True
gather_facts: false
+ any_errors_fatal: true
tasks:
# pre-tasks for following imports -
- name: set ceph client install 'In Progress'
- iscsigws
- iscsi-gws # for backward compatibility only!
gather_facts: false
+ any_errors_fatal: true
become: True
tasks:
# pre-tasks for following imports -
- hosts: mons
gather_facts: false
become: True
+ any_errors_fatal: true
tasks:
# pre-tasks for following imports -
- name: set ceph monitor install 'In Progress'
- hosts: mgrs
gather_facts: false
become: True
+ any_errors_fatal: true
tasks:
# pre-tasks for following imports -
- name: set ceph manager install 'In Progress'
- hosts: agents
gather_facts: false
become: True
+ any_errors_fatal: true
tasks:
# pre-tasks for following imports -
- name: set ceph agent install 'In Progress'
- hosts: osds
gather_facts: false
become: True
+ any_errors_fatal: true
tasks:
# pre-tasks for following imports -
- name: set ceph osd install 'In Progress'
- hosts: mdss
gather_facts: false
become: True
+ any_errors_fatal: true
tasks:
# pre-tasks for following imports -
- name: set ceph mds install 'In Progress'
- hosts: rgws
gather_facts: false
become: True
+ any_errors_fatal: true
tasks:
# pre-tasks for following imports -
- name: set ceph rgw install 'In Progress'
- hosts: nfss
gather_facts: false
become: True
+ any_errors_fatal: true
tasks:
# pre-tasks for following imports -
- name: set ceph nfs install 'In Progress'
- hosts: rbdmirrors
gather_facts: false
become: True
+ any_errors_fatal: true
tasks:
# pre-tasks for following imports -
- name: set ceph rbd mirror install 'In Progress'
- hosts: clients
gather_facts: false
become: True
+ any_errors_fatal: true
tasks:
# pre-tasks for following imports -
- name: set ceph client install 'In Progress'
- iscsi-gws # for backward compatibility only!
gather_facts: false
become: True
+ any_errors_fatal: true
tasks:
# pre-tasks for following imports -
- name: set ceph iscsi gateway install 'In Progress'