Skip to content

Commit 36c3708

Browse files
Remove requests library and use ansible supplied Request (#179)
* bump requirements * Use ansible builtin requests * Add CA cert option * Fix xmltodct missing lib name
1 parent 6cff6e1 commit 36c3708

File tree

19 files changed

+180
-168
lines changed

19 files changed

+180
-168
lines changed

docs/source/modules/cmci_action.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,15 @@ action_parameters
6868

6969

7070

71+
cmci_ca
72+
Location of the certificate authority (CA) bundle used to update the list of trusted CA's for HTTPS client authentication.
73+
74+
75+
| **required**: False
76+
| **type**: str
77+
78+
79+
7180
cmci_cert
7281
Location of the PEM-formatted certificate chain file to be used for HTTPS client authentication.
7382

docs/source/modules/cmci_create.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,15 @@ attributes
4040
4141

4242

43+
cmci_ca
44+
Location of the certificate authority (CA) bundle used to update the list of trusted CA's for HTTPS client authentication.
45+
46+
47+
| **required**: False
48+
| **type**: str
49+
50+
51+
4352
cmci_cert
4453
Location of the PEM-formatted certificate chain file to be used for HTTPS client authentication.
4554

docs/source/modules/cmci_delete.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,15 @@ Parameters
3131

3232

3333

34+
cmci_ca
35+
Location of the certificate authority (CA) bundle used to update the list of trusted CA's for HTTPS client authentication.
36+
37+
38+
| **required**: False
39+
| **type**: str
40+
41+
42+
3443
cmci_cert
3544
Location of the PEM-formatted certificate chain file to be used for HTTPS client authentication.
3645

docs/source/modules/cmci_get.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,15 @@ Parameters
3131

3232

3333

34+
cmci_ca
35+
Location of the certificate authority (CA) bundle used to update the list of trusted CA's for HTTPS client authentication.
36+
37+
38+
| **required**: False
39+
| **type**: str
40+
41+
42+
3443
cmci_cert
3544
Location of the PEM-formatted certificate chain file to be used for HTTPS client authentication.
3645

docs/source/modules/cmci_update.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,15 @@ attributes
4040
4141

4242

43+
cmci_ca
44+
Location of the certificate authority (CA) bundle used to update the list of trusted CA's for HTTPS client authentication.
45+
46+
47+
| **required**: False
48+
| **type**: str
49+
50+
51+
4352
cmci_cert
4453
Location of the PEM-formatted certificate chain file to be used for HTTPS client authentication.
4554

plugins/doc_fragments/cmci.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,12 @@ class ModuleDocFragment(object):
6565
provided.
6666
required: false
6767
type: str
68+
cmci_ca:
69+
description:
70+
- Location of the certificate authority (CA) bundle used to update the
71+
list of trusted CA's for HTTPS client authentication.
72+
required: false
73+
type: str
6874
context:
6975
description:
7076
- If CMCI is installed in a CICSPlex® SM environment, I(context) is the

0 commit comments

Comments
 (0)