ansible-roles/kvm-host/tasks/main.yml

17 lines
214 B
YAML
Raw Normal View History

2016-12-16 12:26:29 +01:00
---
2017-07-19 01:34:13 +02:00
2021-06-10 22:30:00 +02:00
- include_role:
name: evolix/drbd
when: kvm_install_drbd
2017-07-19 01:34:13 +02:00
## TODO: check why it's disabled
2017-06-07 17:02:26 +02:00
#- include: ssh.yml
2017-05-19 22:29:28 +02:00
2016-12-16 12:26:29 +01:00
- include: packages.yml
- include: munin.yml
2017-05-19 22:29:28 +02:00
2017-02-16 14:52:35 +01:00
- include: images.yml
2021-04-28 15:53:36 +02:00
- include: tools.yml