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
Ansible broken on Debian
First there are DIFFERNT verisons of netcat nc out there that have different outputs
nc
This script is geared towards netcat-openbsd output Connection to xx.xxx.xx.xx 5432 port [tcp/postgresql] succeeded!
netcat-openbsd
Connection to xx.xxx.xx.xx 5432 port [tcp/postgresql] succeeded!
netcat and netcat-traditional packages output is HOST.NAME.COM [xxx.xxx.xxx.xxx] 6379 (?) open
netcat
netcat-traditional
HOST.NAME.COM [xxx.xxx.xxx.xxx] 6379 (?) open
This breaks the check for open ports
There where 2 dependencies missing that should be installed. netcat-openbsd lsof
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Ansible broken on Debian
First there are DIFFERNT verisons of netcat
nc
out there that have different outputsThis script is geared towards
netcat-openbsd
outputConnection to xx.xxx.xx.xx 5432 port [tcp/postgresql] succeeded!
netcat
andnetcat-traditional
packages output isHOST.NAME.COM [xxx.xxx.xxx.xxx] 6379 (?) open
This breaks the check for open ports
There where 2 dependencies missing that should be installed.
netcat-openbsd
lsof
The text was updated successfully, but these errors were encountered: