31 lines
607 B
Markdown
31 lines
607 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
|
|
|
|
|
|
eoq.yml
|
|
----------------
|
|
|
|
Playbook configures the Telos Digital ICINGA2 monitoring system
|
|
|
|
|
|
|
|
INSTALLATION
|
|
============
|
|
Example use of repo:
|
|
|
|
ansible-playbook -i hosts icinga.yml --ask-vault-pass --check
|
|
ansible-playbook -i hosts eoq.yml --ask-vault-pass --check
|
|
|