From: Kyr Shatskyy Date: Fri, 15 Oct 2021 22:13:36 +0000 (+0200) Subject: pulpito/README: add info about variables X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=2d53514713e899e239c66f4769148f58109ea4d8;p=ceph-cm-ansible.git pulpito/README: add info about variables Signed-off-by: Kyr Shatskyy --- diff --git a/roles/pulpito/README.rst b/roles/pulpito/README.rst index 17566a1..3c0b256 100644 --- a/roles/pulpito/README.rst +++ b/roles/pulpito/README.rst @@ -17,3 +17,14 @@ Since pulpito_ is only useful as a frontend to paddles_, it requires a paddles_ .. _pulpito: https://github.com/ceph/pulpito .. _paddles: https://github.com/ceph/paddles + +Variables ++++++++++ + +``pulpito_repo``: Optionally override the pulpito git repo. + +``pulpito_branch``: Optionally override the pulpito repo branch. +For GitHub pull requests the values refs/pull/X/merge or refs/pull/X/head +can be used. + +``pulpito_user``: The system account to create and use (Default: pulpito)