bootstrap-vz/bootstrapvz/plugins
John Kristensen 4120260a99 Add authentication support to the apt proxy plugin
Add username and password settings to the APT Proxy plugin so that
users who are behind an authenticating proxy can still use bootstrap-vz
without having to jump through hoops. If either the username or password
are not set, then no authentication is used.
2015-04-27 13:21:43 +10:00
..
admin_user Combine documentation from github wiki with sphinx 2015-04-11 16:40:44 +02:00
ansible Added an Ansible plugin, which runs a playbook on the chroot before before build completion. 2015-02-11 21:20:59 +00:00
apt_proxy Add authentication support to the apt proxy plugin 2015-04-27 13:21:43 +10:00
chef Convert every JSON file to YAML 2014-07-09 23:17:04 +02:00
cloud_init Combine documentation from github wiki with sphinx 2015-04-11 16:40:44 +02:00
docker_daemon Split grub and extlinux installs into separate modules 2015-04-16 22:21:12 +02:00
ec2_launch ec2_launch: Allow to deregister the AMI after launching image 2015-04-06 14:23:36 -03:00
file_copy Add the file_copy plugin 2014-12-15 09:20:02 +00:00
google_cloud_sdk Remove some unnecessary dependencies across phases 2015-04-16 22:22:47 +02:00
image_commands Combine documentation from github wiki with sphinx 2015-04-11 16:40:44 +02:00
minimize_size Combine documentation from github wiki with sphinx 2015-04-11 16:40:44 +02:00
ntp Combine documentation from github wiki with sphinx 2015-04-11 16:40:44 +02:00
opennebula Combine documentation from github wiki with sphinx 2015-04-11 16:40:44 +02:00
pip_install Remove some unnecessary dependencies across phases 2015-04-16 22:22:47 +02:00
prebootstrapped *Always* use link_dm_node() when install grub 1.99 2015-04-16 22:22:47 +02:00
puppet Combine documentation from github wiki with sphinx 2015-04-11 16:40:44 +02:00
root_password Combine documentation from github wiki with sphinx 2015-04-11 16:40:44 +02:00
salt Add salt dependencies in the right phase 2015-04-16 22:22:47 +02:00
unattended_upgrades Combine documentation from github wiki with sphinx 2015-04-11 16:40:44 +02:00
vagrant Partition volumes by sectors instead of bytes 2015-04-16 22:21:13 +02: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!