Merge pull request #3288 from espro/devel

Update ansible.cfg
This commit is contained in:
Michael DeHaan 2013-06-20 14:08:45 -07:00
commit c7c5ac1ab6

View file

@ -33,14 +33,14 @@ timeout = 10
# default user to use for playbooks if user is not specified # default user to use for playbooks if user is not specified
# (/usr/bin/ansible will use current user as default) # (/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 # logging is off by default unless this path is defined
# if so defined, consider logrotate # if so defined, consider logrotate
#log_path = /var/log/ansible.log #log_path = /var/log/ansible.log
# default module name for /usr/bin/ansible # default module name for /usr/bin/ansible
module_name = command #module_name = command
# use this shell for commands executed under sudo # use this shell for commands executed under sudo
# you may need to change this to bin/bash in rare instances # you may need to change this to bin/bash in rare instances
@ -66,7 +66,7 @@ module_name = command
# format of string {{ ansible_managed }} available within Jinja2 # format of string {{ ansible_managed }} available within Jinja2
# templates indicates to users editing templates files will be replaced. # templates indicates to users editing templates files will be replaced.
, replacing {file}, {host} and {uid} and strftime codes with proper values. # replacing {file}, {host} and {uid} and strftime codes with proper values.
ansible_managed = Ansible managed: {file} modified on %Y-%m-%d %H:%M:%S by {uid} on {host} ansible_managed = Ansible managed: {file} modified on %Y-%m-%d %H:%M:%S by {uid} on {host}
# if set, Ansible will raise errors when attempting to redeference Jinja2 # if set, Ansible will raise errors when attempting to redeference Jinja2