bootstrap-vz/bootstrapvz/plugins
2017-11-28 22:15:48 -08:00
..
admin_user fix some typos in documentation 2017-04-23 16:59:37 +02:00
ansible ansible: Remove erroneous whitespace 2017-07-26 14:37:24 +02:00
apt_proxy Systematically use rel_path for relative paths 2016-09-12 19:11:20 +02:00
chef Systematically use rel_path for relative paths 2016-09-12 19:11:20 +02:00
cloud_init ec2: Move cloud-init mount tuning to cloud-init plugin 2017-11-09 20:16:19 +01:00
commands Merge pull request #400 from Exy13/doc 2017-10-02 13:50:12 +02:00
debconf Rename schema.yaml to manifest-schema.yml 2016-09-28 18:26:41 +02:00
docker_daemon Move some package adding tasks into the preparation phase 2017-04-15 10:01:27 +02:00
ec2_launch pep8: Fix E722 do not use bare except' 2017-11-09 20:06:51 +01:00
ec2_publish Support ca-central-1 2016-12-09 08:39:17 +01:00
expand_root fix some typos in documentation 2017-04-23 16:59:37 +02:00
file_copy Fix linting error in file_copy plugin 2016-12-09 08:38:34 +01:00
google_cloud_repo fix some typos in documentation 2017-04-23 16:59:37 +02:00
minimize_size minimize_size: make sure the permissions of bindmounts are preserved 2017-07-02 03:33:37 +02:00
ntp Systematically use rel_path for relative paths 2016-09-12 19:11:20 +02:00
opennebula Convert indentation from tabs to spaces (4) 2016-06-04 11:38:16 +02:00
pip_install Systematically use rel_path for relative paths 2016-09-12 19:11:20 +02:00
prebootstrapped Systematically use rel_path for relative paths 2016-09-12 19:11:20 +02:00
puppet Stretch update commit 2017-09-03 14:50:37 +02:00
root_password Added password-cryped to root_password plugin 2017-11-28 22:15:48 -08:00
salt Systematically use rel_path for relative paths 2016-09-12 19:11:20 +02:00
unattended_upgrades Systematically use rel_path for relative paths 2016-09-12 19:11:20 +02:00
vagrant Fix some task ordering warnings 2016-12-01 15:59:51 +01:00
__init__.py Move code into proper package folder 2014-04-02 21:26:13 +02:00
README.rst Repeat index/README pattern for plugins & providers 2015-04-16 23:52:07 +02:00

Plugins are a key feature of bootstrap-vz. Despite their small size
(most plugins do not exceed 100 source lines of code) they can modify
the behavior of bootstrapped systems to a great extent.

Below you will find documentation for all plugins available for
bootstrap-vz. If you cannot find what you are looking for, consider
`developing it yourself <http://bootstrap-vz.readthedocs.org>`__ and
contribute to this list!