2021-01-20 23:03:13 +01:00
|
|
|
---
|
|
|
|
# versionscheck
|
2021-01-26 02:38:00 +01:00
|
|
|
playbook_version_number: 9 # should be a integer
|
2021-01-21 20:50:04 +01:00
|
|
|
playbook_version_path: 'do1jlr.rspamd.version'
|
2021-01-22 01:09:04 +01:00
|
|
|
|
2021-01-25 01:21:38 +01:00
|
|
|
# https://github.com/ansible/ansible/issues/36129
|
2021-01-26 02:38:00 +01:00
|
|
|
# yamllint disable-line rule:line-length
|
2021-01-25 01:21:38 +01:00
|
|
|
rspamd__admin_password_with_salt: "{{ rspamd__admin_password | password_hash('bcrypt', ('abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890' | shuffle(seed=inventory_hostname) | join)[:21] + ('Oeu' | shuffle(seed=inventory_hostname) | join)[1], rounds=9) }}"
|