ansible-galaxy role import [github_user] <github_repo>

Import roles

Arguments

NameDescription
github_userGitHub username
github_repoGitHub repository

Options

NameDescription
--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, -cIgnore 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
--statusCheck the status of the most recent import request for given github_user/github_repo