Skip to content

Instantly share code, notes, and snippets.

@constrict0r
Last active April 24, 2019 06:05
Show Gist options
  • Select an option

  • Save constrict0r/bcb4b13db305104c39632295c7be2077 to your computer and use it in GitHub Desktop.

Select an option

Save constrict0r/bcb4b13db305104c39632295c7be2077 to your computer and use it in GitHub Desktop.
Run Ansible role on Docker with --extra-vars.
docker run constrict0r/debian-apt bash -c \
"ansible localhost -m include_role \
-a name=constrict0r.debian_apt \
--extra-vars 'upgrade=True packages_file_path=extra-packages.yml {packages: [leafpad, rolldice]}'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment