Re: [ansible-project] Getting Error while Installing Oracle 18c XE RPM package

2021-03-23 Thread 'Praveen Kumar Singh' via Ansible Project
> Please post text and not some unreadable screenshot > > > On Tue, 23 Mar 2021 at 18:43, 'Praveen Kumar Singh' via Ansible > Project wrote: > > > > Hello Guys, > > > > I am getting below error while installing Oracle 18c express edition RPM > packa

[ansible-project] Getting Error while Installing Oracle 18c XE RPM package

2021-03-23 Thread 'Praveen Kumar Singh' via Ansible Project
Hello Guys, I am getting below error while installing Oracle 18c express edition RPM package. So can someone please help. [image: Error.PNG] Thanks and Regards, Praveen Singh -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe

Re: [ansible-project] Changing the target server name

2021-02-25 Thread 'Praveen Kumar Singh' via Ansible Project
Thank you so much Stefan. That worked. Thanks and regards Praveen Singh On Thu, Feb 25, 2021, 1:10 PM Stefan Hornburg (Racke) wrote: > On 2/25/21 8:32 AM, 'Praveen Kumar Singh' via Ansible Project wrote: > > Hello Stefan, > > > > I am trying to create a play

Re: [ansible-project] Changing the target server name

2021-02-24 Thread 'Praveen Kumar Singh' via Ansible Project
en Singh On Wed, Feb 24, 2021 at 11:23 PM Stefan Hornburg (Racke) wrote: > On 2/24/21 4:17 PM, 'Praveen Kumar Singh' via Ansible Project wrote: > > Is there any way to change the target server name in the middle of the > playbook? This is for windows. > > > >

[ansible-project] Changing the target server name

2021-02-24 Thread 'Praveen Kumar Singh' via Ansible Project
Is there any way to change the target server name in the middle of the playbook? This is for windows. Thanks and Regards, Praveen Singh -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails

[ansible-project] Re: SQL Server DB Restore

2021-02-23 Thread 'Praveen Kumar Singh' via Ansible Project
Is there any solution for this to change the target server name in the middle of the playbook? This is for windows. Thanks and Regards, Praveen Singh On Mon, Feb 22, 2021 at 10:58 PM Praveen Kumar Singh wrote: > can someone please help me on this > > thanks and regards, > Praveen Singh > > On M

[ansible-project] Re: SQL Server DB Restore

2021-02-22 Thread 'Praveen Kumar Singh' via Ansible Project
can someone please help me on this thanks and regards, Praveen Singh On Mon, Feb 22, 2021 at 6:11 AM Praveen Kumar Singh wrote: > 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 >

[ansible-project] SQL Server DB Restore

2021-02-22 Thread 'Praveen Kumar Singh' via Ansible Project
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

Re: [ansible-project] Not able to copy backup files between 2 remote windows server

2021-02-22 Thread 'Praveen Kumar Singh' via Ansible Project
;> I am already using remote_src: yes option. >> >> Thanks and Regards, >> Praveen Singh >> On Sat, Feb 20, 2021 at 5:53 AM Ramakrishna Veeragandham < >> ramakri...@gmail.com> wrote: >> >>> Remoe remote_src: yes option and try. >>> &g

Re: [ansible-project] Not able to copy backup files between 2 remote windows server

2021-02-20 Thread &#x27;Praveen Kumar Singh&#x27; via Ansible Project
I am already using remote_src: yes option. Thanks and Regards, Praveen Singh On Sat, Feb 20, 2021 at 5:53 AM Ramakrishna Veeragandham < ramakrishna...@gmail.com> wrote: > Remoe remote_src: yes option and try. > > Thanks, > Ram > > On Sat, Feb 20, 2021, 21:44 'Pra

[ansible-project] Not able to copy backup files between 2 remote windows server

2021-02-20 Thread &#x27;Praveen Kumar Singh&#x27; via Ansible Project
Hello Everyone, I am trying to copy backup files from one remote windows server to another windows server using ansible playbook but not able to do so. I am using below playbook and which is running successfully also but when I check the backup file at destination location it is not present the

Re: [ansible-project] Win_copy Not working

