Archlinux up
This commit is contained in:
@@ -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}"
|
||||
}
|
||||
Reference in New Issue
Block a user