Re: [ansible-project] I have a ansible task "yum_update_kernel" but I hosts I can not update the kernel on.

2017-02-27 Thread Nehal J Wani
s.com. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/ansible-project/a3fce9cc-f87d-4b05-9d4e-fa110f591a64%40googlegroups. > com > <https://groups.google.com/d/msgid/ansible-project/a3fce9cc-f87d-4b05-9d4e-fa110f591a64%40googlegroups.com?utm_medium=email_sour

Re: [ansible-project] pip install in a virtual env

2017-02-26 Thread Nehal J Wani
*** > > > localhost : ok=3changed=2 > unreachable=0failed=1 > > I try some variations in the ansible file, but the result is always the > some. > > Thanks in advance, > Pedro > > -- > You

Re: [ansible-project] pip install in a virtual env

2017-02-26 Thread Nehal J Wani
** > > > localhost : ok=3changed=2 > unreachable=0failed=1 > > I try some variations in the ansible file, but the result is always the > some. > > Thanks in advance, > Pedro > > -- > You

Re: [ansible-project] Ansible and Vsphere

2017-02-16 Thread Nehal J Wani
** > * > 127.0.0.1 : ok=0 changed=0unreachable=0 > failed=1 > > -- > You received this message because you are subscribed to the Google Groups > "Ansible Project" group. > To unsubscribe from

Re: [ansible-project] Arguments for/against using vault password files

2017-02-16 Thread Nehal J Wani
f-5e77-4565-a42b-3c14cc7978d6%40googlegroups.com?utm_medium=email_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Nehal J Wani -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To

Re: [ansible-project] Replace multiple lines in a file at different locations

2017-02-16 Thread Nehal J Wani
w this discussion on the web visit https://groups.google.com/d/ > msgid/ansible-project/76f8b842-eed8-4785-bd12-227655ecb300%40googlegroups. > com > <https://groups.google.com/d/msgid/ansible-project/76f8b842-eed8-4785-bd12-227655ecb300%40googlegroups.com?utm_medium=email_source=footer&g

Re: [ansible-project] Telnet module for ansible

2017-02-16 Thread Nehal J Wani
tps://groups.google.com/d/msgid/ansible-project/5ef499f6-3ed3-4b0f-a6bf-62e615feecd5%40googlegroups.com?utm_medium=email_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Nehal J Wani -- You received this message because you are subscribed to the

Re: [ansible-project] Possible bug in iptables module

2017-02-15 Thread Nehal J Wani
is group and stop receiving emails from it, send an > email to ansible-project+unsubscr...@googlegroups.com. > To post to this group, send email to ansible-project@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/ansible-project/27b43f37-f541-45c8-

Re: [ansible-project] store the output of math operator

2017-02-15 Thread Nehal J Wani
://groups.google.com/d/optout. > > > > > -- > Thanks & Regards > Dhaval Jaiswal > > -- > You received this message because you are subscribed to the Google Groups > "Ansible Project" group. > To unsubscribe from this group and stop receiving emails fro

Re: [ansible-project] Variable in JSON

2017-02-15 Thread Nehal J Wani
email to ansible-project+unsubscr...@googlegroups.com. > To post to this group, send email to ansible-project@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/ansible-project/42641283-4ea2-43fe-941a-6c8bf4e548af%40googlegroups.com. > For more

Re: [ansible-project] Create variable as dict using jinja2 within playbook

2017-02-13 Thread Nehal J Wani
I know this is 2 year old thread, but I bumped into this today and was able to create a dictionary. Something like this: /tmp $ cat example.yml - hosts: 127.0.0.1 vars: app_servers: 5 ipaddress_base: "192.168.0" rmi_portbase: 1 host_info: | {% set res = [] -%}