diff options
author | chouseknecht <chouse@ansible.com> | 2015-12-09 23:25:23 -0500 |
---|---|---|
committer | James Cammarata <jimi@sngx.net> | 2015-12-16 15:11:34 -0500 |
commit | ba16f2ae9579d8596c034458fee65092d40d8b75 (patch) | |
tree | 45bc0a8948c541d08d7525fd5a41aa5126c7e53a /docsite | |
parent | 1e605d727c9db91bab3596a79b9fe6ea8ca2944d (diff) | |
download | ansible-ba16f2ae9579d8596c034458fee65092d40d8b75.tar.gz |
Add a section to intro_configuration for Galaxy.
Diffstat (limited to 'docsite')
-rw-r--r-- | docsite/rst/intro_configuration.rst | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docsite/rst/intro_configuration.rst b/docsite/rst/intro_configuration.rst index dda07fc450..0ad54938d0 100644 --- a/docsite/rst/intro_configuration.rst +++ b/docsite/rst/intro_configuration.rst @@ -897,3 +897,19 @@ The normal behaviour is for operations to copy the existing context or use the u The default list is: nfs,vboxsf,fuse,ramfs:: special_context_filesystems = nfs,vboxsf,fuse,ramfs,myspecialfs + +Galaxy Settings +--------------- + +The following options can be set in the [galaxy] section of ansible.cfg: + +server +====== + +Override the default Galaxy server value of https://galaxy.ansible.com. + +ignore_certs +============ + +If set to *yes*, ansible-galaxy will not validate TLS certificates. Handy for testing against a server with a self-signed certificate +.
\ No newline at end of file |