1
0
IaC/ansible/playbooks/lab.yaml

12 lines
153 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-02 09:29:46 -04:00
- python
2022-09-02 10:04:33 -04:00
- sshd
2022-09-03 08:09:20 -04:00
- firewall
- pikaur
#- zfs