mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-28 12:32:50 +08:00
Give custom build permission to default and builder account
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
@@ -32,6 +32,10 @@ osbs_conf_vendor: Fedora Project
|
||||
osbs_orchestrator_cpu_limitrange: "95m"
|
||||
osbs_orchestrator_default_nodeselector: "orchestrator=true"
|
||||
|
||||
osbs_readwrite_users:
|
||||
- default
|
||||
- builder
|
||||
|
||||
nagios_Check_Services:
|
||||
nrpe: true
|
||||
sshd: true
|
||||
|
||||
@@ -432,6 +432,7 @@
|
||||
osbs_authoritative_registry: "{{ source_registry }}"
|
||||
osbs_sources_command: "{{ osbs_conf_sources_command }}"
|
||||
osbs_vendor: "{{ osbs_conf_vendor }}"
|
||||
osbs_readwrite_users: "{{ osbs_readwrite_users }}"
|
||||
when: env == "staging"
|
||||
|
||||
- name: setup koji secret in worker namespace
|
||||
@@ -480,6 +481,7 @@
|
||||
osbs_authoritative_registry: "{{ source_registry }}"
|
||||
osbs_sources_command: "{{ osbs_conf_sources_command }}"
|
||||
osbs_vendor: "{{ osbs_conf_vendor }}"
|
||||
osbs_readwrite_users: "{{ osbs_readwrite_users }}"
|
||||
when: env == "staging"
|
||||
|
||||
- name: setup reactor config secret in orchestrator namespace
|
||||
|
||||
Reference in New Issue
Block a user