Re: [ansible-project] Reuse one http connection for multiple tasks

2019-07-12 Thread Gonéri Le Bouder
Alexandru Obretin writes: > Hello, > > I am working on a project that wants to provide ansible support for a > solution that exposes a REST API. Over this API I designed an intermediate > python layer to translate the yaml playbook into REST calls. > > In my case, the playbook is composed of

[ansible-project] Reuse one http connection for multiple tasks

2019-07-11 Thread Alexandru Obretin
Hello, I am working on a project that wants to provide ansible support for a solution that exposes a REST API. Over this API I designed an intermediate python layer to translate the yaml playbook into REST calls. In my case, the playbook is composed of one task executed multiple times. During