Update the issues.

This commit is contained in:
Justin 2026-01-19 15:24:15 -06:00
parent e4da8e7ce6
commit bccc5b0d5f
4 changed files with 78 additions and 3 deletions

View File

@ -1,6 +1,6 @@
---
- name: Install docker
hosts: 192.168.1.15
hosts: mail-cow.k5bss.com
become: true
tasks:

View File

@ -1,6 +1,6 @@
---
- name: Clean docker
hosts: "{{ my_hosts | d([]) }}"
hosts: k5bss.com
tasks:
- name: Prune non-dangling images

View File

@ -0,0 +1,75 @@
---
- name: Deploy Docker Compose stack with pull and restart
hosts: k5bss.com
become: true
tasks:
- name: Qbits
community.docker.docker_compose_v2:
project_src: /home/justin/docker/qbits/
pull: always
recreate: auto
- name: homarr
community.docker.docker_compose_v2:
project_src: /home/justin/docker/homarr/
pull: always
recreate: auto
- name: wireguard
community.docker.docker_compose_v2:
project_src: /home/justin/docker/wireguard/
pull: always
recreate: auto
- name: beszel
community.docker.docker_compose_v2:
project_src: /home/justin/docker/beszel/
pull: always
recreate: auto
- name: cup
community.docker.docker_compose_v2:
project_src: /home/justin/docker/cup/
pull: always
recreate: auto
- name: nginx-proxy
community.docker.docker_compose_v2:
project_src: /home/justin/docker/nginx-proxy/
pull: always
recreate: auto
- name: ntfy
community.docker.docker_compose_v2:
project_src: /home/justin/docker/ntfy/
pull: always
recreate: auto
- name: vaultwarden
community.docker.docker_compose_v2:
project_src: /home/justin/docker/vaultwarden/
pull: always
recreate: auto
- name: vaultwarden
community.docker.docker_compose_v2:
project_src: /home/justin/docker/vaultwarden/
pull: always
recreate: auto
- name: uptime-kuma
community.docker.docker_compose_v2:
project_src: /home/justin/docker/uptime-kuma/
pull: always
recreate: auto
- name: overseer
community.docker.docker_compose_v2:
project_src: /home/justin/docker/overseerr/
pull: always
recreate: auto
- name: portainer
community.docker.docker_compose_v2:
project_src: /home/justin/docker/portainer/
pull: always
recreate: auto

View File

@ -1,6 +1,6 @@
---
- name: Add ssh key
hosts: nextcloud-docker.k5bss.com
hosts: killer-laptop.ki5bhv.com
become: true
tasks: