![Will Miller](/assets/img/avatar_default.png)
Create a role to configure a host for Virtual BMC, and another to add domains to it. Also add some checking to make the roles more robust. Conflicts: ansible/deploy.yml ansible/libvirt_create_vms.yml ansible/roles/virtualbmc/tasks/main.yml
18 lines
379 B
Markdown
18 lines
379 B
Markdown
Virtual BMC Daemon
|
|
==================
|
|
|
|
This role sets up the Virtual BMC daemon in systemd.
|
|
|
|
Requirements
|
|
------------
|
|
|
|
- systemd
|
|
|
|
Role Variables
|
|
--------------
|
|
|
|
- `vbmcd_virtualenv_path`: The path to the virtualenv in which to install
|
|
Virtual BMC.
|
|
- `vbmcd_python_upper_constraints_url`: The URL of the upper constraints file
|
|
to pass to pip when installing Python packages.
|