pipery-dev/Pipery Ansible CD

CD pipeline for Ansible: install requirements → run playbook → verify status. Deploy to VMs or bare metal.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
project_pathPath to the project source tree.no.
config_filePath to the pipery config file.no.pipery/config.yaml
playbookPath to the Ansible playbook file.noplaybook.yml
inventoryPath to the Ansible inventory file.noinventory
requirementsPath to requirements.txt for pip.no""
ansible_requirementsPath to requirements.yml for ansible-galaxy.no""
extra_varsExtra variables as JSON or key=val pairs.no""
ssh_keySSH private key for connecting to hosts.no""
ssh_known_hostsKnown hosts content for SSH.no""
becomeUse sudo/become for privilege escalation.nofalse
tagsComma-separated playbook tags to run.no""
skip_requirementsSkip pip/galaxy requirements install.nofalse
skip_deploySkip playbook run step.nofalse
skip_status_checkSkip status check step.nofalse
log_filePath to write the JSONL log file.nopipery.jsonl

no outputs