diff options
Diffstat (limited to 'playbooks/common')
| -rw-r--r-- | playbooks/common/openshift-master/config.yml | 9 | 
1 files changed, 9 insertions, 0 deletions
diff --git a/playbooks/common/openshift-master/config.yml b/playbooks/common/openshift-master/config.yml index 4a4a69f50..64cf7a65b 100644 --- a/playbooks/common/openshift-master/config.yml +++ b/playbooks/common/openshift-master/config.yml @@ -236,3 +236,12 @@    tasks:    - file: name={{ g_master_mktemp.stdout }} state=absent      changed_when: False + +- name: Configure service accounts +  hosts: oo_first_master + +  vars: +    accounts: ["router", "registry"] + +  roles: +  - openshift_serviceaccounts  | 
