We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
<192.168.128.22> (0, b'', b'') The full traceback is: Traceback (most recent call last): File "/tmp/ansible_seport_payload_dzPIxt/__main__.py", line 110, in <module> import seobject ImportError: No module named seobject fatal: [graylog4]: FAILED! => { "changed": false, "invocation": { "module_args": { "ignore_selinux_state": false, "ports": [ "27017" ], "proto": "tcp", "reload": true, "setype": "mongod_port_t", "state": "present" } }, "msg": "Failed to import the required Python library (policycoreutils-python) on graylog4.in.sprawy.it's Python /usr/bin/python. Please read module documentation and install in the appropriate location" }
The text was updated successfully, but these errors were encountered:
Had the same problem
Modifing vars/RedHat.yml as seen below solved for me:
--- graylog_server_defaults_file_path: "/etc/sysconfig/graylog-server" graylog_mongodb_data_path: "/var/lib/mongo" graylog_mongodb_package_dependencies: - "libselinux-python" - "policycoreutils-python" graylog_java: "java-1.8.0-openjdk-headless.x86_64"
Sorry, something went wrong.
Had the same problem Modifing vars/RedHat.yml as seen below solved for me: --- graylog_server_defaults_file_path: "/etc/sysconfig/graylog-server" graylog_mongodb_data_path: "/var/lib/mongo" graylog_mongodb_package_dependencies: - "libselinux-python" - "policycoreutils-python" graylog_java: "java-1.8.0-openjdk-headless.x86_64"
This worked for me as well.
5c142d3
No branches or pull requests
The text was updated successfully, but these errors were encountered: