I'm planning to use the salt-cloud function to take a snapshot before applying a yum update patch.
the command that needs to be run on master is salt-cloud -a create_snapshot vmname snashot_name
I have a state sls file to run patching on target. Is it possible to have a mix of executing commands on both the target and the master?
Thanks.