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.
 
 

8 lines
190 B

  1. matrix_servers:
  2. hosts:
  3. matrix.<your domain>:
  4. ansible_host: <your server's external ip address>
  5. ansible_ssh_user: <your ssh user>
  6. become: true
  7. become_user: root