add any_errors_fatal global config

This commit is contained in:
Brian Coca 2017-05-10 18:08:42 -04:00 committed by Brian Coca
commit 32fa4db232
3 changed files with 22 additions and 8 deletions

View file

@ -180,6 +180,16 @@ ANSIBLE_SSH_RETRIES:
value_type: integer
vars: []
yaml: {key: ssh_connection.retries}
ANY_ERRORS_FATAL:
default: False
env:
- name: ANSIBLE_ANY_ERRORS_FATAL
ini:
- section: defauls
key: any_errors_fatal
value_type: boolean
vars: []
yaml: {key: errors.anyerrors_fatal}
BECOME_ALLOW_SAME_USER:
default: False
desc: 'TODO: write it'