|
|
|
@ -87,7 +87,7 @@ timeout = 10
|
|
|
|
|
# templates indicates to users editing templates files will be replaced.
|
|
|
|
|
# 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}
|
|
|
|
|
# This short version is better used in tempaltes as it won't flag the file as changed every run.
|
|
|
|
|
# This short version is better used in templates as it won't flag the file as changed every run.
|
|
|
|
|
ansible_managed = Ansible managed: {file} on {host}
|
|
|
|
|
|
|
|
|
|
# by default, ansible-playbook will display "Skipping [host]" if it determines a task
|
|
|
|
@ -236,5 +236,5 @@ accelerate_daemon_timeout = 30
|
|
|
|
|
[selinux]
|
|
|
|
|
# file systems that require special treatment when dealing with security context
|
|
|
|
|
# the default behaviour that copies the existing context or uses the user default
|
|
|
|
|
# needs to be changed to use the file system dependant context.
|
|
|
|
|
# needs to be changed to use the file system dependent context.
|
|
|
|
|
#special_context_filesystems=nfs,vboxsf,fuse,ramfs
|
|
|
|
|