Fix galaxy server reference in the docs (#61823)
This commit is contained in:
parent
173d47d1f4
commit
2fbe4ca102
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ also use it to create a new role, remove roles, or perform tasks on the Galaxy w
|
||||||
|
|
||||||
The command line tool by default communicates with the Galaxy website API using the server address *https://galaxy.ansible.com*. Since the `Galaxy project <https://github.com/ansible/galaxy>`_
|
The command line tool by default communicates with the Galaxy website API using the server address *https://galaxy.ansible.com*. Since the `Galaxy project <https://github.com/ansible/galaxy>`_
|
||||||
is an open source project, you may be running your own internal Galaxy server and wish to override the default server address. You can do this using the *--server* option
|
is an open source project, you may be running your own internal Galaxy server and wish to override the default server address. You can do this using the *--server* option
|
||||||
or by setting the Galaxy server value in your *ansible.cfg* file. For information on setting the value in *ansible.cfg* visit `Galaxy Settings <./intro_configuration.html#galaxy-settings>`_.
|
or by setting the Galaxy server value in your *ansible.cfg* file. For information on setting the value in *ansible.cfg* see :ref:`galaxy_server`.
|
||||||
|
|
||||||
|
|
||||||
Installing Roles
|
Installing Roles
|
||||||
|
|
Loading…
Reference in a new issue