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
pull/3288/head
espro 12 years ago
parent e2cf3b2d29
commit a00c7b0c08

@ -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

Loading…
Cancel
Save