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.
 
 

16 lines
462 B

  1. # SPDX-FileCopyrightText: 2024 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