heat-agents/heat-config-ansible
Steven Hardy 93517603eb Add --skip-tags to ansible hook
We recently added --tags, but exposing --skip-tags can also
be useful (we want to use it in tripleo to optionally skip
validation tasks when resuming upgrades from a failed state).

Change-Id: I18214f80be9f3ad6c2d385fc00f3b786d3e7dda3
2017-01-23 16:30:28 +00:00
..
install.d Add --skip-tags to ansible hook 2017-01-23 16:30:28 +00: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.