-
Notifications
You must be signed in to change notification settings - Fork 741
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
Error running devsec.hardening.os_hardening role #645
Comments
I cannot see any error in you rlogs, excep tthat it seems to happen in the task Do you have any more information? Can you maybe run the playbook without awx to get more info? |
I updated the description with more information and improved the log output with more complete information and cleaning it up. |
I still don't have a clue what the problem is.
This would definitely help |
I solved the previous issue with the following variable value override:
Now the role execution progressed and failed in another point with the following message:
I am pasting a bigger log portion below:
|
What kind of server are you running the role against? What distribution and version? |
|
I figured out the issue. The issue was not with your role, sorry about that. My job was always being abruptly interrupted exactly in the same point when processing the os_hardening role, but actually I notice the following exception in the ansible runner when I dig the issue deeper:
The solution was to set the following configuration in my cluster provisioning as described here:
Thanks for the support. |
Glad you could solve it! |
Description
Recently I started having error when executing my playbook that is reusing these 2 roles:
I updated the collection to
8.6.0
but the error remains. I am not overriding any variable, only executing the roles with the default values.Specifically the error is with the
os_hardening
. I am attaching the execution logs below.Reproduction steps
Here is the content of my custom
execution-environment.yml
Here is the content of my
requirements.yml
Current Behavior
...
The playbook execution is abruptly canceled. This is the end part of the ansible runner log
Expected Behavior
...
The role finishes its execution with no errors.
OS / Environment
Collection Version
Additional information
...
The text was updated successfully, but these errors were encountered: