-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

salt


> Execute commands and assert state on remote salt minions.

More information.


List connected minions:

salt '*' test.ping

Execute a highstate on all connected minions:

salt '*' state.highstate

Upgrade packages using the OS package manager (apt, yum, brew) on a subset of minions:

salt '*.example.com' pkg.upgrade

Execute an arbitrary command on a particular minion:

salt '{minion_id}' cmd.run "ls "


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Mon May 20 22:44:55 2024