Add certificate generation
This commit is contained in:
27
roles/ovirt.manageiq/examples/manageiq.yml
Normal file
27
roles/ovirt.manageiq/examples/manageiq.yml
Normal file
@@ -0,0 +1,27 @@
|
||||
---
|
||||
- name: oVirt ManageIQ deployment
|
||||
hosts: localhost
|
||||
connection: local
|
||||
gather_facts: false
|
||||
|
||||
vars_files:
|
||||
# Contains encrypted `engine_password` and `metrics_password`
|
||||
# varibale using ansible-vault
|
||||
- passwords.yml
|
||||
|
||||
vars:
|
||||
engine_fqdn: ovirt.example.com
|
||||
engine_user: admin@internal
|
||||
engine_cafile: /etc/pki/ovirt-engine/ca.pem
|
||||
|
||||
miq_qcow_url: http://releases.manageiq.org/manageiq-ovirt-gaprindashvili-3.qc2
|
||||
miq_vm_name: manageiq_g3
|
||||
miq_vm_cluster: mycluster
|
||||
|
||||
metrics_fqdn: metrics.example.com
|
||||
metrics_port: 8443
|
||||
metrics_user: admin
|
||||
|
||||
|
||||
roles:
|
||||
- ovirt.manageiq
|
||||
Reference in New Issue
Block a user