c576e4d486
This enables the user to use an Ubuntu machine to manage the cloud. The remote cloud hosts must still run CentOS.
9 lines
168 B
YAML
9 lines
168 B
YAML
---
|
|
# Package manager to use.
|
|
ip_allocation_package_manager: apt
|
|
|
|
# List of packages to install.
|
|
ip_allocation_package_dependencies:
|
|
- python-netaddr
|
|
- python-yaml
|