diff options
author | koobs <koobs@FreeBSD.org> | 2014-07-08 22:30:27 +0800 |
---|---|---|
committer | koobs <koobs@FreeBSD.org> | 2014-07-08 22:30:27 +0800 |
commit | ffbbbc149469360d2c715b1795e086fae07ed390 (patch) | |
tree | 8d5855050db436803beee2ff55011aec690740da /sysutils/Makefile | |
parent | ead50149153de45c9803c721630dca3c5eec2c45 (diff) | |
download | freebsd-ports-gnome-ffbbbc149469360d2c715b1795e086fae07ed390.tar.gz freebsd-ports-gnome-ffbbbc149469360d2c715b1795e086fae07ed390.tar.zst freebsd-ports-gnome-ffbbbc149469360d2c715b1795e086fae07ed390.zip |
[NEW] sysutils/bsdploy: Container Management for FreeBSD Jails
BSDploy is a comprehensive tool to provision, configure and maintain
FreeBSD jail hosts and jails.
Its main design goal is to lower the barrier to repeatable jail setups.
* Modular provisioning with plugins for VirtualBox, Amazon EC2 and
an achitecture to support more.
* Bootstrap complete jail hosts from scratch.
* Declarative configuration: All hosts and their properties defined
in ploy.conf are automatically exposed to Ansible.
* Imperative maintenance: Run Fabric scripts with ploy do JAILNAME
TASKNAME and have all of the hosts and their variables in fab.env.
* Configure ZFS pools and filesystems with whole-disk-encryption.
WWW: http://docs.bsdploy.net/
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 0bc1501059c4..5619f7fd5c54 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -83,6 +83,7 @@ SUBDIR += bsdhwmon SUBDIR += bsdinfo SUBDIR += bsdmoted + SUBDIR += bsdploy SUBDIR += bsdstats SUBDIR += bubblemon-dockapp SUBDIR += bulk_extractor |