ANSIBLE PROVIDER FOR TERRAFORM | IT HAS ARRIVED! | HOW TO USE

preview_player
Показать описание


Рекомендации по теме
Комментарии
Автор

This will be extremely useful! I love this level of integration, still a few improvements that can be made, sure, but this can be immensely powerful!

stefan
Автор

What are the thoughts a year on? I have a use case that could use this... Using terraform to deploy my machines and then I already have created playbooks that work independently for application installation.

So my hosts are already in the inventory.ini that are deployed via Terraform.... I really just want the ability to run terraform apply and the whole process deploys my machine > installs my app I have considered the local_exec

doesnt look like this really helps me other than sharing variables?

DaysOfDevOps
Автор

I spent hours trying to get it work. You forgot to mention that collection requires ansible version >=2.13.0
There's the command that fixed things for me:

python3 -m pip install --upgrade ansible

kennethkoffi
Автор

have thought of using depends option on the ansible resource or some other form of delay?

robertgoldstein
Автор

Do you know if there's a way to use a state file that is in Terraform Cloud instead of local?

dronenb