bootstrap-vz/bootstrapvz/plugins
2023-06-21 10:04:07 +02:00
..
admin_user admin_user: Remove verbose info about how the key is fetched 2018-07-10 15:04:03 +02:00
ansible ansible: Add task that removes the $HOME/.ansible directory on guest 2018-07-19 16:52:32 +02:00
apt_proxy pylint E1101(no-member) 2018-02-25 09:34:12 +00:00
chef fix pylint W0403(relative-import) 2018-02-25 04:12:24 +00:00
cloud_init add latest debian releases 2023-06-21 10:04:07 +02:00
commands fix pylint W0403(relative-import) 2018-02-25 04:12:24 +00:00
debconf fix pylint W0403(relative-import) 2018-02-25 04:12:24 +00:00
docker_daemon pylint E1608(old-octal-literal) 2018-04-09 22:27:43 -07:00
ec2_launch pylint W0703(broad-except) 2018-02-25 09:43:47 +00:00
ec2_publish fix pylint W0403(relative-import) 2018-02-25 04:12:24 +00:00
expand_root pylint E1608(old-octal-literal) 2018-04-09 22:27:43 -07:00
file_copy fix pylint W0403(relative-import) 2018-02-25 04:12:24 +00:00
google_cloud_repo fix pylint W0403(relative-import) 2018-02-25 04:12:24 +00:00
minimize_size Replace a bunch of \\ escapes with raw strings 2019-03-05 20:05:59 +00:00
ntp Replace a bunch of \\ escapes with raw strings 2019-03-05 20:05:59 +00:00
opennebula fix pylint W0403(relative-import) 2018-02-25 04:12:24 +00:00
pip3_install Added pip3_plugin 2018-06-14 10:19:55 -05:00
pip_install fix pylint W0403(relative-import) 2018-02-25 04:12:24 +00:00
prebootstrapped flake8 fixes: correct some indentations 2019-03-05 16:36:11 +00:00
puppet add latest debian releases 2023-06-21 10:04:07 +02:00
root_password fix pylint W0403(relative-import) 2018-02-25 04:12:24 +00:00
salt fix pylint W0403(relative-import) 2018-02-25 04:12:24 +00:00
tmpfs_workspace fix pylint W0403(relative-import) 2018-02-25 04:12:24 +00:00
unattended_upgrades fix pylint W0403(relative-import) 2018-02-25 04:12:24 +00:00
vagrant Merge pull request #471 from CMeza99/pylint+imports 2018-06-07 22:09:33 +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!