Ansible Galaxy Roles

ansible-galaxy-import

Import ansible roles into ansible galaxy

Role Variables

ansible_galaxy_branch
Default: zuul.branch

The name of a branch to import.

ansible_galaxy_executable
Default: ansible-galaxy

Path to ansible-galaxy executable.

ansible_galaxy_info

Complex argument which contains the information about the Ansible Galaxy server as well as the authentication information needed. It is expected that this argument comes from a Secret.

ansible_galaxy_info.server
Default: https://galaxy.ansible.com

The API server destination.

ansible_galaxy_info.token

Identify with github token rather than username and password.