Matrix Docker Ansible eploy
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 

12 linhas
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