trident

trident

Install and configure trident (netap storage orchestrator)

Requirements

See meta/main.yml.

Role Variables

See defaults/main.yml for all options.

Dependencies

Example Playbook

Example:

- hosts: all
  roles:
     - geerlingguy.repo-epel
     - luisico.docker
     - role: ansible-nfs
       nfs_mode: client
     - role: trident
       trident_instances:
         - alias: netapp
           version: "19.10"
         - alias: edge
           version: latest
       trident_defaults:
         username: user
         password: password
         managementLIF: 10.10.10.1
         dataLIF: 10.10.10.20
         svm: nfs_svm

Any configuration options defined in trident_instances or trident_defaults will be transform into a JSON configuration file. For details about options, please, see Trident's documentation.

Licence

Released under the MIT license.

Author Information

Luis Gracia while at The Rockefeller University:

Vineet Palan while at The Rockefeller University:

About

Install and configure trident (netapp storage orchestrator)

Install
ansible-galaxy install luisico/ansible-trident
GitHub repository
License
mit
Downloads
44
Owner
Passionate DevOps Advocate