Matrix Docker Ansible eploy
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 

16 líneas
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