mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-12-15 14:30:23 +00:00
- uses salt bootstrap to install minion code
- custom grains can be set.
- option to specify master in the manifest.
e.g manifest (TODO: Add this to doc.)
"salt": {
"install_source": "git",
"version": "develop", \\ Only if the source is git
"master": "", \\ salt master ip or fqdn
"grains": {
"custom_grain1": "custom_grain_value1",
"custom_grain2": "custom_grain_value2",
}
}
|
||
|---|---|---|
| .. | ||
| admin_user | ||
| apt_proxy | ||
| chef | ||
| cloud_init | ||
| image_commands | ||
| minimize_size | ||
| ntp | ||
| opennebula | ||
| prebootstrapped | ||
| puppet | ||
| root_password | ||
| salt | ||
| unattended_upgrades | ||
| vagrant | ||
| __init__.py | ||