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
recreate: auto
- name: Pause
ansible.builtin.pause:
seconds: 10
- name: homarr
community.docker.docker_compose_v2:
project_src: /home/justin/docker/homarr/
pull: always
recreate: auto
- name: Pause
ansible.builtin.pause:
seconds: 10
- name: wireguard
community.docker.docker_compose_v2:
project_src: /home/justin/docker/wireguard/
pull: always
recreate: auto
- name: Pause
ansible.builtin.pause:
seconds: 10
- name: beszel
community.docker.docker_compose_v2:
project_src: /home/justin/docker/beszel/
pull: always
recreate: auto
- name: Pause
ansible.builtin.pause:
seconds: 10
- name: cup
community.docker.docker_compose_v2:
project_src: /home/justin/docker/cup/
pull: always
recreate: auto
- name: Pause
ansible.builtin.pause:
seconds: 10
- name: nginx-proxy
community.docker.docker_compose_v2:
project_src: /home/justin/docker/nginx-proxy/
pull: always
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: vaultwarden
community.docker.docker_compose_v2:
project_src: /home/justin/docker/vaultwarden/
pull: always
recreate: auto
- name: Pause
ansible.builtin.pause:
seconds: 10
- name: vaultwarden
community.docker.docker_compose_v2:
@ -58,36 +80,66 @@
pull: always
recreate: auto
- name: Pause
ansible.builtin.pause:
seconds: 10
- name: uptime-kuma
community.docker.docker_compose_v2:
project_src: /home/justin/docker/uptime-kuma/
pull: always
recreate: auto
- name: overseer
- name: Pause
ansible.builtin.pause:
seconds: 10
- name: overseerr
community.docker.docker_compose_v2:
project_src: /home/justin/docker/overseerr/
pull: always
recreate: auto
- name: Pause
ansible.builtin.pause:
seconds: 10
- name: portainer
community.docker.docker_compose_v2:
project_src: /home/justin/docker/portainer/
pull: always
recreate: auto
- name: Pause
ansible.builtin.pause:
seconds: 10
- name: it-tools
community.docker.docker_compose_v2:
project_src: /home/justin/docker/it-tools/
pull: always
recreate: auto
- name: Pause
ansible.builtin.pause:
seconds: 10
- name: termix
community.docker.docker_compose_v2:
project_src: /home/justin/docker/termix/
pull: always
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
community.docker.docker_prune:
containers: false
@ -97,4 +149,3 @@
networks: false
volumes: false
builder_cache: false

13
host
View File

@ -7,6 +7,7 @@ gitserver.ki5bhv.com
ansible.ki5bhv.com
minecraft.ki5bhv.com
ki5bhv.com
coding.ki5bhv.com
[proxmox]
cloudflare-tunnel.ki5bhv.com
@ -16,18 +17,8 @@ gitserver.ki5bhv.com
ansible.ki5bhv.com
minecraft.ki5bhv.com
ki5bhv.com
coding.ki5bhv.com
[hardware]
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