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.
 
 

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