Skip to content

Instantly share code, notes, and snippets.

@tasdikrahman
Created August 4, 2017 10:16
Show Gist options
  • Select an option

  • Save tasdikrahman/1368b6e5c631c9e349653d97e95703b1 to your computer and use it in GitHub Desktop.

Select an option

Save tasdikrahman/1368b6e5c631c9e349653d97e95703b1 to your computer and use it in GitHub Desktop.
---
- hosts: dwhservice
vars:
ovirt_engine_type: 'ovirt-engine'
ovirt_engine_version: '4.1'
ovirt_rpm_repo: 'http://resources.ovirt.org/pub/yum-repo/ovirt-release41.rpm'
ovirt_engine_host_root_passwd: 'pycon2017' # the root password of the host where ovirt-engine is installed
ovirt_engine_firewall_manager: 'firewalld'
ovirt_engine_host_fqdn: 'testengine.ovirt.org' # FQDN of the ovirt-engine installation host, should be resolvable from the new DWH host
ovirt_engine_db_host: 'testengine.ovirt.org'
ovirt_engine_dwh_db_host: 'testdwhdb.ovirt.org'
ovirt_engine_dwh_db_password: 'password'
ovirt_engine_history_db_on_dwhservice_host: False
roles:
- role: ovirt-common
- role: ovirt-engine-install-packages
- role: ovirt-engine-remote-dwh-setup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment