homelab/ansible.cfg

8 lines
141 B
INI
Raw Permalink Normal View History

[defaults]
inventory = ./environments/development
2020-02-12 06:17:53 +00:00
interpreter_python = /usr/bin/python3
roles_path = ./roles
2022-05-27 03:49:06 +00:00
[connection]
pipelining = true