Add munin host

This commit is contained in:
Timo Makinen 2021-03-18 00:01:15 +00:00
parent cab7f424d5
commit ff87fa1151
4 changed files with 43 additions and 0 deletions

25
playbooks/munin.yml Normal file
View file

@ -0,0 +1,25 @@
---
- import_playbook: "include/deploy-kvm-guest.yml myhosts=munin"
- name: configure instance
hosts: munin
user: root
gather_facts: true
pre_tasks:
- name: mount /export
mount:
name: /export
src: LABEL=/export
fstype: xfs
opts: noatime,noexec,nosuid,nodev
passno: "0"
dump: "0"
state: mounted
vars_files:
- "{{ ansible_private }}/vars.yml"
roles:
- base
- munin-master