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

15 lines
213 B
YAML
Raw Permalink Normal View History

2022-09-02 08:35:35 -04:00
---
2022-10-23 22:50:38 -04:00
- name: configure hyervisor host
2022-09-02 09:36:35 -04:00
gather_facts: false
2022-10-23 22:50:38 -04:00
hosts: hv00
2022-09-02 08:35:35 -04:00
become: true
roles:
2022-09-03 08:20:27 -04:00
- python-install
2022-09-02 10:04:33 -04:00
- sshd
2022-09-05 05:27:26 -04:00
- firewall
2022-09-03 08:09:20 -04:00
- pikaur
2022-10-18 20:09:01 -04:00
- msmtp
2022-09-05 05:27:26 -04:00
- zfs-install
2022-10-18 20:09:01 -04:00
- libvirt-server