pipery-dev/Pipery Ansible CD
CD pipeline for Ansible: install requirements → run playbook → verify status. Deploy to VMs or bare metal.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| project_path | Path to the project source tree. | no | . |
| config_file | Path to the pipery config file. | no | .pipery/config.yaml |
| playbook | Path to the Ansible playbook file. | no | playbook.yml |
| inventory | Path to the Ansible inventory file. | no | inventory |
| requirements | Path to requirements.txt for pip. | no | "" |
| ansible_requirements | Path to requirements.yml for ansible-galaxy. | no | "" |
| extra_vars | Extra variables as JSON or key=val pairs. | no | "" |
| ssh_key | SSH private key for connecting to hosts. | no | "" |
| ssh_known_hosts | Known hosts content for SSH. | no | "" |
| become | Use sudo/become for privilege escalation. | no | false |
| tags | Comma-separated playbook tags to run. | no | "" |
| skip_requirements | Skip pip/galaxy requirements install. | no | false |
| skip_deploy | Skip playbook run step. | no | false |
| skip_status_check | Skip status check step. | no | false |
| log_file | Path to write the JSONL log file. | no | pipery.jsonl |
Outputs
no outputs