deploy/hosts/hosts.tmpl
changeset 12 d9d75b93e132
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/deploy/hosts/hosts.tmpl	Wed Jun 12 17:56:38 2019 +0200
@@ -0,0 +1,9 @@
+
+[test]
+localhost
+
+[test:children]
+remote
+
+[remote]
+172.16.1.5 ansible_user=vagrant ansible_ssh_private_key_file=<path_to_/deploy/.vagrant/machines/default/virtualbox/private_key>