1
0
IaC/ansible/playbooks/lab.yaml

13 lines
189 B
YAML
Raw Normal View History

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