mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-06-10 02:35:54 +00:00
Some DNS tests have been disabled for Fedora latest, but not for Fedora Rawhide. Therefore these tests are filin still in nighty: - dnsforwardzone - test_dnsconfig_forwarders_ports
22 lines
436 B
YAML
22 lines
436 B
YAML
#
|
|
# Variables must be defined as comma separated lists.
|
|
# For easier management of items to enable/disable,
|
|
# use one test/module on each line, followed by a comma.
|
|
#
|
|
# Example:
|
|
#
|
|
# disabled_modules: >-
|
|
# dnsconfig,
|
|
# group,
|
|
# hostgroup
|
|
#
|
|
---
|
|
variables:
|
|
empty: true
|
|
# ipa_enabled_modules: >-
|
|
# ipa_enabled_tests: >-
|
|
ipa_disabled_modules: >-
|
|
dnsforwardzone,
|
|
ipa_disabled_tests: >-
|
|
test_dnsconfig_forwarders_ports
|