-
Notifications
You must be signed in to change notification settings - Fork 73
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 #62 from ansible-lockdown/devel
Benchmark 1.3.0 and other updates
- Loading branch information
Showing
23 changed files
with
2,033 additions
and
993 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
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
name: Report Issue | ||
about: Create a bug issue ticket to help us improve | ||
title: '' | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Describe the Issue** | ||
A clear and concise description of what the bug is. | ||
|
||
**Expected Behavior** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Actual Behavior** | ||
A clear and concise description of what's happening. | ||
|
||
**Control(s) Affected** | ||
What controls are being affected by the issue | ||
|
||
**Environment (please complete the following information):** | ||
- git branch: [e.g devel] | ||
- Ansible Version: [e.g. 2.10] | ||
- Host Python Version: [e.g. Python 3.7.6] | ||
- Ansible Server Python Version: [e.g. Python 3.7.6] | ||
- Additional Details: | ||
|
||
**Additional Notes** | ||
Anything additional goes here | ||
|
||
**Possible Solution** | ||
Enter a suggested fix here |
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
name: Feature Request or Enhancement | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: enhancement | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Feature Request or Enhancement** | ||
- Feature [] | ||
- Enhancement [] | ||
|
||
**Summary of Request** | ||
A clear and concise description of what you want to happen. | ||
|
||
**Describe alternatives you've considered** | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
|
||
**Suggested Code** | ||
Please provide any code you have in mind to fulfill the request |
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
name: Question | ||
about: Ask away....... | ||
title: '' | ||
labels: question | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Question** | ||
Pose question here. | ||
|
||
**Environment (please complete the following information):** | ||
- Ansible Version: [e.g. 2.10] | ||
- Host Python Version: [e.g. Python 3.7.6] | ||
- Ansible Server Python Version: [e.g. Python 3.7.6] | ||
- Additional Details: |
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
**Overall Review of Changes:** | ||
A general description of the changes made that are being requested for merge | ||
|
||
**Issue Fixes:** | ||
Please list (using linking) any open issues this PR addresses | ||
|
||
**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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,7 @@ tests/Dockerfile | |
packer_cache | ||
delete* | ||
ignore* | ||
.cache | ||
# VSCode | ||
.vscode | ||
|
||
|
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
|
||
collections: | ||
- name: community.windows |
Oops, something went wrong.