mirror of https://github.com/ceph/ceph-ansible.git
ansible: add logging path
Ability to log ansible plays in a log file. Default location is /var/log/ansible.log Be sure the user running Ansible has permissions on the logfile. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1445065 Signed-off-by: Sébastien Han <seb@redhat.com>pull/1468/head
parent
ae351efeca
commit
6a69fa9495
|
@ -2,3 +2,5 @@
|
|||
ansible_managed = Please do not change this file directly since it is managed by Ansible and will be overwritten
|
||||
action_plugins = plugins/actions
|
||||
roles_path = ./roles
|
||||
# Be sure the user running Ansible has permissions on the logfile
|
||||
log_path = /var/log/ansible.log
|
||||
|
|
Loading…
Reference in New Issue