SaltStack State File SLS Template

SaltStack State Visualizer

SaltStack State Visualizer

An interactive breakdown of the example_webserver.sls state file.

State: install_nginx_and_configure_website

This state block ensures the Nginx web server is installed, configured, and running. It manages packages, configuration files, and the service itself. Click on any Requires or Watches badge to see the relationship.

Dependency & Watcher Flow

📦 pkg: nginx
📄 file: .../default
(watches)
⚙️ service: nginx

State: deploy_website_content

This state block deploys the website application files to the server's web root, ensuring the correct permissions are set.

Scroll to Top