actions-marketplace-validations/Check Ansible CentOS centos9

Check ansible role or playbook with the centos:centos9 docker container

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Dec 21, 2022
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/roles-ansible_check-ansible-centos-centos9-action@48ba43a548c1b204f449c9aa48e4b2400681659d # no releases — HEAD as of 2026-07-12

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

namedescriptionrequireddefault
targetsPaths to the ansible role or playbook you want to be tested. For example './', 'roles/my_role/' or 'site.yml' yes
groupWhen 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
hostsWhen 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
requirementsWhen 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
tagsIf you are using tags and you want to pick which tags you are going to check you can optionally define them here. no
skiptagsno

no outputs