Knowledge base of ~80+ markdown files across 14 domains (00-13), Logseq graph, hardware design files (KiCAD), infrastructure configs, and talas-wiki static site. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
15 lines
392 B
YAML
15 lines
392 B
YAML
---
|
|
# file: roles/pgbadger/defaults/main.yml
|
|
|
|
httpd_module_list:
|
|
- ldap
|
|
- authnz_ldap
|
|
|
|
httpd_vhosts:
|
|
postgres_log:
|
|
template: "local.conf"
|
|
ssl: true
|
|
servername: "{{ ansible_host }}"
|
|
DocumentRoot: "{{ pgbadger_auto_analyze_directory_in | dirname }}/"
|
|
directory_options: "+Indexes"
|
|
raw_config: "{{ pgbadger_httpd_raw_config | default('# no raw_config defined') }}"
|