diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2025-03-30 20:02:09 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2025-03-30 20:02:09 +0200 |
commit | 871f158748898cdd69b7c4df2783f0c31370d7dc (patch) | |
tree | 43a123d5574d955f8f27875a1c09aa730953b873 /ansible/zigbee2mqtt.yml | |
parent | 177895ce74e47bc9327020a73b39b080a872315a (diff) | |
download | infra-871f158748898cdd69b7c4df2783f0c31370d7dc.tar.gz infra-871f158748898cdd69b7c4df2783f0c31370d7dc.tar.bz2 infra-871f158748898cdd69b7c4df2783f0c31370d7dc.tar.xz infra-871f158748898cdd69b7c4df2783f0c31370d7dc.zip |
garasjepi
Diffstat (limited to 'ansible/zigbee2mqtt.yml')
-rw-r--r-- | ansible/zigbee2mqtt.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ansible/zigbee2mqtt.yml b/ansible/zigbee2mqtt.yml new file mode 100644 index 0000000..3e8e55c --- /dev/null +++ b/ansible/zigbee2mqtt.yml @@ -0,0 +1,7 @@ +- hosts: + - zigbee2mqtt + roles: + - role: docker + tags: docker + become: yes + |