summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorJames Mighion <james.mighion@gmail.com>2017-11-01 12:02:08 -0700
committerJohn R Barker <john@johnrbarker.com>2017-11-01 19:02:08 +0000
commit9d4e0a8acb219e6f07b91e8660d7248ef7459149 (patch)
treef772263afe7cafb7e3cc9fc3ee1bdfd217d64559 /examples
parent27188d46a9f4f7b36f15bb5ba8c6b380e47f5e73 (diff)
downloadansible-9d4e0a8acb219e6f07b91e8660d7248ef7459149.tar.gz
Fixes default format of network_group_modules to ini list. Removing trailing whitespaces from comments for style consistency. Fixes #26154 (#32460)
Diffstat (limited to 'examples')
-rw-r--r--examples/ansible.cfg20
1 files changed, 10 insertions, 10 deletions
diff --git a/examples/ansible.cfg b/examples/ansible.cfg
index 48b54273f3..13d06aa984 100644
--- a/examples/ansible.cfg
+++ b/examples/ansible.cfg
@@ -51,7 +51,7 @@
# with a maximum timeout of 10 seconds. This
# option lets you increase or decrease that
# timeout to something more suitable for the
-# environment.
+# environment.
# gather_timeout = 10
# additional paths to search for roles in, colon separated
@@ -295,7 +295,7 @@
# This family of modules use an alternative execution path optimized for network appliances
# only update this setting if you know how this works, otherwise it can break module execution
-#network_group_modules=['eos', 'nxos', 'ios', 'iosxr', 'junos', 'vyos']
+#network_group_modules=eos, nxos, ios, iosxr, junos, vyos
# When enabled, this option allows lookups (via variables like {{lookup('foo')}} or when used as
# a loop with `with_foo`) to return data that is not marked "unsafe". This means the data may contain
@@ -356,16 +356,16 @@
# paramiko on older platforms rather than removing it, -C controls compression use
#ssh_args = -C -o ControlMaster=auto -o ControlPersist=60s
-# The base directory for the ControlPath sockets.
+# The base directory for the ControlPath sockets.
# This is the "%(directory)s" in the control_path option
-#
-# Example:
+#
+# Example:
# control_path_dir = /tmp/.ansible/cp
#control_path_dir = ~/.ansible/cp
-# The path to use for the ControlPath sockets. This defaults to a hashed string of the hostname,
-# port and username (empty string in the config). The hash mitigates a common problem users
-# found with long hostames and the conventional %(directory)s/ansible-ssh-%%h-%%p-%%r format.
+# The path to use for the ControlPath sockets. This defaults to a hashed string of the hostname,
+# port and username (empty string in the config). The hash mitigates a common problem users
+# found with long hostames and the conventional %(directory)s/ansible-ssh-%%h-%%p-%%r format.
# In those cases, a "too long for Unix domain socket" ssh error would occur.
#
# Example:
@@ -404,8 +404,8 @@
[persistent_connection]
# Configures the persistent connection timeout value in seconds. This value is
-# how long the persistent connection will remain idle before it is destroyed.
-# If the connection doesn't receive a request before the timeout value
+# how long the persistent connection will remain idle before it is destroyed.
+# If the connection doesn't receive a request before the timeout value
# expires, the connection is shutdown. The default value is 30 seconds.
#connect_timeout = 30