Victor Hooi:
> Awesome - I had a look at Packer, looks like it might be what we want.
>
> How do you handle approving the keys on the Salt-master, as well as
We use an autosign.conf file which allows the master to accept certain
keys automatically (by glob pattern). But you can also generate the keys
beforehand and copy them to the VM while provisioning.
> generating unique names for each new machine spun up from an AMI
> template? (I assume KVM templates are somewhat similar in principle).
The names follow a naming convention which includes the role each host
has and a counter for each role. Your mileage may vary, though. Note
that minion ID and hostname doesn't need to match (but it's quite handy
when they do).
HTH...
Dirk