dd
This commit is contained in:
parent
6882372e47
commit
2aea201039
1 changed files with 30 additions and 0 deletions
30
group_vars/munin.yml
Normal file
30
group_vars/munin.yml
Normal file
|
@ -0,0 +1,30 @@
|
|||
---
|
||||
### oefenweb.ufw
|
||||
ufw_rules:
|
||||
- rule: allow
|
||||
to_port: 22
|
||||
protocol: tcp
|
||||
comment: 'ssh'
|
||||
from_ip: 0.0.0.0/0
|
||||
- rule: allow
|
||||
to_port: 80
|
||||
protocol: tcp
|
||||
comment: 'munin'
|
||||
|
||||
# munin-node plugins fur master aus iomage hier einbauen TODO
|
||||
|
||||
### mrlesmithjr.ansible-manage-lvm
|
||||
lvm_groups:
|
||||
- vgname: vg_munin
|
||||
disks:
|
||||
- /dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_drive-scsi1
|
||||
create: true
|
||||
lvnames:
|
||||
- lvname: lv_munin
|
||||
size: +100%FREE
|
||||
create: true
|
||||
filesystem: xfs
|
||||
mount: true
|
||||
mntp: /var/lib/munin
|
||||
manage_lvm: true
|
||||
pvresize_to_max: true
|
Loading…
Reference in a new issue