Skip to content

Commit d3779fa

Browse files
kiera-bennettandrewhughes101
authored andcommitted
Updated rst files
1 parent 1474ece commit d3779fa

File tree

5 files changed

+48
-48
lines changed

5 files changed

+48
-48
lines changed

docs/source/modules/cmci_action.rst

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -361,27 +361,27 @@ Examples
361361
cmci_action:
362362
cmci_host: "example.com"
363363
cmci_port: 12345
364-
context: "ABCDEFGH" # context is the name of your CICSplex in a CPSM environment or the applid of your region in an SMSS environment
365-
type: "CICSProgram"
364+
context: ABCDEFGH # context is the name of your CICSplex in a CPSM environment or the applid of your region in an SMSS environment
365+
type: CICSProgram
366366
action_name: NEWCOPY
367-
resource:
367+
resources:
368368
filter:
369-
name: "PONGALT"
370-
get_parameters:
371-
- name: "csdgroup"
372-
value: "JVMGRP"
369+
name: PONGALT
373370

374-
- name: install a bundle in a CICS region
371+
- name: Install a bundle definition from CSD in a CICS region
375372
cmci_action:
376373
cmci_host: "example.com"
377374
cmci_port: 1234
378-
context: "ABCDEFGH" # context is the name of your CICSplex in a CPSM environment or the applid of your region in an SMSS environment
379-
scope: "IJKLMNOP" # scope only applies if you're in a CPSM environment and is either the name of a CICS system definition (CSYSDEF) or CICS system group (CSYSGRP)
380-
type: "CICSBundle"
381-
action_name: DISABLE
375+
context: ABCDEFGH # context is the name of your CICSplex in a CPSM environment or the applid of your region in an SMSS environment
376+
scope: IJKLMNOP # scope only applies if you're in a CPSM environment and is the name of a CICS system definition (CSYSDEF) or CICS system group (CSYSGRP)
377+
type: CICSBundle
378+
action_name: CSDINSTALL
382379
resources:
383380
filter:
384-
name: "bundle"
381+
name: mybund
382+
get_parameters:
383+
- name: csdgroup
384+
value: mygrp
385385

386386

387387

docs/source/modules/cmci_create.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -220,19 +220,19 @@ Examples
220220
.. code-block:: yaml+jinja
221221

222222

223-
- name: define a BUNDLE in a CSD
223+
- name: Define a BUNDLE in CSD
224224
cmci_create:
225225
cmci_host: "example.com"
226226
cmci_port: 12345
227-
context: "ABCDEFGH" # context is the name of your CICSplex in a CPSM environment or the applid of your region in an SMSS environment
228-
type: "CICSDefinitionBundle"
229-
scope: "IJKLMNOP" # scope only applies if you're in a CPSM environment and is either the name of a CICS system definition (CSYSDEF) or CICS system group (CSYSGRP)
227+
context: ABCDEFGH # context is the name of your CICSplex in a CPSM environment or the applid of your region in an SMSS environment
228+
type: CICSDefinitionBundle
229+
scope: IJKLMNOP # scope only applies if you're in a CPSM environment and is the name of a CICS system definition (CSYSDEF) or CICS system group (CSYSGRP)
230230
attributes:
231231
name: PONGALT
232232
bundledir: /u/ibmuser/bundle/pong/pongbundle_1.0.0
233233
csdgroup: JVMGRP
234234
create_parameters:
235-
- name: "csd"
235+
- name: csd
236236

237237

238238

docs/source/modules/cmci_delete.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -324,25 +324,25 @@ Examples
324324
cmci_delete:
325325
cmci_host: "example.com"
326326
cmci_port: 12345
327-
context: "ABCDEFGH" # context is the name of your CICSplex in a CPSM environment or the applid of your region in an SMSS environment
327+
context: ABCDEFGH # context is the name of your CICSplex in a CPSM environment or the applid of your region in an SMSS environment
328328
type: CICSBundle
329329
resources:
330330
filter:
331-
name: "PONGALT"
331+
name: PONGALT
332332

333333
- name: delete a bundle definition in a CICS region
334334
cmci_delete:
335335
cmci_host: "example.com"
336336
cmci_port: 12345
337-
context: "ABCDEFGH" # context is the name of your CICSplex in a CPSM environment or the applid of your region in an SMSS environment
337+
context: ABCDEFGH # context is the name of your CICSplex in a CPSM environment or the applid of your region in an SMSS environment
338338
type: CICSDefinitionBundle
339-
scope: "IJKLMNOP" # scope only applies if you're in a CPSM environment and is either the name of a CICS system definition (CSYSDEF) or CICS system group (CSYSGRP)
340-
resource:
339+
scope: IJKLMNOP # scope only applies if you're in a CPSM environment and is the name of a CICS system definition (CSYSDEF) or CICS system group (CSYSGRP)
340+
resources:
341341
filter:
342-
name: "PONGALT"
342+
name: PONGALT
343343
get_parameters:
344-
- name: "csdgroup"
345-
value: "JVMGRP"
344+
- name: csdgroup
345+
value: JVMGRP
346346

347347

348348

docs/source/modules/cmci_get.rst

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -345,40 +345,40 @@ Examples
345345
.. code-block:: yaml+jinja
346346

347347

