[ansible-project] [Network modules] Managed nodes requirements about python

2018-08-10 Thread Niko
to understand accurate requirements of managed node especially python execution. Thanks, Niko. -- 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-pr

Re: [ansible-project] [Network modules] Managed nodes requirements about python

2018-08-10 Thread Niko
le/latest/network/index.html > > They are all correct. Its just done different for networking. > > On Fri, Aug 10, 2018 at 6:50 AM Niko > > wrote: > >> ## Question >> >> - Could we use network modules(such a ios_command) on the network nodes >> that cannot

Re: [ansible-project] [Network modules] Managed nodes requirements about python

2018-08-10 Thread Niko
thanks again! I appreciated your swift answer. -- 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 this

[ansible-project] Re: [Network modules] Managed nodes requirements about python

2018-08-14 Thread Niko
l I use > doesn't expose Python to me... if it is present at all. > > I use the 'raw' module to execute commands on it. > > On Friday, August 10, 2018 at 6:50:09 AM UTC-4, Niko wrote: >> >> ## Question >> >> - Could we use network modules(such a ios

[ansible-project] Dynamic inventory and group vars

2015-01-21 Thread Niko Felger
ec2.py The output of ansible -i inventories/staging/ web -m debug -a 'msg="{{hostvars}}"' now doesn't include any of the group vars. The group_vars directory doesn't seem to be loaded or applied at all. Any ideas how I can structure this to achieve what we had previously but

[ansible-project] Using group_vars alongside inventory directories

2015-01-22 Thread Niko Felger
ventory_hostname': '127.0.0.1', 'inventory_hostname_short': '127', 'group_names': ['localhost']}" } How can I have the group_vars be picked up without having to duplicate them under inventories/production/group_vars? I want to use an invent

[ansible-project] Using group_vars alongside inventory directories

2015-01-22 Thread Niko Felger
ventory_hostname': '127.0.0.1', 'inventory_hostname_short': '127', 'group_names': ['localhost']}" } How can I have the group_vars be picked up without having to duplicate them under inventories/production/group_vars? I want to use an invent

Re: [ansible-project] Using group_vars alongside inventory directories

2015-01-22 Thread Niko Felger
ote: > > group_vars/ should live inside production/. I don't know any simple way to > share those vars (you can always symlink some of them) > > Niko Felger > napisaƂ: >> >> Hi, >> >> Is it possible to use a group_vars/ directory alongside inventory >> *direct

[ansible-project] rsync file permissions

2015-03-23 Thread niko . stojanovski
I'm trying to copy over files with rsync. file creates main directory and any additional as catalogs. Owner and permission are set correctly. For now I only have a file in the catalogs directory. When synchronize kicks in it copies over the file, but changes the ownership of the directory and fi

[ansible-project] ec2_vpc runnable without subnets specified?

2015-04-14 Thread Niko Felger
a bug or am I holding it wrong? Thanks! -- Niko Felger EyeQuant, VP Product & Technology @eyequant | http://facebook.com/eyequant | +49 30 609 899 79 0 -- Our mailing address is: WhiteMatter Labs GmbH | Reichenberger Str. 124, 10999 Berlin Handelsregister: Amtsgericht Charlottenburg, HRB

[ansible-project] ecs_taskdefinition module not creating new revision

2016-06-30 Thread Niko Ruotsalainen
er-taskdef:1", "volumes": [ { "host": {}, "name": "my-vol" } ] } } } PLAY RECAP **