Adding releng odcs oidc token
Signed-off-by: Mohan Boddu <mboddu@bhujji.com>
This commit is contained in:
parent
58f8584367
commit
f75e31281e
1 changed files with 6 additions and 0 deletions
|
@ -217,3 +217,9 @@
|
||||||
group: odcs-server
|
group: odcs-server
|
||||||
mode: 0640
|
mode: 0640
|
||||||
when: inventory_hostname.startswith('odcs-backend-releng')
|
when: inventory_hostname.startswith('odcs-backend-releng')
|
||||||
|
|
||||||
|
- name: set releng odcs oidc token
|
||||||
|
copy:
|
||||||
|
src: "{{private}}/files/releng/{{env}}/releng-odcs-oidc-token"
|
||||||
|
dest: /etc/releng-odcs-oidc-token
|
||||||
|
when: inventory_hostname.startswith('odcs-backend-releng')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue