reggae-shell
—
shell provisioner for CBSD jails
A service with shell provisioner consists of:
- Makefile - configured for use with shell
- playbook - containing dummy provision.sh to start with
When ran with this configuration, reggae will first mount playbook
directory on /root/shell inside jail. To do actual provisioning, Reggae will
run /root/shell/provision.sh.
Quickest way to get basic service provisioned with shell is:
mkdir myservice
cd myservice
reggae init shell
make
Goran Mekić <meka@tilda.center>