mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-06-10 10:45:55 +00:00
As the latest versions of FreeIPA contain fixes to set the port on DNS forwarders, this patch re-enables the upstream tests.
22 lines
478 B
YAML
22 lines
478 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:
|
|
#
|
|
# ipa_disabled_modules: >-
|
|
# dnsconfig,
|
|
# group,
|
|
# hostgroup
|
|
#
|
|
# If no variables are set, set "empty: true" as at least
|
|
# one item is needed in the set.
|
|
---
|
|
variables:
|
|
empty: true
|
|
# ipa_enabled_modules: >-
|
|
# ipa_enabled_tests: >-
|
|
# ipa_disabled_modules: >-
|
|
# ipa_disabled_tests: >-
|