diff --git a/examples/inventory/nutanix.yml b/examples/inventory/nutanix.yml new file mode 100644 index 000000000..eb8dfcacc --- /dev/null +++ b/examples/inventory/nutanix.yml @@ -0,0 +1,13 @@ +plugin: nutanix.ncp.ntnx_prism_vm_inventory +nutanix_host: +nutanix_username: +nutanix_password: +validate_certs: false +data: {"offset": 0, "length": 1000} +groups: + group_1: "'' in name" + group_2: "''==name" +keyed_groups: + - prefix: "host" + separator: ':' + key: "ansible_host" \ No newline at end of file