mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-07-01 15:38:33 +02:00
bitwarden
This commit is contained in:
9
playbooks/modify_tasmotas.yml
Normal file
9
playbooks/modify_tasmotas.yml
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
- hosts: nas
|
||||||
|
name: Reconfigure tasmotas
|
||||||
|
ignore_unreachable: false
|
||||||
|
tasks:
|
||||||
|
- name: Check that you can connect (GET) to a page and it returns a status 200
|
||||||
|
ansible.builtin.uri:
|
||||||
|
url: http://{{ item }}/cm?cmnd=Backlog%20MqttHost%20{{ MQTT_BROKER }}%3BMqttUser%20{{ MQTT_USER }}%3BMqttPassword%20{{ MQTT_PASS }}
|
||||||
|
with_items:
|
||||||
|
- 192.168.77.160
|
Reference in New Issue
Block a user