actions-marketplace-validations/Run your Ansible playbook in a docker container

This runs your ansible playbook in ansible container

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Nov 22, 2020
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/hugozys_ansible-deploy@fcbcbb34052a8c14719248ad0b07bc9d74379846 # no releases — HEAD as of 2026-07-10

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
playbookplaybook name.noplaybook.yaml
directorypath to the root directory where your ansible code livesno.
envvarsenvironment variables you need to pass to the playbookno
extvarsextra varibles you need to pass to the playbookno
ssh_keythe private ssh key you use to connect to remote nodeno
ssh_key_file_namefile name of your private ssh key. It will be put under ~/.ssh/noid_rsa
verbosedefine the verbosity level of output when running your playook0

no outputs