From e46a04ebece71aa595ecd608b9897aa8d5ff1331 Mon Sep 17 00:00:00 2001 From: Peter Edmond Date: Thu, 19 Jun 2025 23:12:56 +0100 Subject: [PATCH] Uncommented initial steps in configuration process --- ANSIBLE/README.md | 6 ++++++ ANSIBLE/icinga.yml | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) 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