fusor / ansible-ovirt

Ansible scripts for deploying Ovirt/RHV
14 stars 11 forks source link

Added the option to deploy hosted engine with ansible #62

Closed kobihk closed 6 years ago

kobihk commented 6 years ago

We added the option to deploy hosted engine with ansible since in 4.2 it is the default deploy as you can see in:

hosted-engine --deploy --help Usage: /usr/sbin/hosted-engine --deploy [args] [--ansible|--noansible] Run ovirt-hosted-engine deployment.

--config-append=<file>
    Load extra configuration files.
--generate-answer=<file>
    Generate answer file.
--ansible
    Deploy using node-zero ansible flow (default)
--noansible
    Deploy using deprecated python flow

The ansible_deploy flag added with true when compatibility_version > 4.1 else false

Also added default nfs version: v3