Matrix Docker Ansible eploy
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

17 rivejä
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