mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-01-24 04:49:26 +00:00
lala
This commit is contained in:
parent
586dd08501
commit
198a4e04a1
@ -13,3 +13,17 @@
|
|||||||
timeout: 60
|
timeout: 60
|
||||||
register: result
|
register: result
|
||||||
ignore_errors: yes
|
ignore_errors: yes
|
||||||
|
- name: Start mailu
|
||||||
|
uri:
|
||||||
|
url: "http://192.168.77.106:9000/api/stacks/130/start?endpointId=13"
|
||||||
|
method: POST
|
||||||
|
body_format: form-urlencoded
|
||||||
|
return_content: yes
|
||||||
|
headers:
|
||||||
|
Content-Type: "application/json"
|
||||||
|
X-API-Key: "ptr_DfS2M6Fj2P3fVvYpkhE0KJh2UGCzY47ePaFaLqadsjg="
|
||||||
|
timeout: 60
|
||||||
|
register: result
|
||||||
|
ignore_errors: yes
|
||||||
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user