mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-06-10 18:55:53 +00:00
Update instuctions on Azure template varible files to reflect the current test configuration behavior.
24 lines
530 B
YAML
24 lines
530 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: >-
|
|
dnsforwardzone,
|
|
ipa_disabled_tests: >-
|
|
test_dnsconfig_forwarders_ports
|