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.
 
 

15 righe
467 B

  1. ---
  2. - name: Ensure matrix-ssl files are deleted
  3. ansible.builtin.file:
  4. path: "{{ matrix_base_data_path }}/ssl"
  5. state: absent
  6. - name: Ensure matrix-ssl-lets-encrypt-certificates-renew systemd timer and service are gone
  7. ansible.builtin.file:
  8. path: "{{ devture_systemd_docker_base_systemd_path }}/{{ item }}"
  9. state: absent
  10. with_items:
  11. - matrix-ssl-lets-encrypt-certificates-renew.timer
  12. - matrix-ssl-lets-encrypt-certificates-renew.service