copr-hypervisor: disable auth key fixes, take #2
This commit is contained in:
parent
b76e1b92c8
commit
532b3cad10
1 changed files with 9 additions and 10 deletions
|
@ -129,16 +129,15 @@
|
||||||
with_file:
|
with_file:
|
||||||
- buildsys.pub
|
- buildsys.pub
|
||||||
|
|
||||||
- name: add root keys for sysadmin-main and other allowed users
|
## TODO: https://pagure.io/fedora-infrastructure/issue/10509
|
||||||
authorized_key: user=copr key="{{ item }}"
|
# - name: add root keys for sysadmin-main and other allowed users
|
||||||
with_lines:
|
# authorized_key: user=copr key="{{ item }}"
|
||||||
- "{{ auth_keys_from_fas }} @sysadmin-copr"
|
# with_lines:
|
||||||
tags:
|
# - "{{ auth_keys_from_fas }} @sysadmin-copr"
|
||||||
- copr_admins
|
# tags:
|
||||||
- config
|
# - copr_admins
|
||||||
- sshkeys
|
# - config
|
||||||
# TODO: https://pagure.io/fedora-infrastructure/issue/10509
|
# - sshkeys
|
||||||
when: false
|
|
||||||
|
|
||||||
# todo: generate it's own key
|
# todo: generate it's own key
|
||||||
- name: make sure hostA can ssh to hostB
|
- name: make sure hostA can ssh to hostB
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue