mirror of
https://github.com/roles-ansible/ansible_role_rspamd.git
synced 2024-08-16 17:09:51 +02:00
8 lines
490 B
YAML
8 lines
490 B
YAML
---
|
|
# versionscheck
|
|
playbook_version_number: 11
|
|
playbook_version_path: 'do1jlr.rspamd.version'
|
|
|
|
# https://github.com/ansible/ansible/issues/36129
|
|
# yamllint disable-line rule:line-length
|
|
rspamd__admin_password_with_salt: "{{ rspamd__admin_password | ansible.builtin.password_hash('bcrypt', ('abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890' | shuffle(seed=inventory_hostname) | join)[:21] + ('Oeu' | ansible.builtin.shuffle(seed=inventory_hostname) | join)[1], rounds=9) }}"
|