mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 00:05:44 +02:00
Update to 2022-08-30 12:00
This commit is contained in:
@@ -13,6 +13,6 @@
|
||||
tags: drbd
|
||||
|
||||
- name: Reload systemd
|
||||
systemd: daemon_realod=True
|
||||
systemd: daemon_reload=True
|
||||
when: drbd_reactor_reload_unit.changed
|
||||
tags: drbd
|
||||
|
@@ -1,6 +1,6 @@
|
||||
---
|
||||
|
||||
- name: Handle prometheus port ports
|
||||
- name: Handle prometheus port
|
||||
iptables_raw:
|
||||
name: drbd_reactor_prom_port
|
||||
state: "{{ (drbd_reactor_prom_src_ip | length > 0) | ternary('present','absent') }}"
|
||||
|
Reference in New Issue
Block a user