[ansible-devel] New Ansible release 2.8.5

2019-09-12 Thread Toshio Kuratomi
Hi all- we're happy to announce that the general release of Ansible 2.8.5 is now available! How do you get it? -- $ pip install ansible==2.8.5 --user The tar.gz of the release can be found here: * 2.8.5 https://releases.ansible.com/ansible/ansible-2.8.5.tar.gz SHA256:

Re: [ansible-devel] reading playbook vars from custom module?

2019-09-12 Thread Matt Martz
Modules are run without knowledge of playbook state. For a module to have access playbook state, it must be explicitly passed by the user as module arguments to the module. On Thu, Sep 12, 2019 at 9:06 AM l vic wrote: > Hello, > Is there a way to read playbook vars such as: > > - hosts:

[ansible-devel] reading playbook vars from custom module?

2019-09-12 Thread l vic
Hello, Is there a way to read playbook vars such as: - hosts: webservers vars: http_port: 80 from custom module (python)? -- You received this message because you are subscribed to the Google Groups "Ansible Development" group. To unsubscribe from this group and stop receiving emails