Matrix Docker Ansible eploy
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 

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