Mode:
Duration:
1
Coding works best on desktop or with an external keyboard.
Coding works best on desktop or with an external keyboard.
A simple SaltStack state to install and start Nginx on a server.
# saltstack/demo.sls
nginx:
pkg.installed: []
service.running:
- enable: trueSaltStack (Salt) is an open-source configuration management, remote execution, and automation framework designed for infrastructure management, cloud orchestration, and IT automation at scale.
Origin & Creator
Developed by Thomas S. Hatch in 2011; maintained by VMware as of 2020.
Industrial Note
SaltStack is widely used in enterprise IT for large-scale server management, continuous compliance, and automation of hybrid-cloud environments, especially where fast remote execution and event-driven automation are critical.