Matrix Docker Ansible eploy
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 

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