https://github.com/stackhpc/ansible-collection-kayobe-workflows
Ansible collection for generating kayobe automation workflows for GitHub
https://github.com/stackhpc/ansible-collection-kayobe-workflows
Last synced: 2 months ago
JSON representation
Ansible collection for generating kayobe automation workflows for GitHub
- Host: GitHub
- URL: https://github.com/stackhpc/ansible-collection-kayobe-workflows
- Owner: stackhpc
- Created: 2023-05-04T14:07:28.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-11-26T13:29:36.000Z (8 months ago)
- Last Synced: 2025-11-29T10:59:35.091Z (8 months ago)
- Language: Jinja
- Homepage:
- Size: 221 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Ansible Collection - stackhpc.kayobe_workflows
This repository contains `stackhpc.kayobe_workflows` an Ansible Collection. The collection currently includes a role for generating workflows that utilise [stackhpc/kayobe-automation](https://github.com/stackhpc/kayobe-automation) within GitHub Actions.
## Included content
Roles:
* [github](roles/github/README.md) for generating workflows appropriate for GitHub Actions
## Using this collection
Before using the collection, you need to install the collection with the `ansible-galaxy` CLI:
ansible-galaxy collection install stackhpc.kayobe_workflows
You can also include it in a `requirements.yml` file and install it via `ansible-galaxy collection install -r requirements.yml` using the format:
```yaml
collections:
- name: stackhpc.kayobe_workflows
```
See [Ansible Using collections](https://docs.ansible.com/ansible/latest/user_guide/collections_using.html) for more details.