Comprehensive SaltStack Guide: Commands, Configuration, and Advanced Features
Core Commands
salt - Primary command for executing modules on minions from the master:
salt [options] '<target>' <function> [arguments]
Example: salt '*' test.ping
salt-run - Execute runnner modules on the master:
salt-run manage.status # View all minion statuses
salt-run manage.down # Show offline minions
salt-run manage.u ...
Posted on Mon, 25 May 2026 19:51:23 +0000 by lalloo