From bdd3ae9d6154630f71c94443ef3fe1d06d4f6585 Mon Sep 17 00:00:00 2001 From: jamarzka Date: Fri, 2 Oct 2015 19:18:37 -0400 Subject: [PATCH] Set the default use_private_network setting to False --- contrib/inventory/digital_ocean.ini | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/contrib/inventory/digital_ocean.ini b/contrib/inventory/digital_ocean.ini index 021899731c..01afe33968 100644 --- a/contrib/inventory/digital_ocean.ini +++ b/contrib/inventory/digital_ocean.ini @@ -22,3 +22,7 @@ cache_path = /tmp # seconds, a new API call will be made, and the cache file will be updated. # cache_max_age = 300 + +# Use the private network IP address instead of the public when available. +# +use_private_network = False