Compare commits
No commits in common. "08572f6ef8f95ace810b270aa544c3ed328fc722" and "f1b34172024d3af3c279cfcaa1bfc03377669ec0" have entirely different histories.
08572f6ef8
...
f1b3417202
|
@ -3,9 +3,9 @@
|
|||
roles:
|
||||
- docker
|
||||
- nginx
|
||||
- openldap
|
||||
- portainer
|
||||
- jellyfin
|
||||
- openldap
|
||||
- postgres
|
||||
- authelia
|
||||
- keycloak
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
devices:
|
||||
- /dev/dri:/dev/dri
|
||||
state: started
|
||||
restart: yes
|
||||
- name: copy jellyfin nginx config
|
||||
template:
|
||||
src: jellyfin.conf.j2
|
||||
|
|
|
@ -52,4 +52,5 @@
|
|||
env:
|
||||
NGINX_HOST: "{{ base_domain }}"
|
||||
NGINX_PORT: '80'
|
||||
state: started
|
||||
state: started
|
||||
restart: yes
|
||||
|
|
|
@ -29,4 +29,5 @@
|
|||
LDAP_DOMAIN: "kucharczyk.xyz"
|
||||
LDAP_ADMIN_PASSWORD: "{{ vault_openldap_admin_password }}"
|
||||
LDAP_REMOVE_CONFIG_AFTER_SETUP: "false"
|
||||
state: started
|
||||
state: started
|
||||
restart: yes
|
|
@ -0,0 +1,6 @@
|
|||
dn: dc=kucharczyk,dc=xyz
|
||||
objectclass: top
|
||||
objectclass: dcObject
|
||||
objectclass: organization
|
||||
dc: kucharczyk
|
||||
o: Homelab
|
Loading…
Reference in New Issue