27bbe4b275a9405f9ca82ac39c4da5230aa08465
Playbook run
Use with terraform or opentofu.
Allows running a playbook using terraform or opentofu.
Put your vars inside a terraform.tfvars such as :
ansible_hostname = "blabla.domain.tld"
ansible_playbook_path = "/path/to/playbook.yml"
Then run :
tofu init
tofu plan
tofu apply
Description
Languages
HCL
100%