add keytab and ssh key for releng rebuilds on composer machines in stage
Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
parent
7bc194f17a
commit
f0571cdb2e
1 changed files with 13 additions and 0 deletions
|
@ -89,5 +89,18 @@
|
||||||
- python2-dockerfile-parse
|
- python2-dockerfile-parse
|
||||||
when: env == "staging" and ansible_architecture != "ppc64"
|
when: env == "staging" and ansible_architecture != "ppc64"
|
||||||
|
|
||||||
|
- name: set releng user keytab
|
||||||
|
copy:
|
||||||
|
src: "{{private}}/files/keytabs/{{env}}/releng"
|
||||||
|
dest: /etc/krb5.releng.keytab
|
||||||
|
when: env == "staging"
|
||||||
|
|
||||||
|
- name: copy releng ssh key for rebuild fedpkg/distgit pushes
|
||||||
|
copy:
|
||||||
|
src: "{{private}}/files/releng/sshkeys/container-rebuild-staging"
|
||||||
|
dest: /etc/pki/releng
|
||||||
|
when: env == "staging"
|
||||||
|
|
||||||
|
|
||||||
handlers:
|
handlers:
|
||||||
- import_tasks: "{{ handlers_path }}/restart_services.yml"
|
- import_tasks: "{{ handlers_path }}/restart_services.yml"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue