Ok. That clarifies it a bit, but even if so, the output is only captured on demand, and the sequence of actual transfer and execute commands is not visible. Is it possible to dump in a human readable manner? playbook is a good plan overview, but not always what really happens.
On Friday, February 21, 2014 8:07:01 PM UTC+3, Michael DeHaan wrote: > > Ansible doesn't "type" in SSH, but actually transfers and executes modules. > > Thus the playbook is the best indication of what you are intending to do, > and what you did. > > > On Fri, Feb 21, 2014 at 11:57 AM, anatoly techtonik > <[email protected]<javascript:> > > wrote: > >> Debian upgrade >> instructions<http://www.debian.org/releases/stable/i386/release-notes/ch-upgrading.html>contain >> very useful advice - record shell session >> of upgrade process with screen: >> >> It is strongly recommended that you use the */usr/bin/script* program to >>> record a transcript of the upgrade session. Then if a problem occurs, you >>> will have a log of what happened, and if needed, can provide exact >>> information in a bug report. To start the recording, type: >>> # script -t 2>~/upgrade-wheezy*step*.time -a ~/upgrade-wheezy*step* >>> .script >> >> >> Is it possible to record invisible Ansible session in the same way? That >> would >> be a killer feature that help people to understand how certain playbook >> work >> and enhance Ansible on the way. >> >> Why I think it is possible? Because Ansible uses only SSH only, and >> everything you type in SSH can be recorded. >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Ansible Project" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> To post to this group, send email to [email protected]<javascript:> >> . >> For more options, visit https://groups.google.com/groups/opt_out. >> > > -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
