copr-hypervisor: re-enable FAS user script
The original problem that led to disabling this task should be fixed now.
This commit is contained in:
parent
28db0aa10f
commit
8bb92a4d51
1 changed files with 8 additions and 9 deletions
|
@ -129,15 +129,14 @@
|
||||||
with_file:
|
with_file:
|
||||||
- buildsys.pub
|
- buildsys.pub
|
||||||
|
|
||||||
## TODO: https://pagure.io/fedora-infrastructure/issue/10509
|
- name: add root keys for sysadmin-main and other allowed users
|
||||||
# - name: add root keys for sysadmin-main and other allowed users
|
authorized_key: user=copr key="{{ item }}"
|
||||||
# authorized_key: user=copr key="{{ item }}"
|
with_lines:
|
||||||
# with_lines:
|
- "{{ auth_keys_from_fas }} @sysadmin-copr"
|
||||||
# - "{{ auth_keys_from_fas }} @sysadmin-copr"
|
tags:
|
||||||
# tags:
|
- copr_admins
|
||||||
# - copr_admins
|
- config
|
||||||
# - config
|
- sshkeys
|
||||||
# - sshkeys
|
|
||||||
|
|
||||||
# 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