copr-hypervisor: temporarily disable auth keys modifications
This commit is contained in:
parent
55e2d07b72
commit
b76e1b92c8
1 changed files with 3 additions and 1 deletions
|
@ -132,11 +132,13 @@
|
|||
- name: add root keys for sysadmin-main and other allowed users
|
||||
authorized_key: user=copr key="{{ item }}"
|
||||
with_lines:
|
||||
- "{{ auth_keys_from_fas}} @sysadmin-copr"
|
||||
- "{{ auth_keys_from_fas }} @sysadmin-copr"
|
||||
tags:
|
||||
- copr_admins
|
||||
- config
|
||||
- sshkeys
|
||||
# TODO: https://pagure.io/fedora-infrastructure/issue/10509
|
||||
when: false
|
||||
|
||||
# todo: generate it's own key
|
||||
- name: make sure hostA can ssh to hostB
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue