[ansible-devel] ansible-collection commands

2019-07-09 Thread Jordan Borean
Hi The Ansible team has recently introduced collections in Ansible 2.8 and as part of our ongoing development we have been working on creating a way to build, publish, and install collections using the ansible-galaxy command. We have recently merged the first iteration of this work with https:

Re: [ansible-devel] Plugin development and distribution in 2019

2019-07-09 Thread Matt Martz
We have not gone down the path of python packaging for plugins, nor do we plan to do so. We have recently launched collection support as our official means of shipping plugins: https://docs.ansible.com/ansible/devel/collections_tech_preview.html On Tue, Jul 9, 2019 at 2:52 PM Ryan Small wrote:

[ansible-devel] Plugin development and distribution in 2019

2019-07-09 Thread Ryan Small
How do you distribute, install, and make plugins in virtual environments discoverable in 2019? A similar question was asked in 2017. I'm wondering if there is an update? Paraphrasing what Alexander asked in 2017: I want t

[ansible-devel] ansible 2.4 set_fact with regex_replace Quote issue

2019-07-09 Thread fabien T.
hi everybody, i try to make a string transformation with regex_replace for construct my array. i use ansible 2.4, i try many variation, but i don't find the right syntax with double quote and simple quote... someone can help me please ? find some information about my issue : *ansible block :*