diff --git a/defaults/main.yml b/defaults/main.yml index ef4fc82..09f9b34 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -6,6 +6,8 @@ benchmark_version: 'v1r13' # The audit variable found at the base benchmark: RHEL8-STIG +hosts: all + # Whether to skip the OS check for supported OS's skip_os_check: false diff --git a/site.yml b/site.yml index c56b473..cec13c3 100644 --- a/site.yml +++ b/site.yml @@ -1,5 +1,5 @@ --- -- hosts: all # noqa: name[play] +- hosts: "{{ hosts }}" # noqa: name[play] become: true roles: