Matrix Docker Ansible eploy
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 

12 righe
349 B

  1. ---
  2. # This is a host file for usage with the `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