remove ansible support
This commit is contained in:
parent
8d3f8e1043
commit
72e8e3ff13
2 changed files with 0 additions and 9 deletions
4
debian/main.tf
vendored
4
debian/main.tf
vendored
|
@ -133,10 +133,6 @@ resource "libvirt_domain" "debian" {
|
||||||
|
|
||||||
cloudinit = libvirt_cloudinit_disk.debian.id
|
cloudinit = libvirt_cloudinit_disk.debian.id
|
||||||
|
|
||||||
provisioner "local-exec" {
|
|
||||||
command = var.ansible_command
|
|
||||||
}
|
|
||||||
|
|
||||||
lifecycle {
|
lifecycle {
|
||||||
replace_triggered_by = [
|
replace_triggered_by = [
|
||||||
libvirt_cloudinit_disk.debian.id
|
libvirt_cloudinit_disk.debian.id
|
||||||
|
|
5
debian/variables.tf
vendored
5
debian/variables.tf
vendored
|
@ -57,11 +57,6 @@ variable "fixed_address" {
|
||||||
default = ""
|
default = ""
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "ansible_command" {
|
|
||||||
type = string
|
|
||||||
default = "true"
|
|
||||||
}
|
|
||||||
|
|
||||||
variable "mac" {
|
variable "mac" {
|
||||||
type = string
|
type = string
|
||||||
default = null
|
default = null
|
||||||
|
|
Reference in a new issue