mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-08-19 21:31:32 +02:00
Compare commits
3 Commits
ce893c1b22
...
b1413a5645
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b1413a5645 | ||
|
|
e3a0f69076 | ||
|
|
6403733651 |
@@ -46,7 +46,7 @@
|
||||
version: 7eadc992ca952fc29bf3fab5aa6335fa82ff01e5
|
||||
name: postgres_backup
|
||||
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-prometheus.git
|
||||
version: v2.49.1-2
|
||||
version: v2.50.0-0
|
||||
name: prometheus
|
||||
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-prometheus-node-exporter.git
|
||||
version: v1.7.0-3
|
||||
|
||||
@@ -4,3 +4,11 @@
|
||||
ansible.builtin.file:
|
||||
path: "{{ matrix_base_data_path }}/ssl"
|
||||
state: absent
|
||||
|
||||
- name: Ensure matrix-ssl-lets-encrypt-certificates-renew systemd timer and service are gone
|
||||
ansible.builtin.file:
|
||||
path: "{{ devture_systemd_docker_base_systemd_path }}/{{ item }}"
|
||||
state: absent
|
||||
with_items:
|
||||
- matrix-ssl-lets-encrypt-certificates-renew.timer
|
||||
- matrix-ssl-lets-encrypt-certificates-renew.service
|
||||
|
||||
Reference in New Issue
Block a user