Re: [ansible-project] Regardin MSSQL

2021-05-17 Thread karthik kumar
What kind of script.Could you help me On Monday, 17 May 2021 at 12:01:03 UTC-4 jatin@gmail.com wrote: > I think you can use some script to take database backup and call that > script from ansible. > > On Mon, May 17, 2021, 21:25 karthik kumar wrote: > >> Hello Team, &

[ansible-project] Regardin MSSQL

2021-05-17 Thread karthik kumar
Hello Team, Can Someone help me how to automate this? Ansible to take MSSQL database backup(windows). Thanks, Karthik -- 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

Re: [ansible-project] Re: Ansible authentication with windows by using GoDaddy or third party certificates

2021-02-03 Thread karthik kumar
Hi, Thanks for the reply and information. i have one question, can we use openssl CA for this purpose? and do you have any steps on how to create Openssl CA certificate? Thanks in advance. Regards, Karthik. On Thu, 28 Jan 2021 at 14:33, jbor...@gmail.com wrote: > WinRM certificate auth requir

[ansible-project] Ansible authentication with windows by using GoDaddy or third party certificates

2021-01-28 Thread karthik kumar
Hi, Need help on setting up authentication between ansible and windows by using GoDaddy certificates or any third party instead of Openssl or SelfSigned certificate. I have tried many ways but its not working. i was able to import certificate to windows but when I was trying to map certificate

[ansible-project] Ansible authentication with windows by using GoDaddy or third party certificates

2021-01-26 Thread karthik kumar
Hi, Need help on setting up authentication between ansible and windows by using GoDaddy certificates or any third party instead of Openssl or SelfSigned certificate. I have tried many ways but its not working. i was able to import certificate to windows but when I was trying to map certificate

[ansible-project] Error message - "module_stderr": "/bin/sh: 1: powershell: not found\n", when running a powershell through win_command

2020-02-22 Thread Karthik Kumar
Iam trying to run the below simple playbook in ansible in windows 10 through ubuntu installed. But Iam getting error as "module_stderr": "/bin/sh: 1: powershell: not found\n", "module_stdout": Please let me know how to resolve this issue. - name: Run Powershell Scripts hosts: localhost ta