18 lines
657 B
INI
18 lines
657 B
INI
# git.auengun.net/homelab/host-forgejo-runner
|
|
# Copyright (C) 2024 GregoryDosh
|
|
|
|
[defaults]
|
|
# The default paths are relative to a user's home directory
|
|
# which sort of breaks some of the CI flows I was using before/now.
|
|
# Especially something like caching is easier when the folders/path
|
|
# aren't changing if the OS/User changes or the defaults drift.
|
|
roles_path = roles/galaxy
|
|
collections_path = collections
|
|
|
|
interpreter_python = auto_silent
|
|
|
|
[connection]
|
|
# This made its way over when I had a lot of big hosts lists.
|
|
# In my homelab it's usually a single server/host at a time
|
|
# because of the more microservices style build at present.
|
|
pipelining = True
|