ansible-galaxy role import [github_user] <github_repo>
Import roles
Arguments
Name | Description |
---|---|
github_user | GitHub username |
github_repo | GitHub repository |
Options
Name | Description |
---|---|
--server, -s <api_server> | The Galaxy API server URL |
--token, --api-key <api_key> | The Ansible Galaxy API key which can be found at https://galaxy.ansible.com/me/preferences |
--ignore-certs, -c | Ignore SSL certificate validation errors |
--branch <reference> | The name of a branch to import. Defaults to the repository's default branch (usually master) |
--role-name <role_name> | The name the role should have, if different than the repo name |
--status | Check the status of the most recent import request for given github_user/github_repo |