heat-agents/heat-config-ansible
David Moreau-Simard 0d52f5b047 Add a generic option to configure Ansible callbacks in the agent
Ansible callbacks [1] are used to hook into Ansible events such
as running tasks. They can be used to alter the behavior of Ansible
like providing helpful console output for tasks.

[1]: http://docs.ansible.com/ansible/dev_guide/developing_plugins.html#callback-plugins

Change-Id: I7e2c041ca359ab63140102c9d4a22914d9add228
2017-03-17 11:01:20 -04:00
..
install.d Add a generic option to configure Ansible callbacks in the agent 2017-03-17 11:01:20 -04:00
README.rst Move elements at the top level 2017-01-04 16:57:10 +01:00
element-deps Move elements at the top level 2017-01-04 16:57:10 +01:00

README.rst

A hook which invokes ansible-playbook -i "localhost," on the provided configuration. Config inputs are written to a 'variables.json' file and then passed to ansible via the '--extra-vars @json_file' parameter. Config output values are read from written-out files.