1
0
IaC/ansible/playbooks/02_hypervisor.yaml

15 lines
213 B
YAML
Raw Normal View History

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