25 lines
609 B
INI
25 lines
609 B
INI
[defaults]
|
|
# Specify the inventory file
|
|
inventory = inventory/hosts.yml
|
|
|
|
collections_path = ./collections
|
|
# Set the logging verbosity level
|
|
verbosity = 2
|
|
|
|
# Set the default user for SSH connections
|
|
remote_user = charish
|
|
|
|
# Define the default become method
|
|
become_method = sudo
|
|
|
|
host_key_checking = false
|
|
|
|
[persistent_connection]
|
|
# Controls how long the persistent connection will remain idle before it is destroyed
|
|
connect_timeout=30
|
|
|
|
# Controls the amount of time to wait for response from remote device before timing out persistent connection
|
|
command_timeout=30
|
|
|
|
[hashi_vault_collection]
|
|
auth_method = token |