Ansible Testing with Molecule
-
https://hooks.technology/2017/09/30/automated-ansible-testing-with-molecule/
Write up I did for automated testing of Ansible. Just didn't feel like copying it over here.
-
Lazy SOB
-
Shouldn't you have just automated the copying it over to here?
-
@stacksofplates is the libvirt provider for Vagrant working properly? I thought it was in development and not working well.
-
Enjoyed the article. I'll add you to my reading list and link to you from my website
-
@romo said in Ansible Testing with Molecule:
@stacksofplates is the libvirt provider for Vagrant working properly? I thought it was in development and not working well.
No it works really well. I got the LXC driver working for Molecule so I’ll probably use that over vagrant. I still use Vagrant with libvirt for role development however.
-
@jmoore said in Ansible Testing with Molecule:
Enjoyed the article. I'll add you to my reading list and link to you from my website
Thanks!
-
@stacksofplates said in Ansible Testing with Molecule:
@romo said in Ansible Testing with Molecule:
@stacksofplates is the libvirt provider for Vagrant working properly? I thought it was in development and not working well.
No it works really well. I got the LXC driver working for Molecule so I’ll probably use that over vagrant. I still use Vagrant with libvirt for role development however.
I'll have to give it a try then.
Do you prefer vagrant than using virt-* tools (builder, sysprep, etc)?
-
@romo said in Ansible Testing with Molecule:
@stacksofplates said in Ansible Testing with Molecule:
@romo said in Ansible Testing with Molecule:
@stacksofplates is the libvirt provider for Vagrant working properly? I thought it was in development and not working well.
No it works really well. I got the LXC driver working for Molecule so I’ll probably use that over vagrant. I still use Vagrant with libvirt for role development however.
I'll have to give it a try then.
Do you prefer vagrant than using virt-* tools (builder, sysprep, etc)?
Just for local dev stuff. I wouldn't use it for real VMs that I needed to run. It's great for Ansible role development. Just vagrant up and it runs Ansible against the Vagrant box in the build process.
-
Ok added your site. Scott's is on there too.