Matrix Docker Ansible eploy
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

16 строки
462 B

  1. # SPDX-FileCopyrightText: 2022 MDAD Team and contributors
  2. #
  3. # SPDX-License-Identifier: AGPL-3.0-or-later
  4. ---
  5. # This is a host file for usage with the `../bin/ansible-all-hosts.sh` script,
  6. # which runs Ansible against a bunch of hosts, each with its own `sudo` password.
  7. matrix_servers:
  8. hosts:
  9. matrix.<your domain>:
  10. ansible_host: <your server's external ip address>
  11. ansible_ssh_user: <your ssh user>
  12. become: true
  13. become_user: root