Added working traefik configuration/labels for containers
Added new host 'mii' Added uptime kuma in docker Signed-off-by: TuDatTr <tuan-dat.tran@tudattr.dev>
This commit is contained in:
8
roles/shelly/tasks/init.yml
Normal file
8
roles/shelly/tasks/init.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
- name: Upgrade shelly
|
||||
uri:
|
||||
url: {{ip}}/ota?url=http://archive.shelly-tools.de/version/v1.9.4/SHBDUO-1.zip
|
||||
|
||||
- name: Connect shelly to wifi
|
||||
uri:
|
||||
url: {{ip}}/settings/sta?enabled=1&ssid={{SSID}}&key={{password}}&ipv4_method=dhcp
|
||||
2
roles/shelly/tasks/main.yml
Normal file
2
roles/shelly/tasks/main.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
---
|
||||
- include_tasks: init.yaml
|
||||
Reference in New Issue
Block a user