Re: [ansible-project] Ansible installation on Puppy Linux

2020-03-17 Thread Saurabh Chaudhary
tried $ curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py $ python get-pip.py --user but below command doesn't work on puppy linux pip install --user ansible On Tuesday, March 17, 2020 at 7:06:16 PM UTC+5:30, Stefan Hornburg (Racke) wrote: > > On 3/17/20 1:52 PM, Saurabh Cha

[ansible-project] Ansible installation on Puppy Linux

2020-03-17 Thread Saurabh Chaudhary
Hi All Can u please help me to install ansible on puppy linux . At PPM i can find very older version of Ansible . -- 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

[ansible-project] Re: ecs_taskdefinition module not creating new revision

2019-08-07 Thread Saurabh Agrawal
does anyone have a solution for this issue? I could not able to register a new version of the task definition. On Thursday, June 30, 2016 at 10:08:14 PM UTC+5:30, Niko Ruotsalainen wrote: > > Hi, > > I'm trying to use ecs_taskdefinition module to create task definitions to > ECS. > > I'm using

[ansible-project] Re: Ansible Python Module Error.

2018-09-27 Thread Saurabh
/ansible_modlib.zip/ansible ) * *how can i achieve so that i can get */usr/lib/python2.7/site-packages/ansible path dynamically depend on python 2.7 or python 3* version. Could you please help me for this. On Thursday, September 27, 2018 at 4:22:40 PM UTC+5:30, Saurabh wrote: > >

[ansible-project] Ansible Python Module Error.

2018-09-27 Thread Saurabh
modlib.zip/ansible* Could you please help me for this issue ? Regads Saurabh -- 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 ansi

Re: [ansible-project] Parallel Tasks Execution in Ansible

2018-08-07 Thread Saurabh
1 & > ansible-playbook [...opts...] b.yml > b.out 2>&1 & > ansible-playbook [...opts...] c.yml > c.out 2>&1 & > ansible-playbook [...opts...] d.yml > d.out 2>&1 & > > Or if you are doing things manually, run them in separate terminals. > >

[ansible-project] Parallel Tasks Execution in Ansible

2018-08-07 Thread Saurabh
Hi, I would like to execute parallel tasks ? Below Example - include: a.yml - include: b.yml a.yml runs and b.yml should also run, b.yml shouldn't wait for completion of a.yml. is there any way to run parallel tasks ? Thank you ! -- You received this message because you are

[ansible-project] Re: Install R packages via Ansible

2018-08-02 Thread Saurabh
yum will just install R, But i require additional packages for R or i can say library which is used during R programming. On Friday, August 3, 2018 at 10:40:25 AM UTC+5:30, Saurabh wrote: > > Hi All, > > How to install R packages through Ansible ? > > I want to install q

[ansible-project] Re: Install R packages via Ansible

2018-08-02 Thread Saurabh
R have quantmod and ggplot packages, which couldn't be possible by yum. On Friday, August 3, 2018 at 10:40:25 AM UTC+5:30, Saurabh wrote: > > Hi All, > > How to install R packages through Ansible ? > > I want to install quantmod and ggplot packages. > > Any Sugges

[ansible-project] Install R packages via Ansible

2018-08-02 Thread Saurabh
Hi All, How to install R packages through Ansible ? I want to install quantmod and ggplot packages. Any Suggestion ? -- 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,

[ansible-project] Ansible Backup

2018-05-02 Thread Saurabh
Hi All, How we can do Ansible clustering ? If Ansible server ( Server A) is down so that another Ansible Server B Should be up to manage all the tasks ? Any Suggestion on this ? Regards Saurabh -- You received this message because you are subscribed to the Google Groups "An

[ansible-project] Ansible Tower Manual Project Options Inventory files

2018-04-25 Thread Saurabh
Hi All, I'm Creating Inventory in Ansible Tower and Project SCM are manually. In Inventory options i can't find source the hosts files from manually server. Any suggestion how can i use hosts file which is present in Ansible Tower server Regards Saurabh -- You received this message

[ansible-project] Ansible and Packer

2018-04-06 Thread Saurabh
Hi Team, How can we call Packer from Ansible.( It's Same way we call Docker_Container from Ansible ) Ansible --> Packer --> Docker ( In Docker Image Configuration also will be done by Ansible ) Any Solutions for this Regards Saurabh -

[ansible-project] Regarding Copy all files other than one copy.

2017-12-20 Thread Saurabh Pal
Hi All, If I want to copy a,b,d,e,f files from /tmp location but I don't want to copy c files. How can I achieve this ? -- 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,

[ansible-project] Jinja2 Templating Example

2017-12-10 Thread Saurabh Pal
Hi All, Could you please share the best example or Github path for how to use Jinja2 template example? I have gone through Ansible Docs and Ansible GitHub path, But I need more example which can clear my concept and toughest example. Looking forward your support! Regards Saurabh

[ansible-project] Re: Array in Ansible

2017-12-09 Thread Saurabh Pal
s? On Saturday, December 9, 2017 at 11:13:04 PM UTC+ 5:30, Saurabh Pal wrote: > How to read variables in ansible? > > Below Example : > > --- > hosts: localhost > vars: > test1: > name: A > age: 12 > gender: M > > test2: &

[ansible-project] Array in Ansible

2017-12-09 Thread Saurabh Pal
How to read variables in ansible? Below Example : --- hosts: localhost vars: test1: name: A age: 12 gender: M test2: name: K age: 10 gender: F so on like test 10 - tasks: debug : msg : --> how to print

[ansible-project] storing stack.stack_outputs to a variable

2017-01-01 Thread Saurabh Garg
be really appreciated. Regards, Saurabh -- 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 post to th

[ansible-project] Re: Ansible 2.0.0.2 main.yml fails with "ERROR! no action detected in task"

2016-08-10 Thread Saurabh Joshi
Hi Daniel, I figured a workaround (it's sort of ugly), thanks anyways. But just to let you know this email chain was mentioned in one of Ansible's open defect - ansible/issues/15715 <https://github.com/ansible/ansible/issues/15715> Thanks, Saurabh. On Friday, 11 March 2016 22:08:05 UT

[ansible-project] Re: Ansible 2.0.0.2 main.yml fails with "ERROR! no action detected in task"

2016-08-09 Thread Saurabh Joshi
ather facts." Using ansible 2.1.0.0. Please share the workaround in case you have got one. Thanks, Saurabh. On Friday, 11 March 2016 22:08:05 UTC+5:30, Daniel Osielczak wrote: > > Hi, > > I'm setting up an Ansible 2 environemnt and stumbled upon a problem: > > when I run ma

[ansible-project] get private ip of instances behind ec2 elastic load balancer

2016-05-10 Thread saurabh . jha
Dear all, I am new to ansible, I want to populate my host file by finding the private ip of instances which are behind the ec2 elb. So that my inventory file is consistent with actual running instances. I don't seem to find a way to do that. any pointer will be helpful. Thanks, Saurabh J