Compare commits

...

2 Commits

Author SHA1 Message Date
Arya bb0daded4d
add mirrors [perso] 2024-03-06 20:43:39 +05:30
Arya 35e5034e68
run fstrim after every docker prune 2024-03-06 20:43:39 +05:30
2 changed files with 10 additions and 0 deletions

View File

@ -8,3 +8,9 @@
images: true
networks: true
timeout: 1000
- hosts: in
tasks:
- name: Run fstrim (IN Node)
ansible.builtin.command: fstrim -av
register: out
changed_when: out.rc != 0

View File

@ -85,3 +85,7 @@ rabbitmq.vpn.projectsegfau.lt rq.v.psf.lt {
import acmedns
reverse_proxy 192.168.1.64:15672
}
mirror.bom.albony.in {
reverse_proxy 10.50.15.5:80
}