ENOTFOUND api.nodesecurity.io api.nodesecurity.io:443

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Please sign in to see details of an important advisory in our Customer Advisories area.

ENOTFOUND api.nodesecurity.io api.nodesecurity.io:443

L1 Bithead

I am getting the below ERROR when installing on Ubuntu 16.04 using the instructions on the below SITE.  The URL's that are referenced api.nodesecurity.io do not resolve to an address which seems to be the issue, does anyone know how I can continue this install?

 

SITE:

https://github.com/PaloAltoNetworks/minemeld-ansible

 

COMMAND:

ansible-playbook -K -i 127.0.0.1, local.yml

 

ERROR:

fatal: [127.0.0.1]: FAILED! => {"changed": true, "cmd": ["nsp", "check"], "delta": "0:00:00.301059", "end": "2018-12-13 11:25:28.378647", "msg": "non-zero return code", "rc": 1, "start": "2018-12-13 11:25:28.077588", "stderr": "(+) Error: Client request error: getaddrinfo ENOTFOUND api.nodesecurity.io api.nodesecurity.io:443", "stderr_lines": ["(+) Error: Client request error: getaddrinfo ENOTFOUND api.nodesecurity.io api.nodesecurity.io:443"], "stdout": "", "stdout_lines": []}

 

1 REPLY 1

L1 Bithead

Commenting out below section in below file allowed the install to proceed and everything seems to be functioning normally.

 

File:

~/minemeld-ansible/roles/minemeld/tasks/webui.yml

 

Section:

#- name: nsp check
#  command: nsp check chdir="{{webui_repo_directory}}"
#  environment:
#    NODE_VIRTUAL_ENV: "{{www_venv_directory}}"
#    PATH: "{{www_venv_directory}}/lib/node_modules/.bin:{{www_venv_directory}}/bin:{{webui_repo_directory}}/node_modules/.bin:{{ ansible_env.PATH }}"
#    NODE_PATH: "{{www_venv_directory}}/lib/node_modules"
#    NPM_CONFIG_PREFIX: "{{www_venv_directory}}"
#    npm_config_prefix: "{{www_venv_directory}}"
  • 4268 Views
  • 1 replies
  • 0 Likes
Like what you see?

Show your appreciation!

Click Like if a post is helpful to you or if you just want to show your support.

Click Accept as Solution to acknowledge that the answer to your question has been provided.

The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!

These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!

The LIVEcommunity thanks you for your participation!