New in version 2.2.
parameter | required | default | choices | comments |
---|---|---|---|---|
pn_clipassword | no | Provide login password if user is not root. | ||
pn_cliswitch | no | Target switch to run the cli on. | ||
pn_cliusername | no | Provide login username if user is not root. | ||
pn_cluster_node1 | no | Specify the name of the first switch in the cluster. Required for 'cluster-create'. | ||
pn_cluster_node2 | no | Specify the name of the second switch in the cluster. Required for 'cluster-create'. | ||
pn_name | yes | Specify the name of the cluster. | ||
pn_validate | no |
| Validate the inter-switch links and state of switches in the cluster. | |
state | yes |
| Specify action to perform. Use 'present' to create cluster and 'absent' to delete cluster. |
- name: create spine cluster pn_cluster: state: 'present' pn_name: 'spine-cluster' pn_cluster_node1: 'spine01' pn_cluster_node2: 'spine02' pn_validate: validate pn_quiet: True - name: delete spine cluster pn_cluster: state: 'absent' pn_name: 'spine-cluster' pn_quiet: True
Common return values are documented here Return Values, the following are the fields unique to this module:
name | description | returned | type | sample |
---|---|---|---|---|
changed | Indicates whether the CLI caused changes on the target. | always | bool | |
command | The CLI command run on the target node(s). | always | str | |
stderr | The set of error responses from the cluster command. | on error | list | |
stdout | The set of responses from the cluster command. | always | list |
This module is flagged as preview which means that it is not guaranteed to have a backwards compatible interface.
For help in developing on modules, should you be so inclined, please read Community Information & Contributing, Testing Ansible and Developing Modules.
© 2012–2017 Michael DeHaan
© 2017 Red Hat, Inc.
Licensed under the GNU General Public License version 3.
https://docs.ansible.com/ansible/latest/pn_cluster_module.html