Does Ansible have a file or command like .bahs_history
/history
that can display the playbook execute history?
If there is no default setting that can do that, is that possible to record ansible-playbook execute history in Ubuntu?
I am very new to Ansible, any help is appreciated!
CodePudding user response:
Since
By default Ansible sends output about plays, tasks, and module arguments to your screen (STDOUT) on the control node.
you can either configure Logging Ansible output as explained in the documentation or write results of certain tasks into a file.
Further Q&A