Matrix Docker Ansible eploy
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

15 lines
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