Hacker News new | ask | show | jobs
by PaywallBuster 2237 days ago
Each PR will provision a new server and then configure/deploy.
1 comments

So wait, you make a playbook per individual server instance? Why?
He didn't say that. He presumably uses one playbook that creates vms and provisions the software for every PR. With ansible this can be idempotent and creating vms is by default idempotent.