Compare commits
2 Commits
77084ebc49
...
bca5c1993d
Author | SHA1 | Date | |
---|---|---|---|
bca5c1993d | |||
5794379da4 |
11
playbooks/platforms_proxmox-ve-7.yml
Executable file
11
playbooks/platforms_proxmox-ve-7.yml
Executable file
@ -0,0 +1,11 @@
|
|||||||
|
#!/usr/bin/env ansible-playbook
|
||||||
|
# vim:ft=ansible:
|
||||||
|
---
|
||||||
|
- hosts: platforms_proxmox-ve-7
|
||||||
|
roles:
|
||||||
|
- role: backup
|
||||||
|
vars:
|
||||||
|
backup_s3backup_list_extra:
|
||||||
|
- /etc/pve
|
||||||
|
backup_time: "Mon *-*-* 02:00:00"
|
||||||
|
tags: [ backup, common ]
|
@ -70,6 +70,32 @@
|
|||||||
hostgroup: "!role-hypervisor"
|
hostgroup: "!role-hypervisor"
|
||||||
- name: Users
|
- name: Users
|
||||||
command: check_by_ssh!/usr/lib/nagios/plugins/check_users -w 3 -c 5
|
command: check_by_ssh!/usr/lib/nagios/plugins/check_users -w 3 -c 5
|
||||||
|
# Device role checks
|
||||||
|
# hypervisor (which is assumed to be Proxmox)
|
||||||
|
- name: PVE Unit pve-firewall.service
|
||||||
|
command: check_by_ssh!/usr/local/bin/monitoring-scripts/check_systemd_unit pve-firewall.service
|
||||||
|
hostgroup: role-hypervisor
|
||||||
|
- name: PVE Unit spiceproxy.service
|
||||||
|
command: check_by_ssh!/usr/local/bin/monitoring-scripts/check_systemd_unit spiceproxy.service
|
||||||
|
hostgroup: role-hypervisor
|
||||||
|
- name: PVE Unit pve-ha-crm.service
|
||||||
|
command: check_by_ssh!/usr/local/bin/monitoring-scripts/check_systemd_unit pve-ha-crm.service
|
||||||
|
hostgroup: role-hypervisor
|
||||||
|
- name: PVE Unit pvedaemon.service
|
||||||
|
command: check_by_ssh!/usr/local/bin/monitoring-scripts/check_systemd_unit pvedaemon.service
|
||||||
|
hostgroup: role-hypervisor
|
||||||
|
- name: PVE Unit pvefw-logger.service
|
||||||
|
command: check_by_ssh!/usr/local/bin/monitoring-scripts/check_systemd_unit pvefw-logger.service
|
||||||
|
hostgroup: role-hypervisor
|
||||||
|
- name: PVE Unit pveproxy.service
|
||||||
|
command: check_by_ssh!/usr/local/bin/monitoring-scripts/check_systemd_unit pveproxy.service
|
||||||
|
hostgroup: role-hypervisor
|
||||||
|
- name: PVE Unit pve-cluster.service
|
||||||
|
command: check_by_ssh!/usr/local/bin/monitoring-scripts/check_systemd_unit pve-cluster.service
|
||||||
|
hostgroup: role-hypervisor
|
||||||
|
- name: PVE Unit pvestatd.service
|
||||||
|
command: check_by_ssh!/usr/local/bin/monitoring-scripts/check_systemd_unit pvestatd.service
|
||||||
|
hostgroup: role-hypervisor
|
||||||
# Tag-specific checks
|
# Tag-specific checks
|
||||||
# ansible-pull
|
# ansible-pull
|
||||||
- name: Unit ansible-pull.service
|
- name: Unit ansible-pull.service
|
||||||
|
1
site.yml
1
site.yml
@ -5,6 +5,7 @@
|
|||||||
- import_playbook: playbooks/all.yml
|
- import_playbook: playbooks/all.yml
|
||||||
# Platform configuration
|
# Platform configuration
|
||||||
- import_playbook: playbooks/platforms_ub2004.yml
|
- import_playbook: playbooks/platforms_ub2004.yml
|
||||||
|
- import_playbook: playbooks/platforms_proxmox-ve-7.yml
|
||||||
# Manufacturer configuration
|
# Manufacturer configuration
|
||||||
- import_playbook: playbooks/manufacturers_raspi.yml
|
- import_playbook: playbooks/manufacturers_raspi.yml
|
||||||
- import_playbook: playbooks/manufacturers_s76.yml
|
- import_playbook: playbooks/manufacturers_s76.yml
|
||||||
|
Loading…
Reference in New Issue
Block a user