Skip to content

Instantly share code, notes, and snippets.

@tasdikrahman
Created August 4, 2017 10:13
Show Gist options
  • Save tasdikrahman/f0e1e7b7fd5d91640db372bc07881877 to your computer and use it in GitHub Desktop.
Save tasdikrahman/f0e1e7b7fd5d91640db372bc07881877 to your computer and use it in GitHub Desktop.
---
- hosts: dwhdb
vars:
# the below vars are explained in `install-postgresql/defaults/main.yml` and
# also the other configurable variables are placed there
engine_vm_network_cidr: '139.162.45.0/24' # Network where the Engine VM lies
dwhservice_vm_network_cidr: '139.162.61.0/24'
ovirt_engine_dwh_db_password: 'password'
roles:
- role: ovirt-engine-remote-dwh-setup/install-postgresql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment