Re: [ansible-project] Re: What traces does Ansible leave on remote hosts and how can I remove them?

2017-07-24 Thread Brian Coca
The no_log setting might be too much as it obscures the info on the controller also, there is another setting that specifically prevents writing to syslog on the remote: no_target_syslog = False -- Brian Coca -- You received this message because you are subscribed to the Google Groups

[ansible-project] Re: What traces does Ansible leave on remote hosts and how can I remove them?

2017-07-08 Thread Daniel JD
I forgot to tell you how to change that path :D The option is the following: remote_tmp = ~/.ansible/tmp Am Samstag, 8. Juli 2017 14:19:18 UTC+2 schrieb Daniel JD: > > Ansible should cleanup the files inside that folder. It should be empty! I > dont know a way to completly remove it... > You

[ansible-project] Re: What traces does Ansible leave on remote hosts and how can I remove them?

2017-07-08 Thread Daniel JD
Ansible should cleanup the files inside that folder. It should be empty! I dont know a way to completly remove it... You could change the path to /tmp/.ansible and then it should automatically be cleaned by the OS (because /tmp is a tmpfs which is located in DRAM or if its a normal filesystem, b