summaryrefslogtreecommitdiff
path: root/README.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'README.mdwn')
-rw-r--r--README.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.mdwn b/README.mdwn
index c5834255..7285511d 100644
--- a/README.mdwn
+++ b/README.mdwn
@@ -893,6 +893,8 @@ For the frontend, run:
ansible-playbook -i hosts baserock_frontend/instance-config.yml
ansible -i hosts -m service -a 'name=haproxy enabled=true state=restarted' --sudo frontend-haproxy
+ ansible-playbook -i hosts baserock_gerrit/instance-ca-certificate-config.yml
+ ansible -i hosts -m service -a 'name=gerrit enabled=true state=restarted' --sudo gerrit
Which will install the certificates and then restart the services needed.