Compare commits

..

5 Commits

Author SHA1 Message Date
Renovate Bot
3e7a5a808f Update dependency ansible to v11 2025-06-18 00:01:05 +00:00
f4e8aefb63 Removed wireguard host from ansible inventory, deleted errant
All checks were successful
Ansible Deploy / Homelab-Deploy (ansible/buildHomelab.yaml) (push) Successful in 2m0s
underscores
2025-06-17 06:51:29 -04:00
4e7e7a7f09 Restart traefik automatically on docker-int, enabled access logs on
Some checks failed
Ansible Deploy / Homelab-Deploy (ansible/buildHomelab.yaml) (push) Failing after 2m40s
traefik@docker-ext
2025-06-17 06:41:12 -04:00
8b5e3e10bd Changed Paperless date format
Some checks failed
Ansible Deploy / Homelab-Deploy (ansible/buildHomelab.yaml) (push) Failing after 2m6s
2025-06-14 08:26:12 -04:00
60406eaf34 Update Paperless
Some checks failed
Ansible Deploy / Homelab-Deploy (ansible/buildHomelab.yaml) (push) Failing after 16m8s
2025-06-13 06:33:59 -04:00
5 changed files with 15 additions and 12 deletions

View File

@ -25,6 +25,7 @@ services:
- --experimental.plugins.crowdsec-bouncer.modulename=github.com/maxlerebourg/crowdsec-bouncer-traefik-plugin - --experimental.plugins.crowdsec-bouncer.modulename=github.com/maxlerebourg/crowdsec-bouncer-traefik-plugin
- --experimental.plugins.crowdsec-bouncer.version=v1.2.1 - --experimental.plugins.crowdsec-bouncer.version=v1.2.1
# - "--certificatesresolvers.myresolver.acme.tlschallenge=true" # - "--certificatesresolvers.myresolver.acme.tlschallenge=true"
- --accesslog=true
ports: ports:
# The HTTP port # The HTTP port
- "80:80" - "80:80"

View File

@ -5,6 +5,7 @@ services:
# The official v2 Traefik docker image # The official v2 Traefik docker image
image: traefik:v3.3 image: traefik:v3.3
# Enables the web UI and tells Traefik to listen to docker # Enables the web UI and tells Traefik to listen to docker
restart: unless-stopped
command: command:
- --api.insecure=true - --api.insecure=true
- --providers.docker - --providers.docker
@ -59,7 +60,7 @@ services:
volumes: volumes:
- redisdata:/data - redisdata:/data
paperless-webserver: paperless-webserver:
image: ghcr.io/paperless-ngx/paperless-ngx:2.14.7 image: ghcr.io/paperless-ngx/paperless-ngx:2.16.3
container_name: paperless-webserver container_name: paperless-webserver
restart: unless-stopped restart: unless-stopped
depends_on: depends_on:
@ -72,8 +73,9 @@ services:
- media:/usr/src/paperless/media - media:/usr/src/paperless/media
- export:/usr/src/paperless/export - export:/usr/src/paperless/export
- consume:/usr/src/paperless/consume - consume:/usr/src/paperless/consume
env_file: docker-compose.env #env_file: docker-compose.env
# environment: environment:
PAPERLESS_DATE_ORDER: MDY
labels: labels:
- "traefik.http.routers.paperless.rule=Host(`paperless.injust.us`)" - "traefik.http.routers.paperless.rule=Host(`paperless.injust.us`)"
- "traefik.http.routers.paperless.entrypoints=websecure" - "traefik.http.routers.paperless.entrypoints=websecure"

View File

@ -10,7 +10,7 @@
- name: Delete existing netplan - name: Delete existing netplan
ansible.builtin.command: rm -f /etc/netplan/* ansible.builtin.command: rm -f /etc/netplan/*
- name: Copy netplan - name: Copy netplan
ansible.builtin.template: ansible.builtin.template:
src: assets/{{ inventory_hostname }}/01-netcfg.yaml.j2 src: assets/{{ inventory_hostname }}/01-netcfg.yaml.j2
@ -71,7 +71,7 @@
backup: true backup: true
- name: Configure Docker hosts - name: Configure Docker hosts
hosts: hosts:
- docker - docker
vars: vars:
tags: tags:
@ -95,7 +95,7 @@
ansible.builtin.shell: docker image prune -f ansible.builtin.shell: docker image prune -f
- name: Homeserver wireguard - name: Homeserver wireguard
hosts: hosts:
- docker-ext - docker-ext
tags: tags:
- bastion - bastion

View File

@ -6,7 +6,7 @@ all:
ungrouped: ungrouped:
hosts: hosts:
bastion: bastion:
ansible_host: 51.222.155.202 ansible_host: 51.222.155.202
ansible_ssh_user: root ansible_ssh_user: root
docker: docker:
@ -16,14 +16,14 @@ docker:
docker-int: docker-int:
ansible_ssh_user: root ansible_ssh_user: root
basementpi: basementpi:
ansible_host: 10.11.1.10 ansible_host: 10.11.1.10
ansible_ssh_user: root ansible_ssh_user: root
gitea: gitea:
ansible_ssh_user: root ansible_ssh_user: root
wireguard: #wireguard:
hosts: # hosts:
wireguard: # wireguard:
external_access: external_access:
hosts: hosts:

View File

@ -1,4 +1,4 @@
ansible==11.6.0 ansible==11.7.0
ansible-core==2.15.11 ansible-core==2.15.11
#cffi==1.15.1 #cffi==1.15.1
#cryptography==39.0.0 #cryptography==39.0.0