Re: [ansible-project] How to install SQL server on Windows server 2012, by using ansible playbook.

2019-07-20 Thread Mohapatra Networking
Hi Jordan, Thanks for the quick response, I have n't created the ini file. Can you please share the sample installation guide, it will help me. Thanks On Sun, Jul 21, 2019 at 3:02 AM Jordan Borean wrote: > Look up documentation online for the SQL server installer and just follow > that. I

[ansible-project] How to install SQL server on Windows server 2012, by using ansible playbook.

2019-07-20 Thread Jordan Borean
Look up documentation online for the SQL server installer and just follow that. I believe you configure an ini file that is passed as an argument to the SQL installer. One thing to note about installing SQL server, you either need to connect with CredSSP auth or use the become method in Ansible

[ansible-project] How to install SQL server on Windows server 2012, by using ansible playbook.

2019-07-20 Thread Mohapatra Networking
Hi, I want to install sql server on windows server 2012. Sql server application is on my share repository, I want to install that sql application on customize way, like it have to install on "D" drive insteed of "C" drive. Thanks -- You received this message because you are subscribed to

[ansible-project] Re: help with 'when' please

2019-07-20 Thread Ehab Arman
Hi William, The when location inside the task won't change how it works, It will always check the condition first before executing the task. I'm not sure what you stored inside your register, it differs according to the task used. Try to use debug to check the content of your register make

[ansible-project] Re: help with 'when' please

2019-07-20 Thread Ehab Arman
Hi William, The when location inside the task won't change how it works, It will always check the condition first before executing the task. I'm not sure what you stored inside your register, it differs according to the task used but the general structure is: "reg_ex": { "changed":

[ansible-project] Understanding use cases behind k8s and openshift inventory design

2019-07-20 Thread Andrew Feller
I’ve been working on an Ansible role to facilitate managing OpenShift projects, secrets, etc for applications under the notion that projects correlate to inventory hosts similar to what k8s and openshift inventories generate. I can model inventories of projects across multiple clusters and

[ansible-project] How to use ec2.py with group_vars etc?

2019-07-20 Thread Dick Visser
Hi I can see the benefits of using the ec2.py dynamic inventory script, but I run into some issues which I can't figure out how to fix. 1. The ec2.py requires the credentials to be available as environment variables. But my deployment only has them available inside a vaulted vars file (in

Re: [ansible-project] Ansible tower installation error !!

2019-07-20 Thread Ankit Vashistha
Try validating the error: *no password supplied*. *Regards,* *Ankit* On Sat, Jul 20, 2019 at 7:23 PM aditya singh wrote: > Hi recently i was trying to install Tower in centos7 bu t iam getting a > error during the time of installation / Can i get some help ??? > > > The Error I'm getting is

[ansible-project] How to contribute to ansible

2019-07-20 Thread Ehab Arman
Hello all, I have been using Ansible for a while now and I would like to join the community and make some contribution to the Ansible modules. I went through some of the Ansible docs and advices of contribution work. But I'm still confused about what to do exactly and how to start. First, I

Re: [ansible-project] Ansible tower installation error !!

2019-07-20 Thread Jonathan Lozada De La Matta
please resch out to support. This is for ansible. Jonathan Lozada De La Matta on mobile From: ansible-project@googlegroups.com on behalf of aditya singh Sent: Saturday, July 20, 2019 9:53 AM To: Ansible Project Subject: [ansible-project] Ansible tower

[ansible-project] Ansible tower installation error !!

2019-07-20 Thread aditya singh
Hi recently i was trying to install Tower in centos7 bu t iam getting a error during the time of installation / Can i get some help ??? The Error I'm getting is this : TASK [awx_install : Migrate the Tower database schema (may take awhile when upgrading).]

Re: [ansible-project] Save value of json_query as real integer (without quotes) rather than as string

2019-07-20 Thread Kai Stian Olstad
On 20.07.2019 10:13, hauke wrote: > Currently I try to fetch an integer value of an API and to use that exact > value later on to create an object via the same API. The problem is, the > API only accepts JSON numbers (integer in this case) as input. Is there any > way to tell Ansible to save a

[ansible-project] Save value of json_query as real integer (without quotes) rather than as string

2019-07-20 Thread hauke
Hi there, Currently I try to fetch an integer value of an API and to use that exact value later on to create an object via the same API. The problem is, the API only accepts JSON numbers (integer in this case) as input. Is there any way to tell Ansible to save a value as a "true" integer