deploy/hosts/hosts.tmpl
author ymh <ymh.work@gmail.com>
Wed, 12 Jun 2019 17:56:38 +0200
changeset 12 d9d75b93e132
permissions -rw-r--r--
Add deploy files. Prepare first version


[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>