Re: [ansible-devel] Become plugin

2020-04-19 Thread Pradeep Tiwari
Hi, Could you please confirm if it is working for you. Please share the code if it is working along with instructions. Thank you. -- You received this message because you are subscribed to the Google Groups "Ansible Development" group. To unsubscribe from this group and stop receiving emails

Re: [ansible-devel] Become plugin

2020-03-30 Thread Brian Coca
It needs a specific subdir for each plugin type, otherwise there would be name conflicts across plugins. See https://docs.ansible.com/ansible/latest/dev_guide/developing_locally.html#local-plugins -- -- Brian Coca -- You received this message because you are subscribed to the Googl

RE: [ansible-devel] Become plugin

2020-02-13 Thread zoobarb
Any guidance is greatly appreciated. Thank you. From: ansible-devel@googlegroups.com On Behalf Of Sam Doran Sent: Thursday, 13 February, 2020 15:11 To: Ansible Development Subject: Re: [ansible-devel] Become plugin We unfortunately don't have docs specific to developing beco

Re: [ansible-devel] Become plugin

2020-02-13 Thread Sam Doran
We unfortunately don't have docs specific to developing become plugins. They are pretty straightforward compared to other plugin types, though. I would recommend looking at the existing become plugins to get an idea of h

[ansible-devel] Become plugin

2019-10-02 Thread Torrpenn356
Hello, I hope, I am posting my question on the right group, if not, please tell me I need to use a dedicated become method and want to know, if it is possible, or, if only the "official" ones are authorized. If it is possible, is there specific guidelines to follow to develop my own become plugin