diff options
author | Rodolfo Carvalho <rhcarvalho@gmail.com> | 2016-12-19 14:47:10 +0100 |
---|---|---|
committer | Rodolfo Carvalho <rhcarvalho@gmail.com> | 2017-01-12 14:23:19 +0100 |
commit | 82ef5bc291006b51207b9e32626251a03c776548 (patch) | |
tree | 82e4d63dd71e0a616b21a15bb08e19847183c6be /ansible.cfg.example | |
parent | e7c4a9410e88e2c18ba05fea067e5988f3b8ffa0 (diff) | |
download | openshift-82ef5bc291006b51207b9e32626251a03c776548.tar.gz openshift-82ef5bc291006b51207b9e32626251a03c776548.tar.bz2 openshift-82ef5bc291006b51207b9e32626251a03c776548.tar.xz openshift-82ef5bc291006b51207b9e32626251a03c776548.zip |
Add RPM checks as an adhoc playbook
Diffstat (limited to 'ansible.cfg.example')
-rw-r--r-- | ansible.cfg.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ansible.cfg.example b/ansible.cfg.example index 6a7722ad8..c8cc5db03 100644 --- a/ansible.cfg.example +++ b/ansible.cfg.example @@ -13,6 +13,10 @@ roles_path = roles/ # Set the log_path log_path = /tmp/ansible.log +# prints a descriptive summary of failed tasks +callback_plugins = ./callback_plugins +stdout_callback = default_plus_summary + # Uncomment to use the provided BYO inventory #hostfile = inventory/byo/hosts |