From 10287a053227bc480f82e9a758e428ea6bb01933 Mon Sep 17 00:00:00 2001 From: xnoto Date: Thu, 25 Sep 2025 10:04:50 -0600 Subject: [PATCH 1/2] Adding AAP repo for libvirt provisioning --- terraform.tfvars | 1 + 1 file changed, 1 insertion(+) diff --git a/terraform.tfvars b/terraform.tfvars index 723951b..6c8f8c3 100644 --- a/terraform.tfvars +++ b/terraform.tfvars @@ -1,5 +1,6 @@ github_repositories = [ ".github", + "aap-libvirt-infra", "ansible-site-cluster", "ansible-site-torwww", "ansible-role-crc", From 05b5e1111e45cf7d9f5b106941bff3c333065789 Mon Sep 17 00:00:00 2001 From: xnoto Date: Thu, 25 Sep 2025 12:14:14 -0600 Subject: [PATCH 2/2] Adding AGE key to aap repo --- main.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/main.tf b/main.tf index ac341e4..bba336e 100644 --- a/main.tf +++ b/main.tf @@ -108,6 +108,7 @@ locals { name = "SOPS_AGE_KEY" value = data.sops_file.secret_vars.data["sops_age_key"] repositories = [ + "aap-libvirt-infra", "ansible-site-cluster", "cluster", "terraform-github-repos",