Add sysadmin-osbs to the ODCS allowed client

Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
Clement Verna 2018-06-18 16:24:30 +02:00
parent 947255da8e
commit 259b31fc84

View file

@ -5,7 +5,7 @@ odcs_pdc_insecure: False
odcs_pdc_develop: True
odcs_target_dir: /srv/odcs
odcs_target_dir_url: http://{{ inventory_hostname }}/composes
odcs_allowed_clients_groups: {"sysadmin-mbs": {}}
odcs_allowed_clients_groups: {"sysadmin-mbs": {}, "sysadmin-osbs": {}}
odcs_allowed_clients_users: {}
odcs_admin_groups: ["sysadmin-mbs"]
odcs_admin_users: []