[ansible-devel] Ansible 2.1.1 RC1 is ready for testing

2016-06-17 Thread James Cammarata
Hi all, we're happy to announce that RC1 for 2.1.1 is now available for testing. This release candidate fixes many bugs, including (but not limited to): * Fixed some bugs in variable dependency resolution. These were mainly related to includes and roles, to bringe the VariableManager code in-line

Re: [ansible-devel] Re: How to write Ansible modules

2016-06-17 Thread Mark Maglana
Hi Krishna, FYI I'll be pushing a tiny update to that article soon. Ansible uses nose instead of pytest so I will modify the testing part to use the former. On Fri, Jun 17, 2016 at 8:45 AM Krishna K wrote: > Very useful. I'll use it as Iam getting started. > > On Saturday, June 11, 2016 at 7:52

Re: [ansible-devel] iosxe module

2016-06-17 Thread Peter Sprygada
Hi Krishna, To the best of my knowledge, there isn't anyone building IOSXE modules today outside of what is available already (ios_config, ios_command, ios_template). We are adding Restconf and Netconf support (in addition to the current CLI support) to the IOS shared network module for Ansib

[ansible-devel] module_set_locale default changed for 2.2 -- module authors need to set environment variables when screenscraping output

2016-06-17 Thread Toshio Kuratomi
Greetings all, For 2.2 we're making a change to when Ansible sets the LC_ALL and LANG environment variablesfor running modules. Here's what that means for you: Executive summary for users: If you notice Ansible modules in devel throwing errors because the module is not finding a string it expe

[ansible-devel] Re: How to write Ansible modules

2016-06-17 Thread Krishna K
Very useful. I'll use it as Iam getting started. On Saturday, June 11, 2016 at 7:52:24 AM UTC-7, Mark Maglana wrote: > > I'd like to share my notes on writing modules: > > http://www.relaxdiego.com/2016/06/writing-ansible-modules-with-tests.html > > Hoping to get some feedback on it. > > -- You

[ansible-devel] iosxe module

2016-06-17 Thread Krishna K
Hi, Iam interested in developing modules for iosxe network switches. Wondering if there was any existing effort ? Regards, Krishna -- You received this message because you are subscribed to the Google Groups "Ansible Development" group. To unsubscribe from this group and stop receiving emails fr

[ansible-devel] Re: emacs inventory-generic-mode

2016-06-17 Thread Ted Zlatanov
On Thu, 16 Jun 2016 19:28:11 +0100 Peter Oliver wrote: PO> On 16 June 2016 at 14:40, Ted Zlatanov wrote: >> >> If anyone has suggestions on improving the syntax highlighting or >> syntax-checking for Ansible inventory files or Ansible playbooks, please >> let us know. I'll be glad to help wri