summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorToshio Kuratomi <toshio@fedoraproject.org>2015-10-26 10:10:03 -0700
committerToshio Kuratomi <toshio@fedoraproject.org>2015-10-26 10:24:17 -0700
commitcd9d6c8b5bf945c8d95d24e8ebdc5f666a43a3f4 (patch)
tree15a881fcdb65f3ef81e16b6aac5650a61746273f /examples
parent677a2f95e5951bbf0244f4ed640f07cbd0d15abb (diff)
downloadansible-cd9d6c8b5bf945c8d95d24e8ebdc5f666a43a3f4.tar.gz
Remove unused ca_file_path as it has not been hooked up to code for a long time (if ever) and is confusing people For instance, #12884
Diffstat (limited to 'examples')
-rw-r--r--examples/ansible.cfg14
1 files changed, 0 insertions, 14 deletions
diff --git a/examples/ansible.cfg b/examples/ansible.cfg
index bf65706775..23b8937aaf 100644
--- a/examples/ansible.cfg
+++ b/examples/ansible.cfg
@@ -161,20 +161,6 @@ ansible_managed = Ansible managed: {file} on {host}
# set to 1 if you don't want colors, or export ANSIBLE_NOCOLOR=1
#nocolor = 1
-# the CA certificate path used for validating SSL certs. This path
-# should exist on the controlling node, not the target nodes
-# common locations:
-# RHEL/CentOS: /etc/pki/tls/certs/ca-bundle.crt
-# Fedora : /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem
-# Ubuntu : /usr/share/ca-certificates/cacert.org/cacert.org.crt
-#ca_file_path =
-
-# the http user-agent string to use when fetching urls. Some web server
-# operators block the default urllib user agent as it is frequently used
-# by malicious attacks/scripts, so we set it to something unique to
-# avoid issues.
-#http_user_agent = ansible-agent
-
# if set to a persistent type (not 'memory', for example 'redis') fact values
# from previous runs in Ansible will be stored. This may be useful when
# wanting to use, for example, IP information from one group of servers