Skip to content
Snippets Groups Projects
Commit 4c699806 authored by Kiril KJiroski's avatar Kiril KJiroski
Browse files

Update HOWTOS.md

parent e1e2f108
No related branches found
No related tags found
No related merge requests found
...@@ -27,6 +27,7 @@ Update configuration files in docker containers using Ansible ...@@ -27,6 +27,7 @@ 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 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-keycloak-config
ansible-playbook -i inventories soctools.yml -t update-thehive-config ansible-playbook -i inventories soctools.yml -t update-thehive-config
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment