I work with Windows.
I would like to use Vagrant on with gitolite my machine and therefore I need Ansible.
Is it a piece of Software to download and install?
Where do I get it?
Or how do I get Ansible on my machine?
I work with Windows.
I would like to use Vagrant on with gitolite my machine and therefore I need Ansible.
Is it a piece of Software to download and install?
Where do I get it?
Or how do I get Ansible on my machine?
ansible does not run native on windows, so if thats your control machine, you’ll need a vm or the “windows bash shell” from microsoft to run it.
for vagrant, just install to one of the vagrant nodes and run from there. its easier to run vagrant from git-bash than powershell because it includes ssh,
which you’ll need for the control node.