10 lines
190 B
YAML
10 lines
190 B
YAML
---
|
|
- hosts: webhost
|
|
remote_user: root
|
|
tasks:
|
|
- name: Setup UFW
|
|
import_tasks: ../tasks/ufw-setup.yml
|
|
- name: Harden ssh configuration
|
|
import_tasks: ../tasks/ssh.yml
|
|
|