9 lines
335 B
YAML
9 lines
335 B
YAML
|
---
|
||
|
dmarcsrg_user: dmarcsrg
|
||
|
dmarcsrg_home: /opt/dmarc-srg
|
||
|
overrides_path: "{{ dmarcsrg_home }}/local.d"
|
||
|
dmarcsrg_github_api_url: https://api.github.com/repos/liuch/dmarc-srg/releases/latest
|
||
|
|
||
|
dmarcsrg_database: dmarcsrg
|
||
|
dmarcsrg_database_password: "{{ lookup('password', '/tmp/dmarcsrg_db_pwd length=42 chars=ascii_letters,digits') }}"
|