skedulo/ansible-inventory-diff
Determines the difference in inventory variables between two git refs
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| base-ref | Base git reference of comparison | no | origin/main |
| truncate | Maximum number of lines taken from result to create snippet | no | 200 |
Outputs
| name | description |
|---|---|
| result | full output of ansible-inventory-diff |
| snippet | lines of result before truncation (or entire result if shorter), suitable for a github comment |