Veritas InfoScale™ Installation and Configuration Using Ansible - Windows
List of pre-defined keywords
Refer to the following tables for a list of the keywords that are used with each of the configuration-related modules.
The vcs_config module is used configure VCS in InfoScale . Use the following keywords while referencing the module in your playbook.
Table: vcs_config module keywords
Name | Description | Mandatory/optional |
|---|---|---|
domain_name | Specify the domain name of the system. | Mandatory |
systeminfo | Specify the list of the systems and their LLT configuration information, which includes name of the node, MAC address, and priority of LLT link (either 0 or 1). Example: - system: system1
LLTlinks:
- name: 'Ethernet1'
lowpri: 0
mac: 'xx-xx-xx-xx-xx-xx'
- name: 'Ethernet2'
mac: 'xx-xx-xx-xx-xx-xx'
lowpri: 0
- system: system2
LLTlinks:
- name: 'Ethernet1'
mac: 'xx-xx-xx-xx-xx-xx'
lowpri: 0
- name: 'Ethernet2'
mac: 'xx-xx-xx-xx-xx-xx'
lowpri: 0 | Mandatory |
cluster_name | Define a name for the cluster that you want to deploy. Example: Cluster1 | Mandatory |
cluster_id | Define a unique number to be assigned to the cluster. | Mandatory |
single_node_cluster | Specify either 0 or 1. 0 creates a single node cluster of all the servers in the playbook run. 1 creates a multi node cluster of all the servers in the playbook run. | Mandatory |
secured_cluster_info | Specify information about configuring cluster security. | Mandatory |
security_type | Specify either Non-Secured or Secured. | Mandatory |
Admin_User | Specify a user name for the cluster administrator. You can use this user name to log on to a cluster that uses Cluster Manager. | Mandatory |
Password | Specify a password for the cluster administrator user. | Mandatory |
hadhelper_info | Specify information about the HAD helper, which is required to configure VCS. | Mandatory |
method | Specify the communication protocol that you want to deploy in the cluster. : ethernet, udp, or rdma. | Mandatory |
state | Specify what state the package should be in after the task is completed. The value for this keyword can be either present or absent. | Mandatory |