mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-27 20:12:54 +08:00
base: adjust rootpw setting to cover current names
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
committed by
Pierre-Yves Chibon
parent
c7b2271192
commit
de7bef8146
@@ -139,7 +139,7 @@
|
||||
tags:
|
||||
- rootpw
|
||||
- base
|
||||
when: not inventory_hostname.startswith(('build','bkernel','koji01.stg','s390','fed-cloud09','compose','rawhide','branched'))
|
||||
when: not inventory_hostname.startswith(('buildvm','buildhw','bkernel','koji01.stg','fed-cloud09','compose','rawhide','branched'))
|
||||
|
||||
- name: add ansible root key
|
||||
authorized_key: user=root key="{{ item }}"
|
||||
|
||||
Reference in New Issue
Block a user