mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-21 11:34:15 -07:00
Adds a logfile for ansible playbooks that can be set by the environment or configuration file.
This commit is contained in:
parent
515fbd5a17
commit
aa55268514
5 changed files with 68 additions and 27 deletions
|
@ -16,6 +16,12 @@ library = /usr/share/ansible
|
|||
|
||||
module_name = command
|
||||
|
||||
# location for ansible log file. If set, will store output from ansible
|
||||
# and ansible-playbook. If enabling, you may wish to configure
|
||||
# logrotate.
|
||||
|
||||
#log_path = /var/log/ansible.log
|
||||
|
||||
# home directory where temp files are stored on remote systems. Should
|
||||
# almost always contain $HOME or be a directory writeable by all users
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue