Compare commits
2 Commits
2d133af71d
...
bb0daded4d
Author | SHA1 | Date | |
---|---|---|---|
bb0daded4d | |||
35e5034e68 |
@ -8,3 +8,9 @@
|
|||||||
images: true
|
images: true
|
||||||
networks: true
|
networks: true
|
||||||
timeout: 1000
|
timeout: 1000
|
||||||
|
- hosts: in
|
||||||
|
tasks:
|
||||||
|
- name: Run fstrim (IN Node)
|
||||||
|
ansible.builtin.command: fstrim -av
|
||||||
|
register: out
|
||||||
|
changed_when: out.rc != 0
|
||||||
|
@ -85,3 +85,7 @@ rabbitmq.vpn.projectsegfau.lt rq.v.psf.lt {
|
|||||||
import acmedns
|
import acmedns
|
||||||
reverse_proxy 192.168.1.64:15672
|
reverse_proxy 192.168.1.64:15672
|
||||||
}
|
}
|
||||||
|
|
||||||
|
mirror.bom.albony.in {
|
||||||
|
reverse_proxy 10.50.15.5:80
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user