[ansible-project] Removed restricted key from module data after upgrade to 2.3

2017-04-24 Thread Tomasz Leśniewski
Hi, after upgrade from 2.2.1 to 2.3 i have warning: [WARNING]: Removed restricted key from module data: ansible_lxc_221592 [..] rest of interface data [..] where lxc_221592 is name of lxc container interface. I can't find any information in changelog nor documentation about it. It's a bug or f

[ansible-project] Re: Use hostnames from ansible group into template

2014-03-11 Thread Tomasz Leśniewski
You mean: Host_group = {{ groups['app'] | join(',') }} Host_group = {{ groups['db'] | join(',') }} ? W dniu wtorek, 11 marca 2014 06:21:38 UTC+1 użytkownik Petr Sukharev napisał: > > Hi! > Does anybody know solution for scenario like this: > i have template (sudoers file with host list) like

[ansible-project] Re: cobbler external inventory script, does not seem to pick up the already existing hosts in cobbler

2014-03-07 Thread Tomasz Leśniewski
It is required to have filled both "management interface" and "dns name" (for the same interface if you have more than one). W dniu wtorek, 11 lutego 2014 16:17:16 UTC+1 użytkownik Joost Ringoot napisał: > > Hi Wouter, > > Thank you for looking into this and sharing your findings Wouter. > Good

[ansible-project] Re: role dependencies

2014-02-12 Thread Tomasz Leśniewski
Role all_common is evaluated, but contains no tasks with tag mcafee, so nothing from this role is running. You should add tag to role dependency: dependencies: - { role: all_common, tags [ mcafee ] } W dniu środa, 12 lutego 2014 10:54:38 UTC+1 użytkownik Mark Maas napisał: > > Hi List, > > In

[ansible-project] Re: Ansible 1.4 - names of NIC aliases

2013-11-26 Thread Tomasz Leśniewski
Ok. Thanks for answer. W dniu poniedziałek, 25 listopada 2013 17:11:01 UTC+1 użytkownik Tomasz Leśniewski napisał: > > Hi. > > I've found that names of NIC aliases returned by setup module has changed > in ansible 1.4: > > $ ansible --version > ansible 1.3.2 >

[ansible-project] Ansible 1.4 - names of NIC aliases

2013-11-25 Thread Tomasz Leśniewski
Hi. I've found that names of NIC aliases returned by setup module has changed in ansible 1.4: $ ansible --version ansible 1.3.2 $ ansible foo -m setup | grep snat "ansible_bond0:snat": { "bond0:snat", $ ansible --version ansible 1.4 (release1.4.0 2a58c2bbe3) last updated 2