diff --git a/doc/HOWTOS.md b/doc/HOWTOS.md index 0c0e1446279a94c1437caf36cc0cfc2d47c7716b..a9e5780ee249b271bb9d251dac80721c3f6acbc6 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`