Files
Ansible_playbook/variables.tf
Justine Pelletreau 27bbe4b275 first commit
2026-02-23 17:56:36 +01:00

10 lines
220 B
HCL

variable "ansible_hostname" {
description = "hostname where we will run the playbook"
type = string
}
variable "ansible_playbook_path" {
description = "Path of the playbook to run"
type = string
}