Added outputs

This commit is contained in:
Justine Pelletreau
2026-02-23 18:29:16 +01:00
parent 27bbe4b275
commit bbaddef217
5 changed files with 32 additions and 0 deletions

View File

@ -7,3 +7,14 @@ variable "ansible_playbook_path" {
description = "Path of the playbook to run"
type = string
}
variable "ansible_ssh_user" {
description = "User to connect as in ssh"
type = string
default = "root"
}
variable "ansible_key_file" {
description = "Private key to use for connection"
type = string
}