Skip to content

actionhippie/ansible-galaxy

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

ansible-galaxy

Current Tag Docker Build

GitHub Action to upload Ansible roles to Galaxy.

Usage

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 }}

Inputs

token

Token for Galaxy authentication

path

Path of role directory, defaults to working dir

branch

Name of the branch to import

name

Name of the role to import, if different than the repo name

verbose

Increase logging level, defaults to false

server

Custom Galaxy API server URL

ignore_certs

Ignore SSL certificate errors, defaults to false

Outputs

None

Security

If you find a security issue please contact thomas@webhippie.de first.

Contributing

Fork -> Patch -> Push -> Pull Request

Authors

License

Apache-2.0

Copyright

Copyright (c) 2025 Thomas Boerger <thomas@webhippie.de>

About

Action to upload Ansible roles to Galaxy

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors 2

  •  
  •