Skip to content

Commit

Permalink
variable hosts and lint
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Bolwell <[email protected]>
  • Loading branch information
uk-bolly committed Oct 22, 2024
1 parent d9c6b83 commit 9782461
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions site.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
- hosts: all # noqa: name[play]

- name: Run RHEL8 STiG hardening
hosts: "{{ hosts | default('all') }}"
become: true

roles:

- role: "{{ playbook_dir }}"

0 comments on commit 9782461

Please sign in to comment.