mirror of
https://github.com/jamieahelmke/ansible-quickstart.git
synced 2026-01-02 14:42:11 +01:00
7 lines
204 B
INI
7 lines
204 B
INI
[defaults]
|
|
inventory = ./ansible/inventory/hosts.ini
|
|
roles_path = ./ansible/roles
|
|
collections_paths = ./ansible/lib/collections
|
|
host_key_checking = False
|
|
retry_files_enabled = False
|
|
stdout_callback = yaml |