Looking to translate this to a playbook :

8. In your SSH Client (Putty), Log into the server using your an account
9. Become the LDAP User
sudo -u dbuser -i (this prompts for the remote_user's credentails
10. run an command
echo "logged in as dbuser"
11. Perform an On-Line backup of the DB service
telnet localhost 4111
Welcome to the DB Console
           tsa> dump db;
           Starting dump
           tsa> logout;
12. cd /app/TSA/data/backups (as dbuser)


Appreciate any help and thanks in advance.


-- 
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/ff52b4c9-6d6e-4372-add9-19deab4011b2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to