1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
Source: bundlewrap
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Jonathan Carter <jcc@debian.org>,
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
python3,
python3-cryptography,
python3-jinja2,
python3-mako,
python3-minimal,
python3-passlib,
python3-requests,
python3-setuptools,
python3-librouteros,
python3-packaging,
python3-tomlkit
Standards-Version: 4.7.1
Rules-Requires-Root: no
Homepage: http://bundlewrap.org/
Vcs-Git: https://salsa.debian.org/python-team/packages/bundlewrap.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/bundlewrap
Package: bundlewrap
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Decentralized configuration management system with Python
By allowing for easy and low-overhead config management, BundleWrap fills
the gap between complex deployments using Chef or Puppet and old school
system administration over SSH.
.
While most other config management systems rely on a client-server
architecture, BundleWrap works off a repository cloned to your local machine.
.
It then automates the process of SSHing into your servers and making sure
everything is configured the way it's supposed to be. You won't have to
install anything on managed servers.
|