This commit is contained in:
Justin 2026-04-23 21:21:54 -05:00
parent e22094ed62
commit 70b51c9575
4 changed files with 60 additions and 18 deletions

View File

@ -10,47 +10,69 @@
pull: always pull: always
recreate: auto recreate: auto
- name: Pause
ansible.builtin.pause:
seconds: 10
- name: homarr - name: homarr
community.docker.docker_compose_v2: community.docker.docker_compose_v2:
project_src: /home/justin/docker/homarr/ project_src: /home/justin/docker/homarr/
pull: always pull: always
recreate: auto recreate: auto
- name: Pause
ansible.builtin.pause:
seconds: 10
- name: wireguard - name: wireguard
community.docker.docker_compose_v2: community.docker.docker_compose_v2:
project_src: /home/justin/docker/wireguard/ project_src: /home/justin/docker/wireguard/
pull: always pull: always
recreate: auto recreate: auto
- name: Pause
ansible.builtin.pause:
seconds: 10
- name: beszel - name: beszel
community.docker.docker_compose_v2: community.docker.docker_compose_v2:
project_src: /home/justin/docker/beszel/ project_src: /home/justin/docker/beszel/
pull: always pull: always
recreate: auto recreate: auto
- name: Pause
ansible.builtin.pause:
seconds: 10
- name: cup - name: cup
community.docker.docker_compose_v2: community.docker.docker_compose_v2:
project_src: /home/justin/docker/cup/ project_src: /home/justin/docker/cup/
pull: always pull: always
recreate: auto recreate: auto
- name: Pause
ansible.builtin.pause:
seconds: 10
- name: nginx-proxy - name: nginx-proxy
community.docker.docker_compose_v2: community.docker.docker_compose_v2:
project_src: /home/justin/docker/nginx-proxy/ project_src: /home/justin/docker/nginx-proxy/
pull: always pull: always
recreate: auto recreate: auto
- name: Pause
ansible.builtin.pause:
seconds: 10
- name: ntfy - name: ntfy
community.docker.docker_compose_v2: community.docker.docker_compose_v2:
project_src: /home/justin/docker/ntfy/ project_src: /home/justin/docker/ntfy/
pull: always pull: always
recreate: auto recreate: auto
- name: vaultwarden - name: Pause
community.docker.docker_compose_v2: ansible.builtin.pause:
project_src: /home/justin/docker/vaultwarden/ seconds: 10
pull: always
recreate: auto
- name: vaultwarden - name: vaultwarden
community.docker.docker_compose_v2: community.docker.docker_compose_v2:
@ -58,36 +80,66 @@
pull: always pull: always
recreate: auto recreate: auto
- name: Pause
ansible.builtin.pause:
seconds: 10
- name: uptime-kuma - name: uptime-kuma
community.docker.docker_compose_v2: community.docker.docker_compose_v2:
project_src: /home/justin/docker/uptime-kuma/ project_src: /home/justin/docker/uptime-kuma/
pull: always pull: always
recreate: auto recreate: auto
- name: overseer - name: Pause
ansible.builtin.pause:
seconds: 10
- name: overseerr
community.docker.docker_compose_v2: community.docker.docker_compose_v2:
project_src: /home/justin/docker/overseerr/ project_src: /home/justin/docker/overseerr/
pull: always pull: always
recreate: auto recreate: auto
- name: Pause
ansible.builtin.pause:
seconds: 10
- name: portainer - name: portainer
community.docker.docker_compose_v2: community.docker.docker_compose_v2:
project_src: /home/justin/docker/portainer/ project_src: /home/justin/docker/portainer/
pull: always pull: always
recreate: auto recreate: auto
- name: Pause
ansible.builtin.pause:
seconds: 10
- name: it-tools - name: it-tools
community.docker.docker_compose_v2: community.docker.docker_compose_v2:
project_src: /home/justin/docker/it-tools/ project_src: /home/justin/docker/it-tools/
pull: always pull: always
recreate: auto recreate: auto
- name: Pause
ansible.builtin.pause:
seconds: 10
- name: termix - name: termix
community.docker.docker_compose_v2: community.docker.docker_compose_v2:
project_src: /home/justin/docker/termix/ project_src: /home/justin/docker/termix/
pull: always pull: always
recreate: auto recreate: auto
- name: Pause
ansible.builtin.pause:
seconds: 10
- name: ntfy
community.docker.docker_compose_v2:
project_src: /home/justin/docker/ntfy/
pull: always
recreate: auto
- name: Prune non-dangling images - name: Prune non-dangling images
community.docker.docker_prune: community.docker.docker_prune:
containers: false containers: false
@ -97,4 +149,3 @@
networks: false networks: false
volumes: false volumes: false
builder_cache: false builder_cache: false

13
host
View File

@ -7,6 +7,7 @@ gitserver.ki5bhv.com
ansible.ki5bhv.com ansible.ki5bhv.com
minecraft.ki5bhv.com minecraft.ki5bhv.com
ki5bhv.com ki5bhv.com
coding.ki5bhv.com
[proxmox] [proxmox]
cloudflare-tunnel.ki5bhv.com cloudflare-tunnel.ki5bhv.com
@ -16,18 +17,8 @@ gitserver.ki5bhv.com
ansible.ki5bhv.com ansible.ki5bhv.com
minecraft.ki5bhv.com minecraft.ki5bhv.com
ki5bhv.com ki5bhv.com
coding.ki5bhv.com
[hardware] [hardware]
mediaserver.ki5bhv.com mediaserver.ki5bhv.com
[windows]
192.168.1.35
[windows:vars]
ansible_user=ansible-user
ansible_password=Citation@528036
ansible_connection=winrm
ansible_winrm_transport=basic # or ntlm, kerberos, credssp
ansible_winrm_port=5985 # 5986 for HTTPS
ansible_winrm_scheme=https # https for production
ansible_winrm_server_cert_validation=ignore # only if self-signed cert

0
ubuntu/maint-clean-logs-cache.yaml Executable file → Normal file
View File

0
ubuntu/update.yaml Executable file → Normal file
View File