You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 26, 2020. It is now read-only.
I'm getting the below error on create sshd_config and set permissions to root/600 which I think is this task.
TASK [dev-sec.ssh-hardening : create sshd_config and set permissions to root/600] ***
fatal: [redacted-test-worker200.test.redacted]: FAILED! => {"changed": false, "checksum": "a0322a9204a479b708dce392e75c493c841b4496", "exit_status": 255, "msg": "failed to validate", "stderr": "bad addr or host: . (Name or service not known)\r\n", "stderr_lines": ["bad addr or host: . (Name or service not known)"], "stdout": "", "stdout_lines": []}
fatal: [redacted-test-worker201.test.redacted]: FAILED! => {"changed": false, "checksum": "a0322a9204a479b708dce392e75c493c841b4496", "exit_status": 255, "msg": "failed to validate", "stderr": "bad addr or host: . (Name or service not known)\r\n", "stderr_lines": ["bad addr or host: . (Name or service not known)"], "stdout": "", "stdout_lines": []}
fatal: [redacted-test-worker203.test.redacted]: FAILED! => {"changed": false, "checksum": "a0322a9204a479b708dce392e75c493c841b4496", "exit_status": 255, "msg": "failed to validate", "stderr": "bad addr or host: . (Name or service not known)\r\n", "stderr_lines": ["bad addr or host: . (Name or service not known)"], "stdout": "", "stdout_lines": []}
fatal: [redacted-test-worker202.test.redacted]: FAILED! => {"changed": false, "checksum": "a0322a9204a479b708dce392e75c493c841b4496", "exit_status": 255, "msg": "failed to validate", "stderr": "bad addr or host: . (Name or service not known)\r\n", "stderr_lines": ["bad addr or host: . (Name or service not known)"], "stdout": "", "stdout_lines": []}
Expected behavior
Expect the playbook to complete successfully
Describe the bug
I'm getting the below error on create sshd_config and set permissions to root/600 which I think is this task.
Expected behavior
Expect the playbook to complete successfully
Actual behavior
See above
Example Playbook
OS / Environment
Centos 7
Ansible Version
Role Version
The text was updated successfully, but these errors were encountered: