Moving around more stuff
This commit is contained in:
9
deprecated/playbooks/playbooks-deprecated/harden.yml
Normal file
9
deprecated/playbooks/playbooks-deprecated/harden.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
- hosts: webhost
|
||||
remote_user: root
|
||||
tasks:
|
||||
- name: Setup UFW
|
||||
import_tasks: ../tasks/ufw-setup.yml
|
||||
- name: Harden ssh configuration
|
||||
import_tasks: ../tasks/ssh.yml
|
||||
|
||||
Reference in New Issue
Block a user