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
{{ message }}
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.
I have noticed that by default I have to connect by DNS name (using digitalocean_droplet); it would be nice to be able to pass a switch (maybe --ipv4) and connect directly by IP instead of using DNS.
This is a problem because if you directly provision with TF and then try to run ansible using terraform.py as the "dynamic inventory" you're not able to connect because the DNS records do not exist.
The text was updated successfully, but these errors were encountered:
ENV vars are ok, but would prefer config options from a code-sharing standpoint. I find things that require you source env vars before running to be more fraught with peril than stuff that allows you give a one liner to your coworkers.
I have noticed that by default I have to connect by DNS name (using
digitalocean_droplet
); it would be nice to be able to pass a switch (maybe--ipv4
) and connect directly by IP instead of using DNS.This is a problem because if you directly provision with TF and then try to run ansible using terraform.py as the "dynamic inventory" you're not able to connect because the DNS records do not exist.
The text was updated successfully, but these errors were encountered: