Add snmp_exporter to nms hosts
This commit is contained in:
parent
8a7159c0c4
commit
c826d36d0d
2 changed files with 7 additions and 0 deletions
|
@ -3,6 +3,11 @@ datadisks:
|
|||
- {size: 10, type: nvme}
|
||||
|
||||
network_vip_interfaces:
|
||||
- device: eth0
|
||||
vhid: 11
|
||||
ipaddr: 172.20.20.11
|
||||
netmask: 255.255.240.0
|
||||
pass: "{{ vip11_pass }}"
|
||||
- device: eth1
|
||||
vhid: 25
|
||||
ipaddr: 172.20.25.1
|
||||
|
@ -20,6 +25,7 @@ firewall_in:
|
|||
- {proto: tcp, port: 443, from: [172.20.25.0/24]}
|
||||
- {proto: udp, port: 514, from: [172.20.25.0/24]}
|
||||
- {proto: tcp, port: 9100, from: [172.20.20.0/22]}
|
||||
- {proto: tcp, port: 9116, from: [172.20.20.0/22]}
|
||||
firewall_raw:
|
||||
- "-A INPUT -i eth1 -d 224.0.0.0/8 -j ACCEPT"
|
||||
- "-A INPUT -i eth1 -p vrrp -j ACCEPT"
|
||||
|
|
|
@ -32,6 +32,7 @@
|
|||
- mkhomedir
|
||||
- tftp
|
||||
- routeros_firmware
|
||||
- snmp_exporter
|
||||
|
||||
tasks:
|
||||
- name: Enable UDP rsyslog server
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue