Last active
April 24, 2019 06:05
-
-
Save constrict0r/bcb4b13db305104c39632295c7be2077 to your computer and use it in GitHub Desktop.
Run Ansible role on Docker with --extra-vars.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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