Commit fbba92b6 by Michael DeHaan

Add an example of JSON extra variables on the command line.

parent b19609b9
......@@ -258,6 +258,13 @@ Example::
ansible-playbook release.yml --extra-vars "hosts=vipers user=starbuck"
As of Ansible 1.2, you can also pass in extra vars as quoted JSON, like so::
--extra-vars "{'pacman':'mrs','ghosts':['inky','pinky','clyde','sue']}"
The key=value form is obviously simpler, but it's there if you need it!
Conditional Execution
`````````````````````
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment