GitHub Action to upload Ansible roles to Galaxy.
name: Example
on:
- push
- pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actionhippie/ansible-galaxy@v1
with:
token: ${{ secrets.GALAXY_API_KEY }}Token for Galaxy authentication
Path of role directory, defaults to working dir
Name of the branch to import
Name of the role to import, if different than the repo name
Increase logging level, defaults to false
Custom Galaxy API server URL
Ignore SSL certificate errors, defaults to false
None
If you find a security issue please contact thomas@webhippie.de first.
Fork -> Patch -> Push -> Pull Request
Apache-2.0
Copyright (c) 2025 Thomas Boerger <thomas@webhippie.de>