this ansible role can be used to automate the installation of XCP-NG or Citrix Xenserver guest utilities.
for the role:
- minimum ansible version: 2.7
- if you use the role with a unprivileged user on your target servers, make sure it's possible to become root via sudo.
for molecule tests:
Description of all variables are documented here: defaults/main.yml
ansible-galaxy install vmpr.xcp_ng_guest_utilities
- hosts: virtual_linux_servers
roles:
- { role: vmpr.xcp-ng_guest-utilities }
Apache
- enable role for ubuntu via apt instead of CD install
Ringo Gierth