Matrix Docker Ansible eploy
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 

16 righe
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