2021-02-17 Thread &#x27;Praveen Kumar Singh&#x27; via Ansible Project
Wei-Yen Tan wrote: > >> Sounds like you are hitting the double hop issue with winrm >> >> Get Outlook for iOS <https://aka.ms/o0ukef> >> -------------- >> *From:* 'Praveen Kumar Singh' via Ansible Project < >> ansible-project@googleg

Re: [ansible-project] Win_copy Not working

2021-02-16 Thread &#x27;Praveen Kumar Singh&#x27; via Ansible Project
-- > *From:* 'Praveen Kumar Singh' via Ansible Project < > ansible-project@googlegroups.com> > *Sent:* Tuesday, February 16, 2021 9:32:28 PM > *To:* Ansible Project > *Subject:* [ansible-project] Win_copy Not working > > I am trying to copy backup file from one

[ansible-project] Win_copy Not working

2021-02-16 Thread &#x27;Praveen Kumar Singh&#x27; via Ansible Project
I am trying to copy backup file from one remote windows server to another windows server using below playbook but the backup file is not copying. Although the playbook is running successful then also the backup file is not present at the destination. Below is the playbook I am using. --- - ho

Re: [ansible-project] SQL Server Dynamic Database Creation using Ansible

2021-01-14 Thread &#x27;Praveen Kumar Singh&#x27; via Ansible Project
Is there any tool or way I can find where I am putting the quotes wrong? Thanks and Regards Praveen Singh On Fri, Jan 15, 2021, 3:52 AM Dick Visser wrote: > Now you've got the quoting wrong > > > On Thu, 14 Jan 2021 at 20:57, 'Praveen Kumar Singh' via Ansible

Re: [ansible-project] SQL Server Dynamic Database Creation using Ansible

2021-01-14 Thread &#x27;Praveen Kumar Singh&#x27; via Ansible Project
Thu, Jan 14, 2021 at 7:20 AM Jean-Yves LENHOF wrote: > Hi, > > Read docs a little ! > > https://docs.ansible.com/ansible/latest/user_guide/playbooks_prompts.html > > DbName is the variable, so that should be the name > > DB Config is the prompt written on the the scr

Re: [ansible-project] Microsoft SQL Server Module mssql_db Not Working to create a Database.

2021-01-14 Thread &#x27;Praveen Kumar Singh&#x27; via Ansible Project
Hello Dick, Below is the information. [image: image.png] On Thu, Jan 14, 2021 at 5:31 AM Dick Visser wrote: > what is the output of > > /usr/bin/Python 2.7.5 --version > > and: > > ansible --version > > On Thu, 14 Jan 2021 at 14:02, 'Praveen Kumar Sin

Re: [ansible-project] SQL Server Dynamic Database Creation using Ansible

2021-01-14 Thread &#x27;Praveen Kumar Singh&#x27; via Ansible Project
SET @Query = @Query + '( NAME = '''+"{{ DbName }}" +'_log'', FILENAME = '''+@DbFilePath+@DbName +'_log.ldf'' , SIZE = 1024KB , MAXSIZE = 2048GB , FILEGROWTH = 10%)' print @query

[ansible-project] SQL Server Dynamic Database Creation using Ansible

2021-01-14 Thread &#x27;Praveen Kumar Singh&#x27; via Ansible Project
Hello All, I am trying to create a new database on sql server using the below mentioned ansible playbook. But when I am executing the playbook and in the prompt option putting the database name. It is not taking that database name of the prompt and instead creating the database mentioned in the

[ansible-project] Re: Microsoft SQL Server Module mssql_db Not Working to create a Database.

2021-01-12 Thread &#x27;Praveen Kumar Singh&#x27; via Ansible Project
Hello Team, Can someone please help me with this? Thanks and Regards, Praveen Singh On Thursday, November 5, 2020 at 10:13:36 AM UTC-8 Praveen Kumar Singh wrote: > ISSUE TYPE > >- Feature Idea > > SUMMARY > > When I am using the SQL Server Module mssql_db to create a new database on >

[ansible-project] Microsoft SQL Server Module mssql_db Not Working to create a Database.

2020-11-05 Thread &#x27;Praveen Kumar Singh&#x27; via Ansible Project
ISSUE TYPE - Feature Idea SUMMARY When I am using the SQL Server Module mssql_db to create a new database on the microsoft SQL Server I am getting the below error. Microsoft SQL Server is on windows server. I am using the below playbook to create the database on SQL Server. Ansible Pla