
On 3 August 2016 1:10:05 PM AEST, Russell Coker via luv-main <luv-main@luv.asn.au> wrote:
I've seen various reports of people using tools like puppet and chef for deploying systems.
I'm looking at setting up some scripts to create test images for Debian. The main use will be for testing SE Linux so I can test all the combinations of daemons that the policy should support. But I also plan to publish them for the benefit of other people.
What system do you recommend for creating such images? Puppet? Chef?
I've used puppet a fair bit for systems and VMs... But it does require puppet installed in the system in question, and possibly a puppet master et Al. I've heard that ansible does similar things but is agentless, it just uses ssh to run commands.