bootstrap-vz/bootstrapvz/plugins
Marcin Kulisz ed33a5f067 ec2_launch plugin porting to boto3 +
(print_public_ip not working yet)
2017-01-19 19:00:25 +00:00
..
admin_user Systematically use rel_path for relative paths 2016-09-12 19:11:20 +02:00
ansible Systematically use rel_path for relative paths 2016-09-12 19:11:20 +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 Stretch (9.0) patch #1 2016-09-24 19:03:28 +01:00
commands Systematically use rel_path for relative paths 2016-09-12 19:11:20 +02:00
debconf Rename schema.yaml to manifest-schema.yml 2016-09-28 18:26:41 +02:00
docker_daemon Systematically use rel_path for relative paths 2016-09-12 19:11:20 +02:00
ec2_launch ec2_launch plugin porting to boto3 + 2017-01-19 19:00:25 +00:00
ec2_publish Support ca-central-1 2016-12-09 08:39:17 +01:00
file_copy Fix linting error in file_copy plugin 2016-12-09 08:38:34 +01:00
google_cloud_repo Systematically use rel_path for relative paths 2016-09-12 19:11:20 +02:00
minimize_size Systematically use rel_path for relative paths 2016-09-12 19:11:20 +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 Systematically use rel_path for relative paths 2016-09-12 19:11:20 +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!