1
0
IaC/ansible/playbooks/lab.yaml

13 lines
189 B
YAML
Raw Normal View History

2022-09-02 08:35:35 -04:00
---
- name: Configure lab host
2022-09-02 09:36:35 -04:00
gather_facts: false
2022-09-02 08:35:35 -04:00
hosts: lab
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-09-05 05:27:26 -04:00
- zfs-install
- libvirt-server