mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-03 20:54:24 -07:00
Set the default use_private_network setting to False
This commit is contained in:
parent
eddfc649de
commit
bdd3ae9d61
1 changed files with 4 additions and 0 deletions
|
@ -22,3 +22,7 @@ cache_path = /tmp
|
||||||
# seconds, a new API call will be made, and the cache file will be updated.
|
# seconds, a new API call will be made, and the cache file will be updated.
|
||||||
#
|
#
|
||||||
cache_max_age = 300
|
cache_max_age = 300
|
||||||
|
|
||||||
|
# Use the private network IP address instead of the public when available.
|
||||||
|
#
|
||||||
|
use_private_network = False
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue