mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-01-23 20:39:26 +00:00
bitwarden
This commit is contained in:
parent
8cebd5c3e3
commit
b59294e30b
@ -5,6 +5,7 @@
|
|||||||
- name: Check that you can connect (GET) to a page and it returns a status 200
|
- name: Check that you can connect (GET) to a page and it returns a status 200
|
||||||
ansible.builtin.uri:
|
ansible.builtin.uri:
|
||||||
url: http://{{ item }}/cm?cmnd=Backlog%20MqttHost%20{{ MQTT_BROKER }}%3BMqttUser%20{{ MQTT_USER }}%3BMqttPassword%20{{ MQTT_PASS }}
|
url: http://{{ item }}/cm?cmnd=Backlog%20MqttHost%20{{ MQTT_BROKER }}%3BMqttUser%20{{ MQTT_USER }}%3BMqttPassword%20{{ MQTT_PASS }}
|
||||||
|
ignore_errors: true
|
||||||
with_items:
|
with_items:
|
||||||
- 192.168.77.180
|
- 192.168.77.180
|
||||||
- 192.168.77.181
|
- 192.168.77.181
|
||||||
|
Loading…
x
Reference in New Issue
Block a user