24 lines
470 B
YAML
24 lines
470 B
YAML
---
|
|
- hosts: localhost
|
|
become: yes
|
|
roles:
|
|
- role: dahua-to-mqtt/provision/delete
|
|
- role: dahua-to-mqtt/provision/create
|
|
- role: dahua-to-mqtt/provision/start
|
|
vars:
|
|
vmid: 608
|
|
|
|
- hosts: revali
|
|
become: yes
|
|
roles:
|
|
- role: dahua-to-mqtt/enable-ssh
|
|
vars:
|
|
vmid: 608
|
|
|
|
- hosts: dahua-to-mqtt
|
|
become: yes
|
|
roles:
|
|
- role: dahua-to-mqtt/update
|
|
- role: dahua-to-mqtt/install-docker
|
|
- role: dahua-to-mqtt/install-app
|