--- # 3 CTDB nodes, an active directory node and a test node node_list: [nas, nas, nas, ad, test] # Last octet of the first node's IP address - the default is OK but # this will obviously need to be set if running multiple clusters firstip: 50 repositories: # local CentOS mirror, will cause default repos to be removed - name: centos-7-os type: distro baseurl: http://10.11.12.13/mediasets path: CENTOS/7/os/\$basearch/ # local Samba and CTDB repository - assumed to be served by host machine - name: samba type: nas path: SAMBA/samba-4.9.4/ # local Samba AD repository - assumed to be served by host machine - name: samba-ad type: ad path: SAMBA-AD/samba-4.9.4/ # GPFS cluster filesystme - assumed to be served by host machine - name: gpfs type: clusterfs path: GPFS/4.2.3 resolv_conf: # nameserver will be the active directory node or, if done, then virthost domain: example.local ...