bootstrap-vz/bootstrapvz/plugins
Anders Ingemann 99bc43bbe9
ansible: Add task that removes the $HOME/.ansible directory on guest
If ansible_ssh_user is set through extra_vars, ansible will
create a .ansible directory in the home dir of that user.
However, it will be owned by root, which is not what ansible
will be expecting when it is provision through SSH at a later date.
2018-07-19 16:52:32 +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 Commit 701678c9 changes print statements to print functions with end=' '. 2018-06-13 13:20:05 +03: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 pylint E1608(old-octal-literal) 2018-04-09 22:27:43 -07:00
ntp Commit 701678c9 changes print statements to print functions with end=' '. 2018-06-13 13:20:05 +03: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 pylint W0621(redefined-outer-name) 2018-02-25 10:27:53 +00:00
puppet pylint W0622(redefined-builtin) 2018-02-25 08:37:24 +00: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!