mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-26 22:51:23 -07:00
Fixed documentation typos and bits that needed clarification. Fixed missing spaces in VALID_ACTIONS.
This commit is contained in:
parent
847f454bcc
commit
06dde0d332
4 changed files with 15 additions and 14 deletions
|
@ -147,8 +147,9 @@ configured in your *ansible.cfg* file (/etc/ansible/roles if not configured)
|
||||||
SEARCH
|
SEARCH
|
||||||
------
|
------
|
||||||
|
|
||||||
The *search* sub-command returns a filtered list of roles found at
|
The *search* sub-command returns a filtered list of roles found on the remote
|
||||||
galaxy.ansible.com.
|
server.
|
||||||
|
|
||||||
|
|
||||||
USAGE
|
USAGE
|
||||||
~~~~~
|
~~~~~
|
||||||
|
@ -170,7 +171,7 @@ Provide a comma separated list of Platforms on which to filter.
|
||||||
|
|
||||||
Specify the username of a Galaxy contributor on which to filter.
|
Specify the username of a Galaxy contributor on which to filter.
|
||||||
|
|
||||||
*-c*, *--ingore-certs*::
|
*-c*, *--ignore-certs*::
|
||||||
|
|
||||||
Ignore TLS certificate errors.
|
Ignore TLS certificate errors.
|
||||||
|
|
||||||
|
@ -199,7 +200,7 @@ OPTIONS
|
||||||
The path to the directory containing your roles. The default is the *roles_path*
|
The path to the directory containing your roles. The default is the *roles_path*
|
||||||
configured in your *ansible.cfg* file (/etc/ansible/roles if not configured)
|
configured in your *ansible.cfg* file (/etc/ansible/roles if not configured)
|
||||||
|
|
||||||
*-c*, *--ingore-certs*::
|
*-c*, *--ignore-certs*::
|
||||||
|
|
||||||
Ignore TLS certificate errors.
|
Ignore TLS certificate errors.
|
||||||
|
|
||||||
|
@ -236,7 +237,7 @@ click on Personal Access Token to create a token.
|
||||||
OPTIONS
|
OPTIONS
|
||||||
~~~~~~~
|
~~~~~~~
|
||||||
|
|
||||||
*-c*, *--ingore-certs*::
|
*-c*, *--ignore-certs*::
|
||||||
|
|
||||||
Ignore TLS certificate errors.
|
Ignore TLS certificate errors.
|
||||||
|
|
||||||
|
@ -262,7 +263,7 @@ $ ansible-galaxy import [options] github_user github_repo
|
||||||
|
|
||||||
OPTIONS
|
OPTIONS
|
||||||
~~~~~~~
|
~~~~~~~
|
||||||
*-c*, *--ingore-certs*::
|
*-c*, *--ignore-certs*::
|
||||||
|
|
||||||
Ignore TLS certificate errors.
|
Ignore TLS certificate errors.
|
||||||
|
|
||||||
|
@ -291,7 +292,7 @@ $ ansible-galaxy delete [options] github_user github_repo
|
||||||
OPTIONS
|
OPTIONS
|
||||||
~~~~~~~
|
~~~~~~~
|
||||||
|
|
||||||
*-c*, *--ingore-certs*::
|
*-c*, *--ignore-certs*::
|
||||||
|
|
||||||
Ignore TLS certificate errors.
|
Ignore TLS certificate errors.
|
||||||
|
|
||||||
|
@ -323,7 +324,7 @@ $ ansible-galaxy setup [options] source github_user github_repo secret
|
||||||
OPTIONS
|
OPTIONS
|
||||||
~~~~~~~
|
~~~~~~~
|
||||||
|
|
||||||
*-c*, *--ingore-certs*::
|
*-c*, *--ignore-certs*::
|
||||||
|
|
||||||
Ignore TLS certificate errors.
|
Ignore TLS certificate errors.
|
||||||
|
|
||||||
|
|
|
@ -364,8 +364,8 @@ When you create your .travis.yml file add the following to cause Travis to notif
|
||||||
section of your ansible.cfg file.
|
section of your ansible.cfg file.
|
||||||
|
|
||||||
|
|
||||||
List Travis Integrtions
|
List Travis Integrations
|
||||||
=======================
|
========================
|
||||||
|
|
||||||
Use the --list option to display your Travis integrations:
|
Use the --list option to display your Travis integrations:
|
||||||
|
|
||||||
|
|
|
@ -906,7 +906,7 @@ The following options can be set in the [galaxy] section of ansible.cfg:
|
||||||
server
|
server
|
||||||
======
|
======
|
||||||
|
|
||||||
Override the default Galaxy server value of https://galaxy.ansible.com.
|
Override the default Galaxy server value of https://galaxy.ansible.com. Useful if you have a hosted version of the Galaxy web app or want to point to the testing site https://galaxy-qa.ansible.com. It does not work against private, hosted repos, which Galaxy can use for fetching and installing roles.
|
||||||
|
|
||||||
ignore_certs
|
ignore_certs
|
||||||
============
|
============
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue