Hello Everyone,
I am trying to create a playbook to perform the three below mentioned tasks. I am able to accomplish the first 2 tasks but for the third one which is to restore the Database I need to change the host server as windows server 2. So I am not sure how I can achieve it. The playbook I am using is below:
- Taking backup on remote windows server 1.
- Copying that backup to another remote windows server 2.
- Restoring that backup to remote windows server 2.