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 lines
349 B
12 lines
349 B
---
|
|
|
|
# This is a host file for usage with the `ansible-all-hosts.sh` script,
|
|
# which runs Ansible against a bunch of hosts, each with its own `sudo` password.
|
|
matrix_servers:
|
|
hosts:
|
|
matrix.<your domain>:
|
|
ansible_host: <your server's external ip address>
|
|
ansible_ssh_user: <your ssh user>
|
|
become: true
|
|
become_user: root
|