1ANSIBLE-GALAXY(1)       System administration commands       ANSIBLE-GALAXY(1)
2
3
4

NAME

6       ansible-galaxy  -  Perform  various  Role and Collection related opera‐
7       tions.
8

SYNOPSIS

10       usage: ansible-galaxy [-h] [--version] [-v] TYPE ...
11

DESCRIPTION

13       command to manage Ansible roles in shared repositories, the default  of
14       which is Ansible Galaxy https://galaxy.ansible.com.
15

COMMON OPTIONS

17       --version
18          show program's version number, config file location, configured mod‐
19          ule search path, module location, executable location and exit
20
21       -h, --help
22          show this help message and exit
23
24       -v, --verbose
25          verbose mode (-vvv for more, -vvvv to enable connection debugging)
26

ACTIONS

28       collection
29              Perform the action on an Ansible Galaxy collection. Must be com‐
30              bined with a further action like init/install as listed below.
31
32       role   Perform  the  action on an Ansible Galaxy role. Must be combined
33              with a further action like delete/install/init as listed below.
34

ENVIRONMENT

36       The following environment variables may be specified.
37
38       ANSIBLE_CONFIG -- Specify override location for the ansible config file
39
40       Many more are available for most options in ansible.cfg
41
42       For a full list  check  https://docs.ansible.com/.  or  use  the  ansi‐
43       ble-config command.
44

FILES

46       /etc/ansible/ansible.cfg -- Config file, used if present
47
48       ~/.ansible.cfg  --  User  config  file, overrides the default config if
49       present
50
51       ./ansible.cfg -- Local config file (in current working  directory)  as‐
52       sumed to be 'project specific' and overrides the rest if present.
53
54       As  mentioned above, the ANSIBLE_CONFIG environment variable will over‐
55       ride all others.
56

AUTHOR

58       Ansible was originally written by Michael DeHaan.
59
61       Copyright © 2018 Red Hat, Inc | Ansible.  Ansible is released under the
62       terms of the GPLv3 license.
63

SEE ALSO

65       ansible  (1), ansible-config (1), ansible-console (1), ansible-doc (1),
66       ansible-inventory (1), ansible-playbook (1),  ansible-pull  (1),  ansi‐
67       ble-vault (1)
68
69       Extensive  documentation  is  available  in  the documentation site: <‐
70       https://docs.ansible.com>.  IRC and mailing list info can be  found  in
71       file          CONTRIBUTING.md,         available         in:         <‐
72       https://github.com/ansible/ansible>
73
74
75
76
77Ansible 2.12.7                                               ANSIBLE-GALAXY(1)
Impressum