Try removing no_log from the playbook which is giving error to see what exact error it gives. It might have sensitive data hence it is censored.
On Thu, Mar 14, 2019, 7:42 AM Sindhuja Koneru <[email protected]> wrote: > Hello, > > Can someone please help me here, not able to figure out why i am unable to > run restore.yml that is provided in the bundle. > > STEP 1:- I have run backup.yml and it successfully created a tar file. > STEP 2:- Then I am trying to run restore.yml and have given the full path > of the file created from STEP1 (/location/Tarfilename.tar.gz) but it throws > following error. > > can someone please assist me? > > ASK [restore : Write SECRET_KEY into /etc/*****/] > ************************************************************ > > changed: [tnode1.runitdif.bankofamerica.com] > > changed: [tnode3.XYZ.com <http://tnode3.xyz.com/>] > > changed: [tnode2.XYZ.com <http://tnode2.xyz.com/>] > > > > TASK [restore : Dump the new Tower instance topology] > ********************************************************* > > skipping: [tnode2.XYZ.com <http://tnode2.xyz.com/>] > > skipping: [tnode3.XYZ.com <http://tnode3.xyz.com/>] > > changed: [tnode1.XYZ.com <http://tnode1.xyz.com/>] > > > > TASK [restore : Perform a PostgreSQL restore (external).] > ***************************************************** > > skipping: [tnode2.XYZ.com <http://tnode2.xyz.com/>] > > skipping: [tnode3.XYZ.com <http://tnode3.xyz.com/>] > > fatal: [tnode1.XYZ.com <http://tnode1.xyz.com/>]: FAILED! => {"censored": > "the output has been hidden due to the fact that 'no_log: true' was > specified for this result", "changed": true} > > [tnode1.XYZ.com <http://tnode1.xyz.com/>] TASK: restore : Perform a > PostgreSQL restore (external). (debug)> > > [tnode1.XYZ.com <http://tnode1.xyz.com/>] TASK: restore : Perform a > PostgreSQL restore (external). (debug)> > > [tnode1.XYZ.com <http://tnode1.xyz.com/>] TASK: restore : Perform a > PostgreSQL restore (external). (debug)> > > [tnode1.XYZ.com <http://tnode1.xyz.com/>] TASK: restore : Perform a > PostgreSQL restore (external). (debug)> > > -- > 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]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/ansible-project/87cd2f7f-ad2e-4fd2-ad6d-278c67b6e0e4%40googlegroups.com > <https://groups.google.com/d/msgid/ansible-project/87cd2f7f-ad2e-4fd2-ad6d-278c67b6e0e4%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/CACecUhvu%2B0_qLKFqjOpJZS5x%2BHK6kidd4c%2B8X6odve1g4QgocA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
