Skip to content

kh0r/ansible-monit

Repository files navigation

Ansible/Monit

A nice little server monitoring and documentation example

Preparation

  • Install Ansible
  • Be sure you can connect with your hosts and become root without password on them ssh blog.entwicklerbier.org sudo -n. If you want to know more about privilege escalation with ansible, I recommend reading this.

Usage

You need to write/generate your own hosts, host_vars/*, .group_vars/all/mail_credentials.yml and .vault_passphrase for this to work. Have a look at the commit history of this repo for further explanation.

All Hosts

ansible-playbook playbook.yml

Specific Host

ansible-playbook -l blog.entwicklerbier.org playbook.yml

About

A nice little server monitoring and documentation example

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages