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.
 
 

12 regels
356 B

  1. ---
  2. # This is a host file for usage with the `../bin/ansible-all-hosts.sh` script,
  3. # which runs Ansible against a bunch of hosts, each with its own `sudo` password.
  4. matrix_servers:
  5. hosts:
  6. matrix.<your domain>:
  7. ansible_host: <your server's external ip address>
  8. ansible_ssh_user: <your ssh user>
  9. become: true
  10. become_user: root