sshd
This commit is contained in:
9
ansible/playbooks/lab.yaml
Normal file
9
ansible/playbooks/lab.yaml
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
- name: Configure lab host
|
||||
gather_facts: true
|
||||
hosts: lab
|
||||
become: true
|
||||
|
||||
roles:
|
||||
- sshd
|
||||
- firewall
|
Reference in New Issue
Block a user