ansible/playbooks/sync.yaml

15 lines
418 B
YAML
Raw Normal View History

2023-08-14 14:59:39 +02:00
- hosts: nas
2023-08-14 14:47:44 +02:00
name: Stop mailu
tasks:
- name: Stop 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="
register: result
ignore_errors: yes