Closed kundeng closed 5 years ago
Hi
Yes, that's the plan, but you can already do that using these steps:
---
ansible_host: 172.16.1.100
ansible_port: 22
ansible_user: vagrant
ansible_ssh_private_key_file: "/<path_to_your_ssh_priv_key>/private_key"
Then you are able to run the ansible playbooks like described in the docs
Hi, great project! Thank you! It worked well on my personal laptop.
You mentioned that you plan to support separating deployment and configuration. Does it mean that it will in the future support existing VMs , say, in ESXi? I wanted to use this project to configure a test environment in our vsphere environment.