diff --git a/ANSIBLE/README.md b/ANSIBLE/README.md index 031b31e..234b320 100644 --- a/ANSIBLE/README.md +++ b/ANSIBLE/README.md @@ -13,3 +13,9 @@ icinga.yml Playbook configures the Telos Digital ICINGA2 monitoring system +INSTALLATION +============ + +ansible-playbook -i hosts icinga.yml --ask-vault-pass + + diff --git a/ANSIBLE/icinga.yml b/ANSIBLE/icinga.yml index 4bf678a..f98e71e 100644 --- a/ANSIBLE/icinga.yml +++ b/ANSIBLE/icinga.yml @@ -9,8 +9,8 @@ - group_vars/db/vault.yml # This is encrypted roles: - #- httpd_with_php - #- mariadb + - httpd_with_php + - mariadb - icinga2 - icingaweb2