You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using a ansible_host or ansible_group resource, I wish I could set variables with complex types instead of only strings.
For instances I would like to set a list or a map (those types are supported in static yaml variables files in Ansible). For example I wish I could have this:
plugin: cloud.terraform.terraform_providerproject_path: .# Terraform binary (available in the $PATH) or full path to the binary.binary_path: terraform
You can target the groups/hosts in that second inventory file that you set in your terraform. I just created a kubernetes group for all of my kubernetes nodes. You could do all to have it apply to all hosts, or whatever other groups/hosts you want.
Hello,
When using a
ansible_host
oransible_group
resource, I wish I could set variables with complex types instead of only strings.For instances I would like to set a list or a map (those types are supported in static yaml variables files in Ansible). For example I wish I could have this:
which would be equivalent to this static Ansible config:
The text was updated successfully, but these errors were encountered: