Skip to content

Commit

Permalink
added note about any_errors_fatal for ansible.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
tzumainn committed Feb 28, 2018
1 parent 712cb50 commit bb20e09
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion playbooks/openstack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,16 @@ copy it to the directory you're going to run `ansible-playbook` from.
$ cp openshift-ansible/ansible.cfg ansible.cfg
```

Then run the provision + install playbook -- this will create the OpenStack
We recommend adding an additional option:

```cfg
any_errors_fatal = true
```

This will abort the Ansible playbook execution as soon as any error is
encountered.

Now, run the provision + install playbook -- this will create the OpenStack
resources:

```bash
Expand Down

0 comments on commit bb20e09

Please sign in to comment.