No Description
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.

main.yml 220B

123456
  1. jitsi_subdomain: "jitsi"
  2. jitsi_domain: "{{ jitsi_subdomain }}.{{ domain }}"
  3. jitsi_accounts:
  4. - name: "{{ main_user_name }}"
  5. password: "{{ lookup('password', secret + '/' + 'jitsi_main_user_password length=32') }}"