Adding releng odcs oidc token

Signed-off-by: Mohan Boddu <mboddu@bhujji.com>
This commit is contained in:
Mohan Boddu 2020-04-30 13:12:01 +00:00
parent 58f8584367
commit f75e31281e

View file

@ -217,3 +217,9 @@
group: odcs-server
mode: 0640
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')