Re: [ansible-project] Ansible-variable containing double quotes changed

2020-02-17 Thread Barun kumar
"add_host": { "groups": [], "host_name": "10.0.0.20", "host_vars": { "PLAY1VAR_NEW01": [ "dev/xvdj", "dev/xv

[ansible-project] Ansible-variable containing double quotes changed

2020-02-17 Thread Barun kumar
"delta": "0:00:00.088902", "end": "2020-02-17 21:50:56.868731", "failed": false, "rc": 0, "start": "2020-02-17 21:50:56.779829", "stderr": "&

[ansible-project] Dynamic disk format and mount

2019-11-11 Thread Barun kumar
HI team, We have a servers attached with multiple disks that Is not known, now I want to use facts module to format disk and mount in fstab, any idea how to do that? Regards, Barun -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To

Re: [ansible-project] ANSIBLE with hashicorp vault

2019-10-30 Thread Barun kumar
Hi , Did you get solution on this, even I am trying to implement hashicorp vault with ansible tower but getting hashicorp lookup module error. Please help me as well if you would have got integrated. On Tue, 29 Oct 2019, 10:58 am darth republic, wrote: > Hi guys, > Have anyone integrated

Re: [ansible-project] Ansible for windows

2019-09-01 Thread Barun kumar
Let me know if you find the solutions for this On Thu, 22 Aug 2019, 3:18 am uday kiran, wrote: > Hi, > > I wrote an autoit exe which will launch out application,test its > functionality and store the logs in results.txt > > I want ansible to copy the autoit exe, a config file and our

Re: [ansible-project] Ansible Tower installation getting failed.

2019-09-01 Thread Barun kumar
While Tower installation, ansible looks for all dependencies and if that doesn't find then it will trigger yum to download the required packages, hence in that case servers should have red hat repository configured . Hope this will help you. On Thu, 22 Aug 2019, 5:30 am Vivek Vijayan, wrote: >

Re: [ansible-project] Ansible Tower with windows AD

2019-06-11 Thread Barun kumar
Hi Jlozadad, Can you help us to integrate ansible tower to windows AD? On Tue, 11 Jun 2019, 10:34 Kai Stian Olstad, < ansible-project+l...@olstad.com> wrote: > On 11.06.2019 04:11, Barun kumar wrote: > > Any idea how to integrate ansible tower with windows AD for AD user >

[ansible-project] Ansible Tower with windows AD

2019-06-10 Thread Barun kumar
All, Any idea how to integrate ansible tower with windows AD for AD user accounts login ?? Regards, Barun Kumar -- 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, sen

Re: [ansible-project] New Tower Installation - No Default Credentials Type

2019-05-31 Thread Barun kumar
Yes, you need to prepare inventory file that should have all ansible tower console and database user name and password. On Fri, 31 May 2019, 00:48 Tim Carr, wrote: > Hello - just installed my first Ansible Tower instance (Ansible 2.8.0, > Tower 3.4.3) on a fresh install of RHEL 7.6. Everything

Re: [ansible-project] Ansible parallel task execution failing(async)

2019-05-28 Thread Barun kumar
If you could provide us playbook and error screen shots, that will help us to guide you better. On Tue, 28 May 2019, 16:41 CORLEONE##, wrote: > Hello guys , i am trying to run 2 tasks (both are import_tasks) parallely > using async and poll but it is not running as expected. Tried async with

[ansible-project] When ansible supports rhel8

2019-05-26 Thread Barun kumar
Hi Team, Any idea on ansible rhe 8 support? Regards, Barun -- 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 email to ansible-project+unsubscr...@googlegroups.com. To

Re: [ansible-project] playbook to start AWS instance, run some tasks on the AWS instance, then terminate the instance

2019-05-25 Thread Barun kumar
then next, if I do hosts: localhost again to use the ec2 module to > terminate the instance, would I be able to call on the instance_id variable? > > > On Friday, May 24, 2019 at 2:16:09 PM UTC-4, Barun kumar wrote: >> >> You can call facts variable in playbook , >> 1

Re: [ansible-project] Sudo privilege escalation is not working

2019-05-24 Thread Barun kumar
at 13:59, bala wrote: > > > > pl try adding user in suoder > > > > %user ALL=(ALL) NOPASSWD: /bin/su - * > > and in ansible.cfg > > Use su as the become_method and also use sudo su - as become_exe > > > > > > > > > > > > On Fri

Re: [ansible-project] playbook to start AWS instance, run some tasks on the AWS instance, then terminate the instance

2019-05-24 Thread Barun kumar
You can call facts variable in playbook , 1- playbook to create a instace 2- register instance instance creation facts and call IP to normal tasks adding variable in same play then call terminate playbook below. I have given you logic, more thought process you need to apply while you create a

[ansible-project] Unable use expect module in ansible to respond multiple times to a question with different answers.

2019-03-29 Thread Barun kumar
*Playbook -* - name: starting splunk forwarder service expect: command: /opt/atlassian/bitbucket/atlassian-bitbucket-6.1.2-x64.bin responses: 'Install a new instance [1, Enter], Upgrade an existing instance [2]': '1' 'Install a Server instance [1, Enter], Install a