فهرست منبع

added note about any_errors_fatal for ansible.cfg

Tzu-Mainn Chen 7 سال پیش
والد
کامیت
bb20e09819
1فایلهای تغییر یافته به همراه10 افزوده شده و 1 حذف شده
  1. 10 1
      playbooks/openstack/README.md

+ 10 - 1
playbooks/openstack/README.md

@@ -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