Matrix Docker Ansible eploy
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 

19 righe
818 B

  1. ---
  2. # Tells whether this role had executed or not. Toggled to `true` during runtime.
  3. matrix_nginx_proxy_role_executed: false
  4. matrix_ssl_renewal_systemd_units_list:
  5. - name: matrix-ssl-lets-encrypt-certificates-renew.service
  6. applicable: "{{ matrix_ssl_retrieval_method == 'lets-encrypt' }}"
  7. enableable: false
  8. - name: matrix-ssl-lets-encrypt-certificates-renew.timer
  9. applicable: "{{ matrix_ssl_retrieval_method == 'lets-encrypt' }}"
  10. enableable: true
  11. - name: matrix-ssl-nginx-proxy-reload.service
  12. applicable: "{{ matrix_ssl_retrieval_method == 'lets-encrypt' and matrix_nginx_proxy_enabled|bool }}"
  13. enableable: false
  14. - name: matrix-ssl-nginx-proxy-reload.timer
  15. applicable: "{{ matrix_ssl_retrieval_method == 'lets-encrypt' and matrix_nginx_proxy_enabled|bool }}"
  16. enableable: true