We can manage numerous servers at once through the use of Salt. This type of remote execution is supported via the use of _execution modules_, which are individual sets of functions that let us perform related actions on our servers, often across distributions and operating systems. In this lab, we’ll practice using execution modules by preparing a new development server.
Learning Objectives
Successfully complete this lab by achieving the following learning objectives:
- Add User
Create the
dscully
user on all servers. Ensure thefmulder
andwskinner
users have been added to hers.- Install Packages
Ensure Node.JS and NPM are installed, as well as needed NPM modules.
- Update Hosts
Updates all dev hosts so they can talk to the new dev server and the new server can communicate with the existing dev servers.