Ansible role to install Veritas NetBackup client on Linux Servers.
The role does not require anyting to run on RHEL and its derivatives.
Available variables are listed below, along with default values (see defaults/main.yml)
:
software_url: "http://www.example.org"
package_name: "netbackup-client.zip"
software_url
(Required) The URL that hosts the Installer package. This should be either http or https.
package_name
(Required) The Installer package name.
Role variables can be stored with the hosts.yaml file, or in the main variables file.
None.
- hosts: servers
roles:
- role: mikepruett3.netbackup-client
vars:
software_url: "http://www.example.org"
package_name: "netbackup-client.zip"
MIT
Role created by mikepruett3 on Github.com