init
This commit is contained in:
commit
883f31932e
169 changed files with 5676 additions and 0 deletions
9
ansible/roles/authentik/defaults/main.yml
Normal file
9
ansible/roles/authentik/defaults/main.yml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
install_dir: /opt/authentik
|
||||
bind_address: "0.0.0.0"
|
||||
port: 9000
|
||||
postgres_shared_buffers: 64MB
|
||||
postgres_work_mem: 4MB
|
||||
postgres_maintenance_work_mem: 32MB
|
||||
postgres_effective_cache_size: 256MB
|
||||
redis_maxmemory: 80mb
|
||||
Loading…
Add table
Add a link
Reference in a new issue