Created
August 4, 2017 10:13
-
-
Save tasdikrahman/f0e1e7b7fd5d91640db372bc07881877 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
- 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