Archlinux up

This commit is contained in:
2026-09-08 12:31:12 -04:00
parent c32aa4982c
commit b4c05a9b76
9 changed files with 66 additions and 35 deletions
+5
View File
@@ -0,0 +1,5 @@
resource "pass_password" "arch_password" {
for_each = toset([for key,value in var.vm_guests: key])
password = random_password.this[each.value].result
path = "ansible/become-passwords/${each.value}"
}