logo

Deploy Pound with Ansible or Puppet

I just thought I would mention that I’ve put up Puppet and Ansible modules for deploying the Pound proxy and load-balancer.

I’ve been working on learning Puppet lately, so that is the reason for that module, and then just yesterday AnsibleWorks released their “playbook” site, called Galaxy, which performs a similar function to the Puppet Forge, so I thought I would try putting together a playbook/module and uploading it.

So if you use puppet you can download my Pound module with:

$ puppet module install serverascode/pound

or if you use ansible you can do:

$ ansible-galaxy install serverascode.pound

Next up is looking at SaltStack and then onto figuring out how to do testing of the modules. I’m thinking that testing will be the same with every module, so it should be easy to add that to each one, even if I end up supporting Ansible, Puppet, Chef, and SaltStack.