From c798d2c8c27df72838221b7d1a0390865fd22953 Mon Sep 17 00:00:00 2001 From: Kiril KJiroski <kiril.kjiroski@finki.ukim.mk> Date: Sun, 20 Feb 2022 15:23:17 +0000 Subject: [PATCH] Update HOWTOS.md --- doc/HOWTOS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/HOWTOS.md b/doc/HOWTOS.md index 0c0e144..a9e5780 100644 --- a/doc/HOWTOS.md +++ b/doc/HOWTOS.md @@ -25,10 +25,10 @@ Update Kibana dashboards Update configuration files in docker containers using Ansible ------------------------------------------------------------- -To update configuration files for all docker containers together, run the following command: +* To update configuration files for all docker containers together, run the following command: `ansible-playbook -i inventories soctools.yml -t update-config` -To update configuration files only for specific services, run the following commands: +* To update configuration files only for specific services, run the following commands: `ansible-playbook -i inventories soctools.yml -t update-keycloak-config` `ansible-playbook -i inventories soctools.yml -t update-thehive-config` `ansible-playbook -i inventories soctools.yml -t update-cortex-config` -- GitLab