diff --git a/inventories/vagrant/host_vars/backend/homarr.yml b/inventories/vagrant/host_vars/backend/homarr.yml deleted file mode 100644 index 6244c57..0000000 --- a/inventories/vagrant/host_vars/backend/homarr.yml +++ /dev/null @@ -1,11 +0,0 @@ -homarr_domain: "home.local.test" - -homarr_secret_dir: "{{ playbook_dir }}/secrets/{{ inventory_hostname }}" -homarr_secret_file: "homarr_secret_encryption_key" -homarr_secret_length: 64 - -homarr_secret_encryption_key: >- - {{ lookup('ansible.builtin.password', - homarr_secret_dir ~ '/' ~ homarr_secret_file, - length=homarr_secret_length, - chars='hexdigits') }} diff --git a/inventories/vagrant/host_vars/backend/traefik.yml b/inventories/vagrant/host_vars/backend/traefik.yml index 3e1e5b7..5aa720e 100644 --- a/inventories/vagrant/host_vars/backend/traefik.yml +++ b/inventories/vagrant/host_vars/backend/traefik.yml @@ -24,10 +24,6 @@ traefik_dmz_exposed_services: domain: authentik.local.test port: 443 protocol: https - - name: homarr - domain: home.local.test - port: 443 - protocol: https # Example: Add more services as you deploy them # - name: forgejo # domain: git.example.com diff --git a/inventories/vagrant/hosts.yml b/inventories/vagrant/hosts.yml index 5f438b8..e3bf998 100644 --- a/inventories/vagrant/hosts.yml +++ b/inventories/vagrant/hosts.yml @@ -58,9 +58,5 @@ all: backend: nextcloud_servers: - hosts: - backend: - - homarr_servers: hosts: backend: \ No newline at end of file diff --git a/playbooks/site.yml b/playbooks/site.yml index 8749439..ffbb9c4 100644 --- a/playbooks/site.yml +++ b/playbooks/site.yml @@ -41,12 +41,6 @@ roles: - digitalboard.core.authentik -- name: Deploy homarr service - hosts: homarr_servers - become: yes - roles: - - digitalboard.core.homarr - - name: Configure reverse proxy on DMZ servers hosts: traefik_servers_dmz become: yes