| --- | |
| # tasks file for apigee-opdk-setup-postgres-master | |
| - name: Postgres replication master | |
| command: '/opt/apigee/apigee-service/bin/apigee-service apigee-postgresql setup-replication-on-master -f {{ opdk_installation_config_file }}' | |
| - name: Wait for ready with no proxy | |
| become: yes | |
| command: '{{ apigee_all }} wait_for_ready' | |
| when: validate_ready | default(true) |