users.yml.example 254 B

12345
  1. trojan_users:
  2. - name: alice
  3. password: "{{ lookup('password', 'credentials/trojan_alice length=32 chars=ascii_letters,digits') }}"
  4. - name: bob
  5. password: "{{ lookup('password', 'credentials/trojan_bob length=32 chars=ascii_letters,digits') }}"