[ansible-devel] Ansible - Dynamic List Creation

2018-03-27 Thread Mohammed Yasar Akthar
I have a list, based on the index value need to generate a new list Here is the sample - set_fact: buildslen={{ builds | length }} - debug: var=exactlen - set_fact: upg_version_list2={{ upg_version_list2|default([]) + builds + [ item ] }} with_sequence: start={{ exactlen }} end={{ buildslen }

[ansible-devel] Ansible Task to install logstash on Windows server

2018-03-27 Thread ktesr123456
Hi, Can anyone please provide Ansible Task to install logstash on Windows server, i have seen examples to set it up linux flavors like Debian, CentOS but not for windows server. https://github.com/geerlingguy/ansible-role-logstash/tree/master/tasks https://github.com/valentinogagliardi/ansible

Re: [ansible-devel] [Urgent] Python 2.7 or python 3.x for fresh project

2018-03-27 Thread Toshio Kuratomi
Ansible will work with both. You are starting your project at a time when most other projects support both but the weight of past work has been with python 2 and the focus of future work by most projects is on python3. -Toshio On Sun, Mar 25, 2018, 11:13 PM Akash Agarwal wrote: > Hi All, > > W

Re: [ansible-devel] Re: Examples of diverse large and inventories

2018-03-27 Thread Brian Coca
@Josiah, you might want to look into the new inventory plugins, you can just specify a file with the diff credentials as the inventory source. -- Brian Coca -- You received this message because you are subscribed to the Google Groups "Ansible Development" group. To unsubscribe from this

[ansible-devel] Re: Pause and Resume Ansible Playbooks without editing the YAML playbook

2018-03-27 Thread 'jhawkesworth' via Ansible Development
Closest thing I can think of is playbook debugger functionality described here: http://docs.ansible.com/ansible/latest/user_guide/playbooks_debugger.html On Monday, March 26, 2018 at 7:50:16 AM UTC+1, Akash Agarwal wrote: > > Hi All, > > Our team have been trying to develop some GUI for the ansi