upt playbook

This commit is contained in:
jaydee 2023-08-14 15:10:18 +02:00
parent 9c944f6580
commit c534f011f4
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ datacenter:
192.168.77.106:
vars:
ansible_user: admin
ansible_ssh_pass: l4c1j4yd33Du5lo
ansible_pass: l4c1j4yd33Du5lo
ansible_python_interpreter: /share/ZFS530_DATA/.qpkg/QPython39/bin/python3
omv:
hosts:

View File

@ -3,7 +3,7 @@
tasks:
- name: Stop mailu
uri:
url: "http://192.168.77.106:9000/api/stacks/130/start?endpointId=13"
url: "http://192.168.77.106:9000/api/stacks/130/stop?endpointId=13"
method: POST
body_format: form-urlencoded
return_content: yes