Added configuration file examples for ansible and oci

This commit is contained in:
Michele Cereda
2023-02-27 18:23:29 +01:00
parent 60c82f3f75
commit 857082a85c
2 changed files with 37 additions and 0 deletions

View File

@@ -0,0 +1,34 @@
################################################################################
## ansible.cfg
##
## Sources:
## - https://docs.ansible.com/ansible/latest/reference_appendices/config.html
## - `ansible-config init --disabled -t 'all'`
################################################################################
[defaults]
any_errors_fatal=True
check_mode_markers=True
fact_caching_timeout=600
forks=10
gathering=smart
host_key_checking=False
nocows=True
use_persistent_connections=True
verbosity=3
[persistent_connection]
connect_retry_timeout=5
connect_timeout=15
[connection]
pipelining=True
[diff]
always=True
[tags]
skip=test
[url_lookup]
use_netrc=True

View File

@@ -1,5 +1,8 @@
################################################################################
## ~/.oci/config
##
## Sources:
## - https://docs.oracle.com/en-us/iaas/Content/API/Concepts/sdkconfig.htm
################################################################################
[DEFAULT]