You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12345 |
- prosody_admin: "{{ admin_email }}"
- prosody_accounts:
- - name: "{{ main_user_name }}"
- domain: "{{ domain }}"
- password: "{{ lookup('password', secret + '/' + 'xmpp_main_user_password length=32') }}"
|