library-ucsb/Packer GitHub Actions with Ansible
Run Packer commands, with Ansible installed for provisioning. Stolen from https://github.com/operatehappy/packer-github-actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| command | command to execute | yes | — |
| arguments | arguments for command | no | — |
| working_directory | working directory for command (defaults to root) | no | — |
| target | file(s) to target | yes | github_action.json |
Outputs
| name | description |
|---|---|
| command | interpolated command (incl. arguments) that will be executed |