Last change
on this file since 14212 was
13838,
checked in by uli, 9 years ago
|
Add inventory file for virtual hosts.
|
File size:
954 bytes
|
Rev | Line | |
---|
[13838] | 1 | [servers-new] |
---|
| 2 | # servers that need init. |
---|
| 3 | # |
---|
| 4 | # initialized machines should go away. |
---|
| 5 | # For each machine in this section you must give a working access (root or sudo). |
---|
| 6 | # New hetzner servers, for instance, come with a root password |
---|
| 7 | # |
---|
| 8 | # vh5.sample.org ansible_host=192.168.36.10 ansible_ssh_private_key_file=.vagrant/machines/vh5/virtualbox/private_key ansible_user=vagrant |
---|
| 9 | |
---|
| 10 | [yet-untouched] |
---|
| 11 | # servers that are vagrant-wise provisioned, looking like fresh from hetzner |
---|
| 12 | # |
---|
| 13 | vh5.sample.org ansible_host=192.168.36.10 ansible_user=root |
---|
| 14 | |
---|
| 15 | [waeup-servers] |
---|
| 16 | # vh5.sample.org ansible_host=192.168.36.10 ansible_ssh_private_key_file=.vagrant/machines/vh5/virtualbox/private_key ansible_user=vagrant |
---|
| 17 | vh6.sample.org ansible_host=192.168.36.11 ansible_ssh_private_key_file=.vagrant/machines/vh6/virtualbox/private_key ansible_user=vagrant |
---|
| 18 | vh7.sample.org ansible_host=192.168.36.12 ansible_ssh_private_key_file=.vagrant/machines/vh7/virtualbox/private_key ansible_user=vagrant |
---|
| 19 | |
---|
Note: See
TracBrowser for help on using the repository browser.