Execute overstate functions
Execute an overstate sequence to orchestrate the executing of states over a group of systems
CLI Examples:
salt-run state.over
salt-run state.over env=dev /root/overstate.sls
Display the stage data to be executed
CLI Examples:
salt-run state.show_stages
salt-run state.show_stages env=dev /root/overstate.sls
Execute a state run from the master, used as a powerful orchestration system.
CLI Examples:
salt-run state.sls webserver
salt-run state.sls webserver env=dev test=True