This ansible role installs Storware vProtect Server - management server that manages multiple vProtect Nodes (provided in a separate role). Find out more here: https://storware.gitbook.io/storware-vprotect
Target host - CentOS/RHEL 7 minimal with root permissions.
server_fqdn
- optional, as it is set from hostname if not provideddb_password
- password for root account to access vProtect DB; regular vprotect user will have generated password
None
Sample hosts inventory:
[all:vars]
ansible_user = root
[server]
192.168.1.2
Sample site.yml:
- hosts: server
roles:
- xe0nic.ansible_vprotect_server
BSD