mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-06-10 18:55:53 +00:00
63 lines
1.1 KiB
YAML
63 lines
1.1 KiB
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.
|
|
#
|
|
# If no variable is to be set, add 'empty: true', as the
|
|
# 'variables' dict cannot be empty.
|
|
#
|
|
# Example:
|
|
#
|
|
# disabled_modules: >-
|
|
# dnsconfig,
|
|
# group,
|
|
# hostgroup
|
|
#
|
|
---
|
|
variables:
|
|
empty: true
|
|
# ipa_enabled_modules: >-
|
|
ipa_enabled_modules: >-
|
|
idp,
|
|
permission,
|
|
service
|
|
# ipa_enabled_tests: >-
|
|
# ipa_disabled_modules: >-
|
|
ipa_disabled_modules: >-
|
|
automember,
|
|
automount,
|
|
cert,
|
|
config,
|
|
delegation,
|
|
dnsconfig,
|
|
dnsforwardzone,
|
|
dnsrecord,
|
|
dnszone,
|
|
environment,
|
|
group,
|
|
hbacrule,
|
|
hbacsvc,
|
|
hbacsvcgroup,
|
|
host,
|
|
hostgroup,
|
|
idoverridegroup,
|
|
idoverrideuser,
|
|
idrange,
|
|
idview,
|
|
location,
|
|
netgroup,
|
|
privilege,
|
|
pwpolicy,
|
|
role,
|
|
selfservice,
|
|
server,
|
|
service,
|
|
servicedelegationrule,
|
|
servicedelegationtarget,
|
|
sudocmd,
|
|
sudocmdgroup,
|
|
sudorule,
|
|
user,
|
|
vault
|
|
# ipa_disabled_tests: >-
|