splunk / splunk-platform-automator

Ansible framework providing a fast and simple way to spin up complex Splunk environments.
Apache License 2.0
117 stars 46 forks source link

support for provisioning existing VMs in ESXi #7

Closed kundeng closed 5 years ago

kundeng commented 5 years ago

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.

splunkenizer commented 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