2022-09-03 00:35:35 +12:00
|
|
|
---
|
2022-10-24 15:50:38 +13:00
|
|
|
- name: configure hyervisor host
|
2022-09-03 01:36:35 +12:00
|
|
|
gather_facts: false
|
2022-10-24 15:50:38 +13:00
|
|
|
hosts: hv00
|
2022-09-03 00:35:35 +12:00
|
|
|
become: true
|
|
|
|
|
|
|
|
roles:
|
2022-09-04 00:20:27 +12:00
|
|
|
- python-install
|
2022-09-03 02:04:33 +12:00
|
|
|
- sshd
|
2022-09-05 21:27:26 +12:00
|
|
|
- firewall
|
2022-09-04 00:09:20 +12:00
|
|
|
- pikaur
|
2022-10-19 13:09:01 +13:00
|
|
|
- msmtp
|
2022-09-05 21:27:26 +12:00
|
|
|
- zfs-install
|
2022-10-19 13:09:01 +13:00
|
|
|
- libvirt-server
|
|
|
|
|