348-
- name: get 2 LOCFILEs from a CICSplex
348+
- name: Get 2 LOCFILEs from a CICSplex
349349
cmci_get:
350350
cmci_host: "example.com"
351351
cmci_port: 12345
352-
cmci_user: "ibmuser"
352+
cmci_user: ibmuser
353353
cmci_password: "123456"
354-
context: "ABCDEFGH" # context is the name of your CICSplex in a CPSM environment or the applid of your region in an SMSS environment
354+
context: ABCDEFGH # context is the name of your CICSplex in a CPSM environment or the applid of your region in an SMSS environment
355355
type: CICSLocalFile
356356
record_count: 2
357-
resource:
357+
resources:
358358
filter:
359359
dsname: "CTS*"
360360

361-
- name: get a localfile in a CICS region
361+
- name: Get a localfile in a CICS region
362362
cmci_get:
363363
cmci_host: "example.com"
364364
cmci_port: 12345
365365
cmci_cert: "./sec/ansible.pem"
366366
cmci_key: "./sec/ansible.key"
367-
context: "ABCDEFGH" # context is the name of your CICSplex in a CPSM environment or the applid of your region in an SMSS environment
368-
type: "CICSLocalFile"
367+
context: ABCDEFGH # context is the name of your CICSplex in a CPSM environment or the applid of your region in an SMSS environment
368+
type: CICSLocalFile
369369
resources:
370370
filter:
371371
dsname: "XIAOPIN*"
372372
file: "DFH*"
373373
record_count: 1
374374

375-
- name: get a progdef from a CSD
375+
- name: Get a progdef from CSD
376376
cmci_get:
377377
cmci_host: "example.com"
378378
cmci_port: 12345
379379
cmci_cert: "./sec/ansible.pem"
380380
cmci_key: "./sec/ansible.key"
381-
context: "ABCDEFGH" # context is the name of your CICSplex in a CPSM environment or the applid of your region in an SMSS environment
381+
context: ABCDEFGH # context is the name of your CICSplex in a CPSM environment or the applid of your region in an SMSS environment
382382
type: cicsdefinitionprogram
383383
resources:
384384
filter:
@@ -388,14 +388,14 @@ Examples
388388
value: MYGRP
389389
record_count: 1
390390

391-
- name: pass module even if bundle definition is not found
391+
- name: Ignore errors when bundle definition is not found
392392
cmci_get:
393393
cmci_host: "example.com"
394394
cmci_port: 12345
395395
cmci_cert: "./sec/ansible.pem"
396396
cmci_key: "./sec/ansible.key"
397-
context: "ABCDEFGH" # context is the name of your CICSplex in a CPSM environment or the applid of your region in an SMSS environment
398-
scope: "IJKLMNOP" # scope only applies if you're in a CPSM environment and is either the name of a CICS system definition (CSYSDEF) or CICS system group (CSYSGRP)
397+
context: ABCDEFGH # context is the name of your CICSplex in a CPSM environment or the applid of your region in an SMSS environment
398+
scope: IJKLMNOP # scope only applies if you're in a CPSM environment and is the name of a CICS system definition (CSYSDEF) or CICS system group (CSYSGRP)
399399
type: cicsdefinitionbundle
400400
resources:
401401
filter:
@@ -404,16 +404,16 @@ Examples
404404
- name: csdgroup
405405
value: MYGRP
406406
record_count: 1
407-
fail_on_nodata: "false"
407+
fail_on_nodata: false
408408

409409
- name: Using complex_filter to combine filter expressions and change operators
410410
cmci_get:
411411
cmci_host: "example.com"
412412
cmci_port: 12345
413413
cmci_cert: "./sec/ansible.pem"
414414
cmci_key: "./sec/ansible.key"
415-
context: "ABCDEFGH" # context is the name of your CICSplex in a CPSM environment or the applid of your region in an SMSS environment
416-
type: "CICSRegion"
415+
context: ABCDEFGH # context is the name of your CICSplex in a CPSM environment or the applid of your region in an SMSS environment
416+
type: CICSRegion
417417
resources:
418418
complex_filter:
419419
or:

docs/source/modules/cmci_update.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -357,20 +357,20 @@ Examples
357357
.. code-block:: yaml+jinja
358358

359359

360-
- name: update a bundle definition in a CICS region
360+
- name: Update the description of a bundle definition in CSD
361361
cmci_update:
362362
cmci_host: "example.com"
363-
cmci_port: "12345"
364-
context: "ABCDEFGH" # context is the name of your CICSplex in a CPSM environment or the applid of your region in an SMSS environment
365-
scope: "IJKLMNOP" # scope only applies if you're in a CPSM environment and is either the name of a CICS system definition (CSYSDEF) or CICS system group (CSYSGRP)
366-
type: "CICSDefinitionBundle"
363+
cmci_port: 12345
364+
context: ABCDEFGH # context is the name of your CICSplex in a CPSM environment or the applid of your region in an SMSS environment
365+
scope: IJKLMNOP # scope only applies if you're in a CPSM environment and is the name of a CICS system definition (CSYSDEF) or CICS system group (CSYSGRP)
366+
type: CICSDefinitionBundle
367367
attributes:
368-
description: "New description"
368+
description: New description
369369
update_parameters:
370370
- name: csd
371371
resources:
372372
filter:
373-
name: "PONGALT"
373+
name: PONGALT
374374
get_parameters:
375375
- name: csdgroup
376376
value: JVMGRP

0 commit comments

Comments
 (0)