22 lines
426 B
Markdown
22 lines
426 B
Markdown
README.md
|
|
=========
|
|
|
|
This is an index of all of the ansible scripts used for building Telos Digital systems, as created by Peter Edmond
|
|
|
|
If running under sudo, then:
|
|
eval `ssh-agent`
|
|
ssh-add
|
|
in order to avoid retyping in the password all the time!
|
|
|
|
icinga.yml
|
|
----------------
|
|
|
|
Playbook configures the Telos Digital ICINGA2 monitoring system
|
|
|
|
INSTALLATION
|
|
============
|
|
|
|
ansible-playbook -i hosts icinga.yml --ask-vault-pass
|
|
|
|
|