mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-05-14 13:32:10 +00:00
ipareplica: Pass ipareplica_ip_addresses to client deployment part
The IP addresses set with ipareplica_ip_addresses have not been passed to ipaclient role for client deployment part. This resulted in not setting the IP addresses. The description for ipareplica_ip_addresses in the ipareplica README and also the role modules was wrong and have been fixed to "List of IPA replica IP addresses". Related: https://pagure.io/freeipa/issue/7405 Resolves: https://github.com/freeipa/ansible-freeipa/issues/1244
This commit is contained in:
@@ -47,7 +47,7 @@ options:
|
||||
type: str
|
||||
required: no
|
||||
ip_addresses:
|
||||
description: List of Master Server IP Addresses
|
||||
description: List of IPA replica IP addresses
|
||||
type: list
|
||||
elements: str
|
||||
required: no
|
||||
|
||||
@@ -47,7 +47,7 @@ options:
|
||||
type: str
|
||||
required: no
|
||||
ip_addresses:
|
||||
description: List of Master Server IP Addresses
|
||||
description: List of IPA replica IP addresses
|
||||
type: list
|
||||
elements: str
|
||||
required: no
|
||||
|
||||
@@ -49,7 +49,7 @@ options:
|
||||
type: str
|
||||
required: no
|
||||
ip_addresses:
|
||||
description: List of Master Server IP Addresses
|
||||
description: List of IPA replica IP addresses
|
||||
type: list
|
||||
elements: str
|
||||
required: no
|
||||
|
||||
@@ -47,7 +47,7 @@ options:
|
||||
type: str
|
||||
required: no
|
||||
ip_addresses:
|
||||
description: List of Master Server IP Addresses
|
||||
description: List of IPA replica IP addresses
|
||||
type: list
|
||||
elements: str
|
||||
required: no
|
||||
|
||||
@@ -47,7 +47,7 @@ options:
|
||||
type: str
|
||||
required: no
|
||||
ip_addresses:
|
||||
description: List of Master Server IP Addresses
|
||||
description: List of IPA replica IP addresses
|
||||
type: list
|
||||
elements: str
|
||||
required: no
|
||||
|
||||
@@ -38,7 +38,7 @@ short_description: IPA replica deployment tests
|
||||
description: IPA replica deployment tests
|
||||
options:
|
||||
ip_addresses:
|
||||
description: List of Master Server IP Addresses
|
||||
description: List of IPA replica IP addresses
|
||||
type: list
|
||||
elements: str
|
||||
required: no
|
||||
|
||||
Reference in New Issue
Block a user