From 7f612b75da7e146374ddfce3b5a8edd0cc0b59dc Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Fri, 29 Nov 2024 11:21:42 +0100 Subject: [PATCH] copr-infra: try to set root password with base role --- inventory/group_vars/copr_all_instances_aws | 2 ++ 1 file changed, 2 insertions(+) diff --git a/inventory/group_vars/copr_all_instances_aws b/inventory/group_vars/copr_all_instances_aws index 1c3b1c3cf6..c2b19d2b8f 100644 --- a/inventory/group_vars/copr_all_instances_aws +++ b/inventory/group_vars/copr_all_instances_aws @@ -14,3 +14,5 @@ additional_known_hosts_cleanup: - copr-be-temp.aws.fedoraproject.org aws_ipv6_con: "cloud-init ens5" + +rootpw: "{{ copr_root_passwords[deployment_type][copr_machine_type] }}"