This repository was archived by the owner on Jul 27, 2023. It is now read-only.
This repository was archived by the owner on Jul 27, 2023. It is now read-only.
Allow connection by IP also #45
Open

Description
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.