# SPDX-FileCopyrightText: 2024 MDAD Team and contributors # # SPDX-License-Identifier: AGPL-3.0-or-later --- # This is a host file for usage with the `../bin/ansible-all-hosts.sh` script, # which runs Ansible against a bunch of hosts, each with its own `sudo` password. matrix_servers: hosts: matrix.: ansible_host: ansible_ssh_user: become: true become_user: root