Compare commits

..

No commits in common. "08572f6ef8f95ace810b270aa544c3ed328fc722" and "f1b34172024d3af3c279cfcaa1bfc03377669ec0" have entirely different histories.

5 changed files with 12 additions and 3 deletions

View File

@ -3,9 +3,9 @@
roles: roles:
- docker - docker
- nginx - nginx
- openldap
- portainer - portainer
- jellyfin - jellyfin
- openldap
- postgres - postgres
- authelia - authelia
- keycloak - keycloak

View File

@ -29,6 +29,7 @@
devices: devices:
- /dev/dri:/dev/dri - /dev/dri:/dev/dri
state: started state: started
restart: yes
- name: copy jellyfin nginx config - name: copy jellyfin nginx config
template: template:
src: jellyfin.conf.j2 src: jellyfin.conf.j2

View File

@ -52,4 +52,5 @@
env: env:
NGINX_HOST: "{{ base_domain }}" NGINX_HOST: "{{ base_domain }}"
NGINX_PORT: '80' NGINX_PORT: '80'
state: started state: started
restart: yes

View File

@ -29,4 +29,5 @@
LDAP_DOMAIN: "kucharczyk.xyz" LDAP_DOMAIN: "kucharczyk.xyz"
LDAP_ADMIN_PASSWORD: "{{ vault_openldap_admin_password }}" LDAP_ADMIN_PASSWORD: "{{ vault_openldap_admin_password }}"
LDAP_REMOVE_CONFIG_AFTER_SETUP: "false" LDAP_REMOVE_CONFIG_AFTER_SETUP: "false"
state: started state: started
restart: yes

View File

@ -0,0 +1,6 @@
dn: dc=kucharczyk,dc=xyz
objectclass: top
objectclass: dcObject
objectclass: organization
dc: kucharczyk
o: Homelab