| --- | 
 | - include: configuration/update_cache.yml | 
 |  | 
 | - include: configuration/opdk-credentials.yml | 
 |   vars: | 
 |     hosts: 'planet' | 
 |   tags: | 
 |   - credentials | 
 |  | 
 | - include: configuration/opdk-setup-os.yml | 
 |   vars: | 
 |     hosts: 'planet' | 
 |   tags: | 
 |   - os | 
 |  | 
 | - include: configuration/update-user.yml | 
 |   vars: | 
 |     hosts: 'planet' | 
 |     user: 'root' | 
 |   tags: | 
 |   - user | 
 |  | 
 | - include: components/opdk-install-component.yml | 
 |   vars: | 
 |     hosts: 'dc-2-ds' | 
 |     component_profile: 'ds' | 
 |     jdk_version: '1.8' | 
 |     opdk_ldap_type: '2' | 
 |   tags: | 
 |   - ds | 
 |  | 
 | - include: components/opdk-install-component.yml | 
 |   vars: | 
 |     hosts: 'dc-1-ds' | 
 |     component_profile: 'ds' | 
 |     jdk_version: '1.8' | 
 |     opdk_ldap_type: '2' | 
 |   tags: | 
 |   - ds | 
 |  | 
 | - include: components/opdk-cassandra-client-update.yml | 
 |   vars: | 
 |      hosts: 'dc-1-ms' | 
 |      jdk_version: '1.8' | 
 |   tags: | 
 |   - ms | 
 |  | 
 | - include: components/opdk-install-component.yml | 
 |   vars: | 
 |     hosts: 'dc-1-ms' | 
 |     component_profile: 'ms' | 
 |     jdk_version: '1.8' | 
 |     opdk_ldap_type: '2' | 
 |   tags: | 
 |   - ms | 
 |  | 
 | - include: components/opdk-cassandra-rebuild.yml | 
 |   vars: | 
 |     hosts: 'dc-2-ds' | 
 |     jdk_version: '1.8' | 
 |   tags: | 
 |   - ms | 
 |  | 
 | - include: components/opdk-install-component.yml | 
 |   vars: | 
 |     hosts: 'dc-2-ms' | 
 |     component_profile: 'ms' | 
 |     jdk_version: '1.8' | 
 |     opdk_ldap_type: '2' | 
 |   tags: | 
 |   - ms | 
 |  | 
 | - include: configuration/opdk-set-reachable.yml | 
 |   vars: | 
 |     hosts: 'dc-2-rmp' | 
 |     reachability: 'false' | 
 |   tags: | 
 |   - rmp | 
 |  | 
 | - include: components/opdk-install-component.yml | 
 |   vars: | 
 |     hosts: 'dc-2-rmp' | 
 |     component_profile: 'rmp' | 
 |     jdk_version: '1.8' | 
 |     opdk_ldap_type: '2' | 
 |   tags: | 
 |   - rmp | 
 |  | 
 | - include: configuration/opdk-set-reachable.yml | 
 |   vars: | 
 |     hosts: 'dc-2-rmp' | 
 |     reachability: 'true' | 
 |   tags: | 
 |   - rmp | 
 |  | 
 | - include: configuration/opdk-set-reachable.yml | 
 |   vars: | 
 |     hosts: 'dc-1-rmp' | 
 |     reachability: 'false' | 
 |   tags: | 
 |   - rmp | 
 |  | 
 | - include: components/opdk-install-component.yml | 
 |   vars: | 
 |     hosts: 'dc-1-rmp' | 
 |     component_profile: 'rmp' | 
 |     jdk_version: '1.8' | 
 |     opdk_ldap_type: '2' | 
 |   tags: | 
 |   - rmp | 
 |  | 
 | - include: configuration/opdk-set-reachable.yml | 
 |   vars: | 
 |     hosts: 'dc-1-rmp' | 
 |     reachability: 'true' | 
 |   tags: | 
 |   - rmp | 
 |  | 
 | - include: components/opdk-install-component.yml | 
 |   vars: | 
 |     hosts: 'dc-2-qpid' | 
 |     component_profile: 'qs' | 
 |     jdk_version: '1.8' | 
 |     opdk_ldap_type: '2' | 
 |   tags: | 
 |   - qpid | 
 |  | 
 | - include: components/opdk-setup-postgres-common.yml | 
 |   vars: | 
 |     hosts: 'dc-2-pgmaster' | 
 |     pg_component: 'master' | 
 |     jdk_version: '1.8' | 
 |     opdk_ldap_type: '2' | 
 |   tags: | 
 |   - pgmaster | 
 |  | 
 | - include: components/opdk-setup-postgres-common.yml | 
 |   vars: | 
 |     hosts: 'dc-2-pgstandby' | 
 |     pg_component: 'standby' | 
 |     jdk_version: '1.8' | 
 |     opdk_ldap_type: '2' | 
 |   tags: | 
 |   - pgstandby | 
 |  | 
 | - include: configuration/opdk-setup-org-config.yml | 
 |   vars: | 
 |     hosts: 'dc-2-ms' | 
 |     opdk_ldap_type: '2' | 
 |   tags: | 
 |   - org | 
 |  | 
 | - include: configuration/opdk-setup-org.yml | 
 |   vars: | 
 |     hosts: 'dc-2-ms' | 
 |     opdk_ldap_type: '2' | 
 |   tags: | 
 |   - org | 
 |  | 
 | - include: validations/opdk-setup-validate.yml | 
 |   vars: | 
 |     hosts: 'dc-2-rmp' | 
 |   tags: | 
 |   - validation | 
 |  | 
 | - include: validations/opdk-internal-port-connectivity-validator.yml | 
 |   tags: | 
 |   - port-validator | 
 |  | 
 | - include: validations/opdk-setup-status.yml | 
 |   vars: | 
 |     hosts: 'planet' | 
 |   tags: | 
 |   - status | 
 |  | 
 | - include: validations/opdk-setup-log-files.yml | 
 |   tags: | 
 |   - logs |