gbh-tech/Ansible Deployment Action
Configures base runner and runs deployment playbooks using Ansible.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| playbook_path | The location of the playbook | no | playbooks |
| playbook_name | The playbook file name | yes | — |
| ansible_vault_password | Ansible vault password to decrypt secrets | no | — |
| dry_run | Whenever to run Ansible on check mode | no | false |
| no_log | Whether to log the output of the Playbook | — | true |
| aws_region | AWS runner region | no | — |
| aws_access_key_id | AWS service account access key | no | — |
| aws_secret_access_key | AWS service account secret access key | no | — |
| ansible_tags | A comma-separated string of tags to filter which tasks to run in the playbook | yes | kubeconfig,info |
| workdir | The Ansible working directory | yes | ansible |
Outputs
no outputs