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          Causes Ansible to print more debug messages. Adding multiple -v will
26          increase the verbosity, the builtin plugins currently evaluate up to
27          -vvvvvv. A reasonable level to start is -vvv,  connection  debugging
28          might require -vvvv.
29

ACTIONS

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

ENVIRONMENT

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

FILES

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

AUTHOR

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

SEE ALSO

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