From a9d2acc5987edc8425bfb39156befa7a14adae6b Mon Sep 17 00:00:00 2001 From: Matthew Fennell Date: Wed, 9 Sep 2026 21:02:34 +0100 Subject: Remove ansible.cfg Now that I am splitting the repo into smaller roles, this any ansible configuration should be shared. For instance, I want to install roles to /usr/local/share/ansible/roles, but that isn't present in the default roles_path. Since ansible doesn't merge config files and only considers the one with highest precedence, this means I should either define that override in every role and playbook, or delete all custom ansible.cfg's and define it once, in my ~/.ansible.cfg. I decided to do the latter, to reduce duplication. --- ansible.cfg | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 ansible.cfg diff --git a/ansible.cfg b/ansible.cfg deleted file mode 100644 index 219525e..0000000 --- a/ansible.cfg +++ /dev/null @@ -1,11 +0,0 @@ -# SPDX-FileCopyrightText: 2024 Matthew Fennell -# -# SPDX-License-Identifier: AGPL-3.0-or-later - -[connection] - -pipelining = true - -[defaults] - -interpreter_python = auto_silent -- cgit v1.2.3