diff --git a/playbooks/backup_docker.yml b/playbooks/backup_docker.yml new file mode 100644 index 0000000..e69de29 diff --git a/playbooks/build_tasmota.yml b/playbooks/build_tasmota.yml new file mode 100644 index 0000000..9488d61 --- /dev/null +++ b/playbooks/build_tasmota.yml @@ -0,0 +1,8 @@ +- hosts: nas + name: Build tasmota + ignore_unreachable: false + tasks: + - name: Build tasmota + ansible.builtin.shell: './compile.sh' + chdir: /share/docker_data/docker-tasmota/ + when: inventory_hostname in groups['nas'] \ No newline at end of file