keep ci buildslave users separate from taskotron
This commit is contained in:
parent
a521cf2dd9
commit
71230537ca
1 changed files with 6 additions and 2 deletions
|
@ -28,9 +28,13 @@
|
||||||
- python-rpmfluff
|
- python-rpmfluff
|
||||||
when: deployment_type in ['qa-stg'] and ansible_distribution_major_version|int > 21 and ansible_cmdline.ostree is not defined
|
when: deployment_type in ['qa-stg'] and ansible_distribution_major_version|int > 21 and ansible_cmdline.ostree is not defined
|
||||||
|
|
||||||
- name: add the buildslave user
|
- name: add the buildslave user for taskotron
|
||||||
|
user: name=buildslave
|
||||||
|
when: deployment_type in ['prod', 'stg', 'local']
|
||||||
|
|
||||||
|
- name: add the buildslave user for ci
|
||||||
user: name=buildslave groups=mock
|
user: name=buildslave groups=mock
|
||||||
when: deployment_type in ['prod', 'stg', 'local', 'qa-stg']
|
when: deployment_type in ['qa-stg']
|
||||||
|
|
||||||
- name: add buildslaves group
|
- name: add buildslaves group
|
||||||
group: name={{ slaves_group }}
|
group: name={{ slaves_group }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue