first commit
This commit is contained in:
9
variables.tf
Normal file
9
variables.tf
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user