1
0
IaC/ansible/playbooks/lab.yaml

9 lines
115 B
YAML
Raw Normal View History

2022-09-02 08:35:35 -04:00
---
- name: Configure lab host
gather_facts: true
hosts: lab
become: true
roles:
- sshd
- firewall