2025-03-05 00:25:49 +09:00
|
|
|
# SPDX-FileCopyrightText: 2022 MDAD project contributors
|
|
|
|
# SPDX-FileCopyrightText: 2024 Slavi Pantaleev
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
|
2022-07-26 15:34:55 +02:00
|
|
|
---
|
|
|
|
|
2024-01-09 19:08:43 +02:00
|
|
|
# This is a host file for usage with the `../bin/ansible-all-hosts.sh` script,
|
2022-07-26 15:34:55 +02:00
|
|
|
# which runs Ansible against a bunch of hosts, each with its own `sudo` password.
|
|
|
|
matrix_servers:
|
|
|
|
hosts:
|
|
|
|
matrix.<your domain>:
|
|
|
|
ansible_host: <your server's external ip address>
|
|
|
|
ansible_ssh_user: <your ssh user>
|
|
|
|
become: true
|
|
|
|
become_user: root
|