您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

14 行
331B

  1. ---
  2. - name: set up secrets
  3. hosts: matrix_servers
  4. become: true
  5. roles:
  6. - name: secrets
  7. secrets_definitions:
  8. matrix_coturn_turn_static_auth_secret:
  9. store: local_facts
  10. password_length: 64
  11. matrix_synapse_macaroon_secret_key:
  12. store: local_facts
  13. password_length: 64