mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-03-06 21:04:15 +01:00
17 lines
508 B
YAML
17 lines
508 B
YAML
# SPDX-FileCopyrightText: 2022 MDAD project contributors
|
|
# SPDX-FileCopyrightText: 2024 Slavi Pantaleev
|
|
#
|
|
# 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.<your domain>:
|
|
ansible_host: <your server's external ip address>
|
|
ansible_ssh_user: <your ssh user>
|
|
become: true
|
|
become_user: root
|