first commit

This commit is contained in:
phil 2023-08-16 20:41:30 +02:00
commit 1dff8396d7
12 changed files with 284 additions and 0 deletions

8
defaults/main.yml Normal file
View file

@ -0,0 +1,8 @@
---
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') }}"