https://github.com/nofusscomputing/action_ansible_collection
GH Action/Workflow for Ansible Collections.
https://github.com/nofusscomputing/action_ansible_collection
Last synced: about 2 months ago
JSON representation
GH Action/Workflow for Ansible Collections.
- Host: GitHub
- URL: https://github.com/nofusscomputing/action_ansible_collection
- Owner: nofusscomputing
- Created: 2024-08-14T06:18:06.000Z (over 1 year ago)
- Default Branch: development
- Last Pushed: 2024-12-31T06:55:07.000Z (about 1 year ago)
- Last Synced: 2025-06-23T03:11:32.246Z (9 months ago)
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## No Fuss Computing - GH Action / Workflow for Ansible Collections
using the workflow requires a file be created at path `.github/workflow/ci.yaml`
``` yaml
---
name: 'CI'
on:
push:
jobs:
collection:
name: 'Ansible Collection'
uses: nofusscomputing/action_ansible_collection/.github/workflows/reusable_ansible_collection.yaml@development
inputs:
ANSIBLE_COLLECTION_MARK_RELEASE_LIVE: true
ANSIBLE_GALAXY_NAMESPACE: "${{ github.repository_owner }}"
ANSIBLE_GALAXY_PACKAGE_NAME: "${{ github.event.repository.name }}"
ANSIBLE_LINTING_MUST_PASS: true
secrets:
ANSIBLE_GALAXY_UPLOAD_TOKEN: ${{ secrets.ANSIBLE_GALAXY_UPLOAD_TOKEN }}
```