-
André Kerkhoff authoredAndré Kerkhoff authored
README.md 596 B
remctl Cookbook
Setup remctl client or server to accept and execute remote commands.
Recipes
-
client
: Install the remctl client. -
server
: Install the remctl client and server. Includes the following recipes: -
inetd
,systemd
: Setup the init system for the daemon.
Configuration
The remctl daemon can be controlled by inetd or systemd, depending on the platform. It can be forced with node['remctl']['init'] = 'inetd|systemd'
.
Custom configuration files can be listed under node['remctl']['include_files']
. This does not create any files.