diff --git a/README.md b/README.md new file mode 100644 index 0000000..01472c0 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# 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 nagios_agent.yml + + ie, + ansible-playbook -i 192.168.1.123, nagios_agent.yml +