2014-07-27 23:36:19 +04:00
|
|
|
# salt-key
|
2015-10-22 10:31:52 +03:00
|
|
|
|
2014-07-27 23:36:19 +04:00
|
|
|
> Invoke salt locally on a salt minion.
|
|
|
|
|
2016-01-07 20:31:27 +03:00
|
|
|
- Perform a highstate on this minion:
|
2014-07-27 23:36:19 +04:00
|
|
|
|
|
|
|
`salt-call state.highstate`
|
|
|
|
|
2016-01-07 20:31:27 +03:00
|
|
|
- Perform a highstate dry-run, compute all changes but don't actually perform them:
|
2014-07-27 23:36:19 +04:00
|
|
|
|
|
|
|
`salt-call state.highstate test=true`
|
|
|
|
|
2016-01-07 20:31:27 +03:00
|
|
|
- Perform a highstate with verbose debugging output:
|
2014-07-27 23:36:19 +04:00
|
|
|
|
|
|
|
`salt-call -l debug state.highstate`
|
|
|
|
|
2016-01-07 20:31:27 +03:00
|
|
|
- List this minion's grains:
|
2014-07-27 23:36:19 +04:00
|
|
|
|
|
|
|
`salt-call grains.items`
|