Import repositories to ansible-galaxy as roles.
Go to file
2023-03-09 13:50:08 +01:00
action.yml testing 2023-03-09 13:44:01 +01:00
Dockerfile repository migration 2023-03-09 13:03:14 +01:00
entrypoint.sh production ready version 2023-03-09 13:50:08 +01:00
LICENSE repository migration 2023-03-09 13:03:14 +01:00
README.md repository migration 2023-03-09 13:03:14 +01:00

Action: import ansible galaxy role

This repository is only a mirror. Development and testing is done on a private gitlab server.

This action imports the repository as an ansible-galaxy role

Parameters

The following parameters can be used as step.with keys:

Name Type Default Required Description
galaxy-api-key String yes Ansible Galaxy API-key

Example usage

jobs:
  publish:
    - name: Checkout Code
      uses: actions/checkout@v3

    - name: Import role to galaxy
      uses: ednxzu/action-galaxy-role-import@v1
      with:
        galaxy-api-key: ${{ secrets.galaxy_api_key }}