Created
August 4, 2017 10:08
-
-
Save tasdikrahman/521943829eca0ce98cc457b7b5d698c3 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: engine | |
vars: | |
ovirt_engine_type: 'ovirt-engine' | |
ovirt_engine_version: '4.1' | |
ovirt_engine_organization: 'dwhmanualenginetest.ovirt.org' | |
ovirt_engine_admin_password: 'secret' | |
ovirt_rpm_repo: 'http://resources.ovirt.org/pub/yum-repo/ovirt-release41.rpm' | |
ovirt_engine_organization: 'ovirt.org' | |
ovirt_engine_dwh_db_host: 'remotedwh.ovirt.org' | |
ovirt_engine_dwh_db_configure: false | |
roles: | |
- role: ovirt-common | |
- role: ovirt-engine-install-packages | |
- role: ovirt-engine-setup |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment