-
Notifications
You must be signed in to change notification settings - Fork 23
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
Copy audit binary failed: src is required #18
Labels
bug
Something isn't working
Comments
swestcott
changed the title
Copy audit binary failed: sre is required
Copy audit binary failed: src is required
Apr 25, 2023
hi @swestcott Thank you for taking the time to raise this issue and explain the error. This really helps us to resolve these type of things much faster. Many thanks uk-bolly |
uk-bolly
added a commit
that referenced
this issue
May 16, 2023
Signed-off-by: Mark Bolwell <[email protected]>
Merged
Merged
uk-bolly
added a commit
that referenced
this issue
May 1, 2024
* #18 corrected Signed-off-by: Mark Bolwell <[email protected]> * updated due to #19 great catch Signed-off-by: Mark Bolwell <[email protected]> * V2.0.0 final release (#24) * removed warn: false Signed-off-by: Mark Bolwell <[email protected]> * fix typos Signed-off-by: Mark Bolwell <[email protected]> * addressed #21 Signed-off-by: Mark Bolwell <[email protected]> * updated 1.1.2 logic Signed-off-by: Mark Bolwell <[email protected]> * updated handler Signed-off-by: Mark Bolwell <[email protected]> --------- Signed-off-by: Mark Bolwell <[email protected]> * Correct 4.1.15 sudo audit syntax (#26) Signed-off-by: Andrew Davison <[email protected]> --------- Signed-off-by: Mark Bolwell <[email protected]> Signed-off-by: Andrew Davison <[email protected]> Co-authored-by: Andrew Davison <[email protected]>
mfortin
pushed a commit
to mfortin/AMAZON2-CIS
that referenced
this issue
Jun 7, 2024
Signed-off-by: Mark Bolwell <[email protected]> Signed-off-by: fortinm <[email protected]>
mfortin
pushed a commit
to mfortin/AMAZON2-CIS
that referenced
this issue
Jun 7, 2024
* ansible-lockdown#18 corrected Signed-off-by: Mark Bolwell <[email protected]> * updated due to ansible-lockdown#19 great catch Signed-off-by: Mark Bolwell <[email protected]> * V2.0.0 final release (ansible-lockdown#24) * removed warn: false Signed-off-by: Mark Bolwell <[email protected]> * fix typos Signed-off-by: Mark Bolwell <[email protected]> * addressed ansible-lockdown#21 Signed-off-by: Mark Bolwell <[email protected]> * updated 1.1.2 logic Signed-off-by: Mark Bolwell <[email protected]> * updated handler Signed-off-by: Mark Bolwell <[email protected]> --------- Signed-off-by: Mark Bolwell <[email protected]> * Correct 4.1.15 sudo audit syntax (ansible-lockdown#26) Signed-off-by: Andrew Davison <[email protected]> --------- Signed-off-by: Mark Bolwell <[email protected]> Signed-off-by: Andrew Davison <[email protected]> Co-authored-by: Andrew Davison <[email protected]> Signed-off-by: fortinm <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the Issue
I'm running ansible in an environment without internet access so need to copy the goss binary onto the server being hardened rather than download from Github.
Relevant config,
Expected Behavior
The local goss binary should be copied to the server being audited
Actual Behavior
Environment (please complete the following information):
Additional Notes
Anything additional goes here
Possible Solution
src value is not defined here, https://github.com/ansible-lockdown/AMAZON2-CIS/blob/devel/tasks/LE_audit_setup.yml#L16. I believe it should be set to
"{{ copy_goss_from_path }}"
In contrast, the src value is set for Ubuntu albeit with a different variable name, https://github.com/ansible-lockdown/UBUNTU20-CIS/blob/devel/tasks/LE_audit_setup.yml#L16
The text was updated successfully, but these errors were encountered: