actions-marketplace-validations/Check Ansible Ubuntu xenial
Check ansible role or playbook with the ubuntu:xenial docker container
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jan 7, 2021
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/roles-ansible_check-ansible-ubuntu-xenial-action@0a54f80e8455c57281f1224aec9cd179e5e963ab # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| targets | Paths to the ansible role or playbook you want to be tested. For example './', 'roles/my_role/' or 'site.yml' | yes | — |
| group | When testing playbooks you have to tell ansible the group you that we write in our hosts file. For example 'servers' or what group you are using in the playbook you want to test! | no | — |
| hosts | When testing playbooks you have to give us one example host we should use to test your playbook. For example 'server1.example.com'. We only spawn one docker container that mean we can only test one host at the time. Sorry | no | — |
| requirements | When testing playbooks and you are using ansible galaxy, you may be interested in installing your requirements from ansible galaxy. To do this please provide us either the role name directly -> e.g. 'do1jlr.ansible_version' or your requiements.yml file. -> e.g. 'requirements.yml' | no | — |
Outputs
no outputs