Go to file
Radar231 cc6a88dea6 fixed ansible-lint errors 2022-03-06 10:19:06 -05:00
README.md Added README.md file 2021-07-26 16:35:21 -04:00
nagios_agent.yml fixed ansible-lint errors 2022-03-06 10:19:06 -05:00

README.md

nagios_agent playbook

Introduction

This is the top level playbook for the 'nagios_agent' role, which will install and configure nagios agent to the target host.

This playbook can be run using the following command line;

ansible-playbook -i <inventory file | IP,> nagios_agent.yml

ie,
ansible-playbook -i 192.168.1.123, nagios_agent.yml