mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-01-24 04:49:26 +00:00
upt playbook
This commit is contained in:
parent
4f7fe5e6b7
commit
0e65c5b5e3
@ -1,7 +1,7 @@
|
|||||||
- hosts: nas
|
- hosts: nas
|
||||||
name: Stop mailu
|
name: Stop mailu
|
||||||
tasks:
|
tasks:
|
||||||
- name: Stop mailu rhasp
|
- name: Start mailu rhasp
|
||||||
uri:
|
uri:
|
||||||
url: "http://192.168.77.106:9000/api/stacks/130/start?endpointId=13"
|
url: "http://192.168.77.106:9000/api/stacks/130/start?endpointId=13"
|
||||||
method: POST
|
method: POST
|
||||||
@ -43,7 +43,7 @@
|
|||||||
register: result
|
register: result
|
||||||
ignore_errors: yes
|
ignore_errors: yes
|
||||||
|
|
||||||
- name: Start mailu rhasp
|
- name: Stop mailu rhasp
|
||||||
uri:
|
uri:
|
||||||
url: "http://192.168.77.106:9000/api/stacks/130/stop?endpointId=13"
|
url: "http://192.168.77.106:9000/api/stacks/130/stop?endpointId=13"
|
||||||
method: POST
|
method: POST
|
||||||
|
Loading…
x
Reference in New Issue
Block a user