Merge pull request #754 from dmick/wip-checkcerts
[ceph-cm-ansible.git] / firmware.yml
1 ---
2 # "any_errors_fatal: true" makes sure the run stops if any problems happen.
3 # This gives you the ability to flash backed up firmwares or diagnose
4 # problems without the playbook cleaning up after itself or causing more damage.
5
6 - hosts: all
7   any_errors_fatal: true
8   strategy: free
9   roles:
10     - secrets
11     - firmware
12   become: true