June 2018
Beginner
578 pages
13h 39m
English
You can use this module to gather facts on the DRS configured in your entire cluster or single data center:
- name: Find out facts about drs on all the hosts in the cluster vmware_drs_rule_facts: hostname: "{{ vsphere_host }}" username: "{{ vsphere_username }}" password: "{{ vsphere_password }}" validate_certs: "no" cluster_name: "my_cluster" delegate_to: "localhost" register: cluster_drs- name: Find out facts about drs in a single data center vmware_drs_rule_facts: hostname: "{{ vsphere_host }}" username: "{{ vsphere_username }}" password: "{{ vsphere_password }}" validate_certs: "no" datacenter: "my_datacenter" delegate_to: "localhost" register: datacenter_drs
Read now
Unlock full access