Configure Linux Nodes - SomethingGeneric/sparkle.local GitHub Wiki
Linux Machines (DHCP1, DHCP2, and Util)
Make Sparkle-deployer accounts on all machines
sudo adduser sparkle-deployer
sudo passwd sparkle-deployer
sudo usermod -aG wheel sparkle-deployer
Start sshd
Linux should already come installed with SSH capabilities, you should just need to enable them.
- On all machines run:
systemctl start sshd- if you want to check the status of sshd use
systemctl status sshd
Create /etc/sudoers.d/sys265 file on all machines
Creating this file will allow the sparkle-deployer user on the controller to execute command without having to elevate to root user via sudo
Luckily setting up the nodes for Linux is way easier then setting up the windows nodes, so those 2 steps are all you should need!