heat-templates/hot/software-config/elements/heat-config-ansible
ricolin 20fb0efa11 Deprecate hooks in heat-templates
We already create repository `heat-agents` for hooks and will keep
maintain hooks there, so we should deprecate all hooks in
heat-templates and plan to remove it in futuer.

Change-Id: Ie2d89d5bab7db2bc6a2e171dc455098811519440
2018-02-07 16:50:34 +08:00
..
install.d Deprecate hooks in heat-templates 2018-02-07 16:50:34 +08:00
README.rst Software-config hook for ansible 2014-10-10 08:37:25 +13:00
element-deps Make hook elements depend on heat-config 2014-10-22 15:04:53 -04: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.