forked from ansible-lockdown/RHEL9-CIS
import_tasks file added
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
af20f70f24
commit
c5ed197e03
19 changed files with 57 additions and 30 deletions
6
site.yml
6
site.yml
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
- hosts: all # noqa: name[play]
|
||||
|
||||
- name: Apply RHEL9 CIS hardening
|
||||
hosts: all
|
||||
become: true
|
||||
|
||||
roles:
|
||||
|
||||
- role: "{{ playbook_dir }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue