mirror of
https://github.com/dev-sec/ansible-collection-hardening
synced 2024-11-10 09:14:18 +00:00
9 lines
218 B
YAML
9 lines
218 B
YAML
---
|
|
- name: wrapper playbook for kitchen testing "ansible-ssh-hardening" with default settings
|
|
hosts: all
|
|
become: true
|
|
collections:
|
|
- devsec.hardening
|
|
tasks:
|
|
- include_role:
|
|
name: ssh_hardening
|