mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-02-03 06:58:46 +00:00
bitwarden
This commit is contained in:
parent
9ff1d5a14e
commit
59c13bb689
@ -10,6 +10,19 @@
|
|||||||
cmd: 'git fetch https://github.com/arendst/Tasmota.git {{ BRANCH }}'
|
cmd: 'git fetch https://github.com/arendst/Tasmota.git {{ BRANCH }}'
|
||||||
chdir: /share/docker_data/docker-tasmota/Tasmota
|
chdir: /share/docker_data/docker-tasmota/Tasmota
|
||||||
when: inventory_hostname in groups['nas']
|
when: inventory_hostname in groups['nas']
|
||||||
|
- name: Build tasmota
|
||||||
|
ansible.builtin.shell:
|
||||||
|
cmd: 'git checkout --force {{ BRANCH }}'
|
||||||
|
chdir: /share/docker_data/docker-tasmota/Tasmota
|
||||||
|
when: inventory_hostname in groups['nas']
|
||||||
|
|
||||||
|
- name: Build tasmota
|
||||||
|
ansible.builtin.shell:
|
||||||
|
cmd: 'git pull'
|
||||||
|
chdir: /share/docker_data/docker-tasmota/Tasmota
|
||||||
|
when: inventory_hostname in groups['nas']
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
- name: Copy platformio_override
|
- name: Copy platformio_override
|
||||||
ansible.builtin.shell:
|
ansible.builtin.shell:
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
- name: Start mailu containers
|
- name: Stop mailu containers
|
||||||
command: "docker start gitlab semaphore-db-1 semaphore-app-1 nginx-app-1 heimdall mailu2-admin-1 mailu2-antispam-1 mailu2-antivirus-1 mailu2-fetchmail-1 mailu2-front-1 mailu2-imap-1 mailu2-oletools-1 mailu2-redis-1 mailu2-resolver-1 mailu2-smtp-1 mailu2-webdav-1 mailu2-webmail-1 HomeAssistant mosquitto-mosquitto-1 webhub-web-1"
|
command: "docker start kestra-kestra-1 kestra-postgres-1 authentik-postgresql-1 authentik-worker-1 authentik-server-1 authentik-redis-1 gitlab semaphore-db-1 semaphore-app-1 nginx-app-1 heimdall mailu2-admin-1 mailu2-antispam-1 mailu2-antivirus-1 mailu2-fetchmail-1 mailu2-front-1 mailu2-imap-1 mailu2-oletools-1 mailu2-redis-1 mailu2-resolver-1 mailu2-smtp-1 mailu2-webdav-1 mailu2-webmail-1 HomeAssistant mosquitto-mosquitto-1 webhub-web-1"
|
||||||
become: true
|
become: true
|
||||||
ignore_errors: true
|
ignore_errors: true
|
Loading…
x
Reference in New Issue
Block a user