remove ansible support

This commit is contained in:
Pim Kunis 2023-05-08 16:12:53 +02:00
parent 8d3f8e1043
commit 72e8e3ff13
2 changed files with 0 additions and 9 deletions

4
debian/main.tf vendored
View file

@ -133,10 +133,6 @@ resource "libvirt_domain" "debian" {
cloudinit = libvirt_cloudinit_disk.debian.id
provisioner "local-exec" {
command = var.ansible_command
}
lifecycle {
replace_triggered_by = [
libvirt_cloudinit_disk.debian.id

5
debian/variables.tf vendored
View file

@ -57,11 +57,6 @@ variable "fixed_address" {
default = ""
}
variable "ansible_command" {
type = string
default = "true"
}
variable "mac" {
type = string
default = null