source: main/waeup-ansible/hosts-virtual @ 17884

Last change on this file since 17884 was 15915, checked in by uli, 5 years ago

Rename group [yet-untouched] -> [yet_untouched]

as ansible does not like dashes in groupnames.

File size: 954 bytes
Line 
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#
13vh5.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
17vh6.sample.org ansible_host=192.168.36.11 ansible_ssh_private_key_file=.vagrant/machines/vh6/virtualbox/private_key ansible_user=vagrant
18vh7.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.