13 lines
345 B
INI
13 lines
345 B
INI
[ssh_connection]
|
|
pipelining = True
|
|
|
|
[defaults]
|
|
inventory = inventories/hosts.yml
|
|
remote_user = root
|
|
host_key_checking = True
|
|
vault_password_file = credentials/vault_token
|
|
roles_path = ./roles
|
|
force_color = true
|
|
stdout_callback = yaml
|
|
ansible_managed = This file is managed by ansible, don't make changes here - they will be overwritten.
|