Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjusted GitHub Actions #2

Merged
merged 3 commits into from
Nov 5, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/communitytodevel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
# Job ID
job_id: 5f933cbcf9c74e86b1609c00
# Variables
variables: '{ "gitrepo": "https://github.com/ansible-lockdown/RHEL8-STIG.git", "image": "ami-066df92ac6f03efca", "githubBranch": "${{ github.head_ref }}" }'
variables: '{ "gitrepo": "https://github.com/ansible-lockdown/RHEL8-STIG.git", "image": "ami-066df92ac6f03efca", "githubBranch": "${{ github.head_ref }}", "username": "ec2-user" }'
# Refactr API base URL
api_url: # optional
2 changes: 1 addition & 1 deletion .github/workflows/develtomaster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
# Job ID
job_id: 5f90ad90f9c74e6d1e606e33
# Variables
variables: '{ "gitrepo": "https://github.com/ansible-lockdown/RHEL8-STIG.git", "image": "ami-066df92ac6f03efca" }'
variables: '{ "gitrepo": "https://github.com/ansible-lockdown/RHEL8-STIG.git", "image": "ami-066df92ac6f03efca", "username": "ec2-user" }'
# Refactr API base URL
api_url: # optional
9 changes: 0 additions & 9 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ rhel_08_010320: true
rhel_08_010330: true
rhel_08_010340: true
rhel_08_010350: true
# Send AIDE reports as mail notifications - Disabled by default as this is a non-ideal way to do notifications - FIXED
rhel_08_010360: true
# !!!!!!!!!!!!!!!--------------!!!!!!!!!!!!!!!!!!CHANGE TO TRUE BEFORE FINALIZATION. SET TO FALSE TO PREVENT THE VAGRANT USER FROM AUTHENTICATING WHEN USING SUDO
rhel_08_010380: false
Expand All @@ -126,14 +125,12 @@ rhel_08_010620: true
rhel_08_010630: true
rhel_08_010640: true
rhel_08_010650: true
# !!!!!!!!!!!!!!!!!--------------------!!!!!!!!!Come back to. The RHEL7 task I was basing my RHEL8 task uses pieces from all over the stig role. I need to track down if that is really needed - FIXED
rhel_08_010660: true
rhel_08_010670: true
rhel_08_010680: false
rhel_08_010690: true
rhel_08_010700: true
rhel_08_010710: true
# !!!!!!!!!!!!!!!------------!!!!!come back not ipmlemented - FIXED
rhel_08_010720: true
rhel_08_010730: true
rhel_08_010740: true
Expand All @@ -142,7 +139,6 @@ rhel_01_010760: true
rhel_08_010770: true
rhel_08_010780: true
rhel_08_010790: true
# !!!!!!!!!!!!!!!-------------!!!!!!! come back not ipmlemented - FIXED
rhel_08_010800: true
rhel_08_010810: true
rhel_08_020000: true
Expand All @@ -153,7 +149,6 @@ rhel_08_020050: true
rhel_08_020060: true
rhel_08_020070: true
rhel_08_020080: true
# !!!!!!!!!!!!!!!!!!!--------------!!!!!!!!!!!Come back to. Need to figure out path location for the file it is editing. - FIXED
rhel_08_020090: true
rhel_08_020100: true
rhel_08_020110: true
Expand Down Expand Up @@ -262,13 +257,10 @@ rhel_08_040040: true
rhel_08_040050: true
rhel_08_040070: true
rhel_08_040080: true
# !!!!!!!!!!!!!!------ Not ipmlemented. Need to figure out what what [CUSTOM] means - Fixed
rhel_08_040090: true
# !!!!!!!!!!!----- Need to find which task kills dnf/yum. Once figured out enable this task - FIXED
rhel_08_040100: true
rhel_08_040110: true
rhel_08_040120: true
# !!!!!!!!!------ the four below have dnf use and needs to be enabled once internet connection figured out - FIXED
rhel_08_040130: true
rhel_08_040140: true
rhel_08_040150: true
Expand All @@ -282,7 +274,6 @@ rhel_08_040260: true
rhel_08_040270: true
rhel_08_040280: true
rhel_08_040290: true
# !!!!!!!!!!!! enable 040230 when internet issue sorted out - FIXED
rhel_08_040320: true
rhel_08_040330: true
rhel_08_040350: true
Expand Down