mirror of
https://github.com/dev-sec/linux-baseline
synced 2024-11-22 19:23:02 +00:00
Ansible support
This commit is contained in:
parent
a517ad6040
commit
2f3b67d07e
1 changed files with 5 additions and 0 deletions
5
playbooks/default.yml
Normal file
5
playbooks/default.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
- name: wrapper playbook for kitchen testing "ansible-os-hardening"
|
||||
hosts: localhost
|
||||
roles:
|
||||
- ansible-os-hardening
|
Loading…
Reference in a new issue