[servers-new] # servers that need init. # # initialized machines should go away. # For each machine in this section you must give a working access (root or sudo). # New hetzner servers, for instance, come with a root password # # vh5.sample.org ansible_host=192.168.36.10 ansible_ssh_private_key_file=.vagrant/machines/vh5/virtualbox/private_key ansible_user=vagrant [yet_untouched] # servers that are vagrant-wise provisioned, looking like fresh from hetzner # vh5.sample.org ansible_host=192.168.36.10 ansible_user=root [waeup-servers] # vh5.sample.org ansible_host=192.168.36.10 ansible_ssh_private_key_file=.vagrant/machines/vh5/virtualbox/private_key ansible_user=vagrant vh6.sample.org ansible_host=192.168.36.11 ansible_ssh_private_key_file=.vagrant/machines/vh6/virtualbox/private_key ansible_user=vagrant vh7.sample.org ansible_host=192.168.36.12 ansible_ssh_private_key_file=.vagrant/machines/vh7/virtualbox/private_key ansible_user=vagrant