bootstrap-vz/bootstrapvz/plugins
2016-06-04 11:38:16 +02:00
..
admin_user Fix a slew of indentation & spacing issues 2016-06-04 11:38:16 +02:00
ansible Fix a slew of indentation & spacing issues 2016-06-04 11:38:16 +02:00
apt_proxy apt_proxy: Also consider http error code 406 2015-06-10 14:44:05 -03:00
chef Litter the manifest schemas with additionalProperties:false 2015-05-02 13:04:30 +02:00
cloud_init cloud-init: modify groups 2016-04-16 08:49:49 -04:00
commands Fix code block example in commands plugin documentation 2016-05-22 09:14:31 +02:00
debconf plugins/debconf: Documentation 2016-02-23 17:30:17 +01:00
docker_daemon Fix a slew of indentation & spacing issues 2016-06-04 11:38:16 +02:00
ec2_launch ec2_launch: Allow to deregister the AMI after launching image 2015-04-06 14:23:36 -03:00
ec2_publish ec2_publish plugin 2016-06-02 16:16:00 -07:00
file_copy file_copy: Fix documentation typo 2016-06-02 16:12:57 -07:00
google_cloud_repo Overhaul GCE image build. 2016-06-02 18:16:57 -07:00
minimize_size Fix a few typos 2016-04-13 04:38:42 -03:00
ntp Move AddNtpPackage task into the preparation phase 2015-05-03 07:43:27 +02:00
opennebula Compat with new sphinx 2016-03-04 01:21:52 +01:00
pip_install Litter the manifest schemas with additionalProperties:false 2015-05-02 13:04:30 +02:00
prebootstrapped Litter the manifest schemas with additionalProperties:false 2015-05-02 13:04:30 +02:00
puppet Remove predecessor req. for ApplyPuppetManifest 2015-05-03 07:43:52 +02:00
root_password Litter the manifest schemas with additionalProperties:false 2015-05-02 13:04:30 +02:00
salt Litter the manifest schemas with additionalProperties:false 2015-05-02 13:04:30 +02:00
unattended_upgrades Litter the manifest schemas with additionalProperties:false 2015-05-02 13:04:30 +02:00
vagrant Remove image section in manifest 2015-12-13 19:41:18 +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!