forked from bitlair/ansible
Mqtt
This commit is contained in:
parent
f407329ecc
commit
f879be8c84
3 changed files with 6 additions and 6 deletions
|
@ -6,8 +6,8 @@
|
||||||
- liblinux-inotify2-perl
|
- liblinux-inotify2-perl
|
||||||
|
|
||||||
- name: Install mqtt-simple
|
- name: Install mqtt-simple
|
||||||
community.general.cpanm:
|
ansible.builtin.apt:
|
||||||
name: Net::MQTT::Simple
|
name: libnet-mqtt-simple-perl/testing
|
||||||
|
|
||||||
- name: Install photos2mqtt
|
- name: Install photos2mqtt
|
||||||
ansible.builtin.template:
|
ansible.builtin.template:
|
||||||
|
|
|
@ -8,8 +8,8 @@
|
||||||
- make
|
- make
|
||||||
|
|
||||||
- name: Install mqtt-simple
|
- name: Install mqtt-simple
|
||||||
community.general.cpanm:
|
ansible.builtin.apt:
|
||||||
name: Net::MQTT::Simple
|
name: libnet-mqtt-simple-perl/testing
|
||||||
|
|
||||||
- name: Add user
|
- name: Add user
|
||||||
ansible.builtin.user:
|
ansible.builtin.user:
|
||||||
|
|
|
@ -8,8 +8,8 @@
|
||||||
- mosquitto
|
- mosquitto
|
||||||
|
|
||||||
- name: Install mqtt-simple
|
- name: Install mqtt-simple
|
||||||
community.general.cpanm:
|
ansible.builtin.apt:
|
||||||
name: "Net::MQTT::Simple"
|
name: libnet-mqtt-simple-perl/testing
|
||||||
|
|
||||||
- name: Clone mqtt2web source
|
- name: Clone mqtt2web source
|
||||||
ansible.builtin.git:
|
ansible.builtin.git:
|
||||||
|
|
Loading…
Add table
Reference in a new issue