From 5440856da70a8ed7247c5e544f8eb7bd4fb2bf8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arne=20=C3=98sleb=C3=B8?= <arne.oslebo@uninett.no> Date: Wed, 17 Mar 2021 08:33:54 +0000 Subject: [PATCH] Update install.md --- doc/install.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/install.md b/doc/install.md index 8e77a91..e2cdbe0 100644 --- a/doc/install.md +++ b/doc/install.md @@ -43,7 +43,8 @@ Build SOCTools CA needed for service and user certificates: This playbook will generate some errors but this is normal as long as the playbook ignores them and finish without stopping. Start SOCTools: -* `ansible-playbook -i inventories soctools.yml -t start` +* `ansible-playbook -i inventories soctools.yml -t start-docker-containers` +* `ansible-playbook -i inventories soctools.yml -t init` Stop SOCTools: * `ansible-playbook -i inventories soctools.yml -t stop` -- GitLab