- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
Enhanced Security Measures in Place: To ensure a safer experience, we’ve implemented additional, temporary security measures for all users.
12-13-2018 11:29 AM
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": []}
12-13-2018 01:32 PM
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}}"
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!