Skip to content

Instantly share code, notes, and snippets.

@alces
Created October 1, 2020 09:18
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alces/319964da7e96f84998a8d312a91423ac to your computer and use it in GitHub Desktop.
Save alces/319964da7e96f84998a8d312a91423ac to your computer and use it in GitHub Desktop.
Passing a list as a value of an external Ansible variable
ansible-playbook our_playbook.yml -e '{"our_var": ["one", "two", "three",]}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment