12 lines
195 B
YAML
12 lines
195 B
YAML
---
|
|
# System Hardening Only Playbook
|
|
|
|
- name: System Hardening
|
|
hosts: vpn_servers
|
|
become: yes
|
|
gather_facts: yes
|
|
|
|
roles:
|
|
- role: system_hardening
|
|
tags: ['hardening', 'security']
|