Skip to content

Commit

Permalink
role: hosted_engine_setup: Add he_force_ip4 & he_force_ip6 to README
Browse files Browse the repository at this point in the history
Fixes oVirt#257

Signed-off-by: Asaf Rachmani <arachman@redhat.com>
  • Loading branch information
arachmani committed Apr 26, 2021
1 parent 0a8c201 commit 76e3763
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions roles/hosted_engine_setup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ Ansible role for deploying oVirt Hosted-Engine
| he_host_name | $(hostname -f) | name used by the engine for the first host |
| he_host_address | $(hostname -f) | address used by the engine for the first host |
| he_bridge_if | null | interface used for the management bridge |
| he_force_ip4 | false | Force resolving engine FQDN to ipv4 only using DNS server |
| he_force_ip6 | false | Force resolving engine FQDN to ipv6 only using DNS server |
| he_apply_openscap_profile | false | apply a default OpenSCAP security profile on HE VM |
| he_network_test | dns | the way of the network connectivity check performed by ovirt-hosted-engine-ha and ovirt-hosted-engine-setup, available options: *dns*, *ping*, *tcp* or *none*. |
| he_tcp_t_address | null | hostname to connect if he_network_test is *tcp* |
Expand Down

0 comments on commit 76e3763

Please sign in to comment.