Skip to content

Commit

Permalink
Added ansible_hosts variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Sathylias committed Jan 24, 2024
1 parent 96ad308 commit b5a9d1e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions terraform/modules/ansible-manager/variables.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
variable "ansible_groups" {
description = "The Ansible groups to be created"
}

variable "ansible_hosts" {
description = "The Ansible hosts to be created"
}

0 comments on commit b5a9d1e

Please sign in to comment.