bootstrap-vz/bootstrapvz/plugins
Anders Ingemann 9364b18288
commands plugin: Run copy files before running commands
This is quite useful in situations where you want to do something
with the assets that you have copied into the image.
One could argue for the opposite case as well, but with the
commands plugin you always have the manual "cp" escape hatch.
2017-08-02 15:42:13 +02: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 cloud-init: Clarify which values are possible for metadata sources 2017-02-13 23:18:57 +01:00
commands commands plugin: Run copy files before running commands 2017-08-02 15:42:13 +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 Adding boto3 to setup.py and minor lint fixes 2017-01-21 21:13:57 +00: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 Puppet module update (#365) 2017-06-25 00:29:00 +02:00
root_password Systematically use rel_path for relative paths 2016-09-12 19:11:20 +02: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!