first commit

This commit is contained in:
Justine Pelletreau
2026-02-23 17:56:36 +01:00
commit 27bbe4b275
7 changed files with 738 additions and 0 deletions

9
variables.tf Normal file
View File

@ -0,0 +1,9 @@
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
}