-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #61 from ansible-lockdown/devel
Benchmark 1.3 updates and issue fixes Signed-off-by: George Nalen <[email protected]>
- Loading branch information
Showing
12 changed files
with
1,270 additions
and
794 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
**Overall Review of Changes** | ||
**Overall Review of Changes:** | ||
A general description of the changes made that are being requested for merge | ||
|
||
**Any Related Open Issues** | ||
Please list any open issues this PR addresses | ||
**Issue Fixes:** | ||
Please list (using linking) any open issues this PR addresses | ||
|
||
**How as this been tested?** | ||
Please give an overview of how these changes were tested. If they were not please use N/A | ||
**Enhancements:** | ||
Please list any enhancements/features that are not open issue tickets | ||
|
||
**How has this been tested?:** | ||
Please give an overview of how these changes were tested. If they were not please use N/A |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,7 @@ | ||
--- | ||
- hosts: all | ||
become: true | ||
vars: | ||
is_container: false | ||
|
||
roles: | ||
|
||
- role: "{{ playbook_dir }}" | ||
rhel8cis_system_is_container: "{{ is_container | default(false) }}" | ||
rhel8cis_skip_for_travis: false | ||
rhel8cis_oscap_scan: yes |
Oops, something went wrong.