homelab/ansible.cfg

8 lines
141 B
INI
Raw Normal View History

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