1
0
IaC/ansible/playbooks/lab.yaml
2022-09-03 00:35:35 +12:00

9 lines
115 B
YAML

---
- name: Configure lab host
gather_facts: true
hosts: lab
become: true
roles:
- sshd
- firewall