From dd5711666a8d4b253327d255e4b14400f4dc2952 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: May 15 2018 11:49:15 +0000 Subject: Merge #97 `Correct docs about how to configure Bodhi in production.` --- diff --git a/docs/sysadmin-guide/sops/bodhi.rst b/docs/sysadmin-guide/sops/bodhi.rst index 75c7f2a..e4ca24c 100644 --- a/docs/sysadmin-guide/sops/bodhi.rst +++ b/docs/sysadmin-guide/sops/bodhi.rst @@ -135,7 +135,10 @@ Configuring all bodhi nodes Run this command from the `ansible` checkout to configure all of bodhi in production:: - sudo -i ansible-playbook $(pwd)/playbooks/groups/bodhi2.yml + # This will configure the backends + $ sudo rbac-playbook playbooks/groups/bodhi2.yml + # This will configure the frontend + $ sudo rbac-playbook openshift-apps/bodhi.yml Pushing updates