This commit is contained in:
parent
3595d3d694
commit
b2ace001f7
@ -16,9 +16,6 @@ firewall:
|
|||||||
- port: "9101"
|
- port: "9101"
|
||||||
proto: tcp
|
proto: tcp
|
||||||
interface: "eth0"
|
interface: "eth0"
|
||||||
- port: "9706"
|
|
||||||
proto: tcp
|
|
||||||
interface: "eth0"
|
|
||||||
netplan:
|
netplan:
|
||||||
default_gateway: ""
|
default_gateway: ""
|
||||||
additionalinterfaces:
|
additionalinterfaces:
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
- name: Allow postfix exporter via ufw
|
- name: Allow postfix exporter via ufw
|
||||||
community.general.ufw:
|
community.general.ufw:
|
||||||
rule: allow
|
rule: allow
|
||||||
port: 9706
|
port: "9154"
|
||||||
proto: tcp
|
proto: tcp
|
||||||
src: 192.168.69.0/24
|
src: 192.168.69.0/24
|
||||||
...
|
...
|
||||||
|
@ -59,4 +59,11 @@
|
|||||||
state: present
|
state: present
|
||||||
name:
|
name:
|
||||||
- prometheus-haproxy-exporter
|
- prometheus-haproxy-exporter
|
||||||
|
|
||||||
|
- name: Allow node-exporter via ufw
|
||||||
|
community.general.ufw:
|
||||||
|
rule: allow
|
||||||
|
port: 9100
|
||||||
|
proto: tcp
|
||||||
|
src: 192.168.69.0/24
|
||||||
...
|
...
|
||||||
|
@ -42,7 +42,7 @@
|
|||||||
- name: Allow postfix exporter via ufw
|
- name: Allow postfix exporter via ufw
|
||||||
community.general.ufw:
|
community.general.ufw:
|
||||||
rule: allow
|
rule: allow
|
||||||
port: 9706
|
port: "9154"
|
||||||
proto: tcp
|
proto: tcp
|
||||||
src: 192.168.69.0/24
|
src: 192.168.69.0/24
|
||||||
...
|
...
|
||||||
|
Loading…
Reference in New Issue
Block a user