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
Hi James,
I am encountering the below issue when i try to run
$ ansible-playbook playbooks/nrpe.yml fatal: [nrpeserver.helpchatdev.in]: FAILED! => {"changed": false, "failed": true, "msg": "AnsibleUndefinedVariable: 'nagios_nrpe_command' is undefined"}
cat nrpe.yml - hosts: nrpeserver roles: - role: nagios-nrpe-server vars: nagios_nrpe_server_allowed_hosts: - 192.16.214.8 - 127.0.0.1
Any help will be highly appreciable. Thanks in Advance
The text was updated successfully, but these errors were encountered:
Ugh yep, this is a dumb bug. Pushing a fix now.
Sorry, something went wrong.
Thanks James. Is it fixed?
2b4c900
@kaushalshriyan all fixed now, thanks for reporting!
jloh
No branches or pull requests
Hi James,
I am encountering the below issue when i try to run
Any help will be highly appreciable. Thanks in Advance
The text was updated successfully, but these errors were encountered: