mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-08-01 20:34:41 +00:00
utils/ansible-ipa-server-install: Add deprecated (unused) --domain-level option
This is option is used in test scripts.
This commit is contained in:
@@ -259,6 +259,9 @@ def parse_options():
|
|||||||
default=None, type=int,
|
default=None, type=int,
|
||||||
help="Start value of the secondary range for mapping "
|
help="Start value of the secondary range for mapping "
|
||||||
"UIDs and GIDs to RIDs")
|
"UIDs and GIDs to RIDs")
|
||||||
|
# deprecated
|
||||||
|
parser.add_argument("--domain-level", type=int,
|
||||||
|
help="IPA domain level (deprecated)")
|
||||||
# uninstall
|
# uninstall
|
||||||
parser.add_argument("--ignore-topology-disconnect",
|
parser.add_argument("--ignore-topology-disconnect",
|
||||||
dest="ignore_topology_disconnect",
|
dest="ignore_topology_disconnect",
|
||||||
|
|||||||
Reference in New Issue
Block a user