Skip to content

Ansible role to install Veritas NetBackup client on Linux Servers.

Notifications You must be signed in to change notification settings

mikepruett3/ansible-role-netbackup-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Role: Veritas NetBackup client

Ansible role to install Veritas NetBackup client on Linux Servers.

Requirements

The role does not require anyting to run on RHEL and its derivatives.

Role Variables

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.

Dependencies

None.

Example Playbook

    - hosts: servers
      roles:
         - role: mikepruett3.netbackup-client
           vars:
             software_url: "http://www.example.org"
             package_name: "netbackup-client.zip"

License

MIT

Author Information

Role created by mikepruett3 on Github.com

About

Ansible role to install Veritas NetBackup client on Linux Servers.

Topics

Resources

Stars

Watchers

Forks