More fixes to releng keytab in odcs
Signed-off-by: Mohan Boddu <mboddu@bhujji.com>
This commit is contained in:
parent
28fb5871ff
commit
22ef2bf4cb
2 changed files with 9 additions and 8 deletions
|
@ -112,14 +112,6 @@
|
||||||
handlers:
|
handlers:
|
||||||
- import_tasks: "{{ handlers_path }}/restart_services.yml"
|
- import_tasks: "{{ handlers_path }}/restart_services.yml"
|
||||||
|
|
||||||
- name: set releng user keytab
|
|
||||||
copy:
|
|
||||||
src: "{{private}}/files/keytabs/{{env}}/releng"
|
|
||||||
dest: /etc/krb5.releng.keytab
|
|
||||||
owner: root
|
|
||||||
group: "releng-team"
|
|
||||||
mode: 0640
|
|
||||||
|
|
||||||
- name: Set up /mnt/koji on both the frontend and backend
|
- name: Set up /mnt/koji on both the frontend and backend
|
||||||
hosts: odcs:odcs_stg
|
hosts: odcs:odcs_stg
|
||||||
user: root
|
user: root
|
||||||
|
|
|
@ -207,3 +207,12 @@
|
||||||
- config
|
- config
|
||||||
- odcs
|
- odcs
|
||||||
- odcs/backend
|
- odcs/backend
|
||||||
|
|
||||||
|
- name: set releng user keytab
|
||||||
|
copy:
|
||||||
|
src: "{{private}}/files/keytabs/{{env}}/releng"
|
||||||
|
dest: /etc/krb5.releng.keytab
|
||||||
|
owner: odcs-server
|
||||||
|
group: odcs-server
|
||||||
|
mode: 0640
|
||||||
|
when: inventory_hostname.startswith('odcs-backend-releng')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue