realbook v0.2.0 API Reference
Modules
Connecting to remote servers
Realbook provides be default two connection APIs, one of which
(:local
) can be used to provision locally. The other (:ssh
)
can be used to provision a remote host. In order to use the SSH
api, generally, you must have passwordless ssh keys installed in
the remote server. This default can be overridden in the connect!/2
function by providing options that correspond to SSH.connect/2
options.
common interface for communications adapters between the local machine and the remote deployment target.
Command macros that are helper functions for common tasks.
Top-level macros that you will use to build out Realbook scripts.