summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorespro <brent.bloxam@gmail.com>2013-06-20 22:14:15 +0200
committerespro <brent.bloxam@gmail.com>2013-06-20 22:14:15 +0200
commita00c7b0c088ee0e9552cbf54cbbbb4a4f14eb00a (patch)
tree0e95182ea928e12b23e140edb56ae2063044b05b /examples
parentUpdate ansible.cfg (diff)
downloadansible-a00c7b0c088ee0e9552cbf54cbbbb4a4f14eb00a.tar.xz
ansible-a00c7b0c088ee0e9552cbf54cbbbb4a4f14eb00a.zip
Comment remote_user in ansible.cfg
remote_user should not be set in example config. This file is used in rpm .spec for /etc/ansible/ansible.cfg
Diffstat (limited to 'examples')
-rw-r--r--examples/ansible.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ansible.cfg b/examples/ansible.cfg
index 5777f52e48..73ddc825b5 100644
--- a/examples/ansible.cfg
+++ b/examples/ansible.cfg
@@ -33,7 +33,7 @@ timeout = 10
# default user to use for playbooks if user is not specified
# (/usr/bin/ansible will use current user as default)
-remote_user=root
+#remote_user=root
# logging is off by default unless this path is defined
# if so defined, consider logrotate