@stacksofplates said in What is the best way to deploy Linux desktops?:
@Romo said in What is the best way to deploy Linux desktops?:
@coliver said in What is the best way to deploy Linux desktops?:
Ansible or kickstart files could go a long way to automating the process. So if you ever have to deploy more its just dropping it into the environment without touching it again.
Can I use Kickstart with Debian base distros?
Debian has preseed and I've never used it. Kickstarts are great because you can do a lot with your post install. It's essentially a big shell script. So you can update, configure users, make config backups, etc.
Is it worth to learn about preseeding in this case or using something like Clonezilla would be better in your opinion @stacksofplates
