Re: [ansible-project] Not able to create Ansible tower template job through an API call

2021-09-15 Thread The Vandyy Vines
Yes you can refer the sex mailing list ... But what error in api call request are you facing? On Wed, Sep 15, 2021, 11:33 PM Dick Visser wrote: > I have no idea, but this is the ansible mailing list. > You will probably get a better response on the dedicated awx list: > https://groups.google.com

Re: [ansible-project] Multiple commands output in a single file

2021-05-31 Thread The Vandyy Vines
I think you can test once with with_items: "{{ print_output.stdout }} On Tue, 1 Jun 2021 at 8:12 AM, Djay wadhwa wrote: > Hi Pushp, > > Script worked but desired outcome not achieved. still getting output of > only 1st command ( show ip name-servers) in the file. > > - name: Check Ip routes >

Re: [ansible-project] winrm or request is not installed no module name winrm

2021-05-30 Thread The Vandyy Vines
Check if winrm is installed on window server…. Test-wsman On Sun, 30 May 2021 at 5:49 PM, manoj kumar wrote: > if you installed winrm module through yum, it wouldnt not recognise it. I > suggest you remove it and install it using pip. > Also, sharing error screenshot, inventory would help. >

Re: [ansible-project] Ansible3.3.0

2021-05-18 Thread The Vandyy Vines
Yes i actually did ansible --version On Tue, May 18, 2021, 5:24 PM 'Felix Fontein' via Ansible Project < ansible-project@googlegroups.com> wrote: > Hi, > > > Could you help... > > I ve installed ansible-base 2.10.9 and ansible 3.0.0 > > > > But checking ansible verdion it says 2.10.9 > > I'm not

[ansible-project] Ansible community version

2021-05-18 Thread The Vandyy Vines
Hello, Could you help... I ve installed ansible-base 2.10.9 and ansible 3.0.0 But checking ansible version it says 2.10.9 So which pkg decides the version finally. BR// Vandana -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubsc

Re: [ansible-project] Ansible3.3.0

2021-05-18 Thread The Vandyy Vines
He'll, Could you help... I ve installed ansible-base 2.10.9 and ansible 3.0.0 But checking ansible verdion it says 2.10.9 So which pkg decides tge version finally On Thu, Apr 22, 2021, 8:24 PM Toshio Kuratomi wrote: > Hi all, > > We're happy to announce that the ansible-3.3.0 package was rel

Re: [ansible-project] Assert using Regex

2021-05-14 Thread The Vandyy Vines
Can uou use >= with 1000 On Fri, May 14, 2021, 8:53 PM Amit Chettri wrote: > Hello, > > I am able to do the assert using basic string check. But i am looking for > a way to do using regex. > > example. > i have register: result with below value > *"stdout_lines": [* > *"microsoft (R)

Re: [ansible-project] Ansible read excel sheet to build inventory

2021-05-12 Thread The Vandyy Vines
Read_csv is a module to read the csv On Wed, May 12, 2021, 9:18 PM Brian Coca wrote: > yes, an inventory plugin or inventory script can do this, there are > several examples of this in 'the wild', but none are shipped as part > of Ansible. > > > -- > Brian Coca > > -- > You received this

Re: [ansible-project] pywinrm installation

2021-05-06 Thread The Vandyy Vines
Installing winrm is a different process .. check ansible docs. For it On Thu, May 6, 2021, 3:12 PM pradnya waghmare wrote: > Hi, > I am trying to connect to windows system form ansible host.For that trying > to install winrm ,folowing command: > sudo pip3 install pywinrm > > with abouve comma

Re: [ansible-project] Srop nginx playbook

2021-05-05 Thread The Vandyy Vines
Welcome... 😁 On Wed, May 5, 2021, 7:18 PM rebecca acheampong wrote: > You are right. I cannot stop it manually. I am trying to solve that. Thank > you > > On Wednesday, May 5, 2021 at 4:34:24 PM UTC+3 new_ansible wrote: > >> Hello, >> >> Can you stop the nginx manually... On remote server and se

Re: [ansible-project] Srop nginx playbook

2021-05-05 Thread The Vandyy Vines
Hello, Can you stop the nginx manually... On remote server and see if that is yhe problem and not ansible.. On Wed, May 5, 2021, 7:01 PM rebecca acheampong wrote: > I am writing a playbook to stop nginx on a remote host (ubuntu). Please I > appreciate your help as usual. Thank you > > I get thi