Matrix Docker Ansible eploy
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 

17 Zeilen
508 B

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