[dc-1] # Listing of all nodes in data center 1 (dc-1) node1 ansible_ssh_host=x.x.x.x ansible_user='root' node2 ansible_ssh_host=x.x.x.x ansible_user='root' node3 ansible_ssh_host=x.x.x.x ansible_user='root' # Listing that references all data centers that compose a planet. [planet] node1 ansible_ssh_host=x.x.x.x ansible_user='root' node2 ansible_ssh_host=x.x.x.x ansible_user='root' node3 ansible_ssh_host=x.x.x.x ansible_user='root' [ds:children] # Listing of all the Cassandra and Zookeeper nodes across the planet dc-1-ds [dc-1-ds] # Listing of all the Cassandra and Zookeeper nodes in dc-1 node1 node2 node3 [dc-1-ms] # Listing of all the Management Server nodes in dc-1 node1 [dc-1-ldap] # Listing of all OpenLDAP nodes in dc-1 node1 [dc-1-rmp] # Listing of all Router and Message Processor nodes in dc-1 node2 node3 [dc-1-qpid] # Listing of all Qpid nodes in dc-1 node2 node3 [dc-1-pg] # Listing of all Postgres nodes in dc-1 node2 node3 [dc-1-pgmaster] # Listing of the single Postgres master node in dc0 node2 [dc-1-pgstandby] # Listing of the single Postgres standby node in dc-1 node3