tenks/ansible/roles/virtualbmc-daemon
Mark Goddard a30ac7de48 Fix ansible-lint nits
Ansible lint has become more fussy about its nit picking, blocking CI.

This change makes it happy again.

Change-Id: Ifb86c5e071697acda014bb543cab7ebf2b648dc9
2018-12-19 18:55:36 +00:00
..
defaults Support Debian based GNU/Linux distributions 2018-10-01 09:49:34 +01:00
files Split Virtual BMC role into two 2018-08-29 10:45:52 +00:00
tasks Fix ansible-lint nits 2018-12-19 18:55:36 +00:00
templates Split Virtual BMC role into two 2018-08-29 10:45:52 +00:00
vars Support Debian based GNU/Linux distributions 2018-10-01 09:49:34 +01:00
README.md Split Virtual BMC role into two 2018-08-29 10:45:52 +00:00

README.md

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.