-
Notifications
You must be signed in to change notification settings - Fork 1
/
ims-devops.html
492 lines (452 loc) · 19.8 KB
/
ims-devops.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
<!DOCTYPE html>
<html lang="en-US" prefix="og: http://ogp.me/ns#">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- v18 basic meta -->
<meta name="geo.country" content="ZZ" />
<meta name="dcterms.rights" content="� Copyright IBM Corp. 2020" />
<meta name="dcterms.date" content="2020-07-18" />
<meta name="keywords" content="IMS Central, IMS Developer, IMS" />
<meta name="robots" content="index, follow" />
<!-- Favicon -->
<link id="favicon"
rel="shortcut icon"
type="image/x-icon"
href="wp-content/IMS_logo_small.png">
<!-- Pageittle -->
<title>Automation</title>
<!-- Meta -->
<link rel="canonical" href="ims-devops.html" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Automation" />
<meta property="og:description" content="Automation" />
<meta property="og:url" content="http://www/imsdev.github.io/ims-devops.html" />
<meta property="og:site_name" content="IMS Central" />
<meta property="og:image" content="http://www/imsdev.github.io/wp-content/IMS_logo_large.png" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:description" content="Automation" />
<meta name="twitter:title" content="Automation" />
<meta property="og:image" content="http://www/imsdev.github.io/wp-content/IMS_logo_large.png" />
<!-- Sheets -->
<link rel='stylesheet' id='dwboomer-style-css' href='wp-content/themes/boomer-v18/style.css' type='text/css' media='all' />
<link rel='stylesheet' id='dashicons-css' href='wp-includes/css/dashicons.min.css' type='text/css' media='all' />
<link rel='stylesheet' id='pagepost_css-css' href='wp-content/themes/boomer-v18/css/pagepost.css' type='text/css' media='all' />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="wp-includes/css/nav.css">
<link rel="stylesheet" href="wp-includes/css/dropnav.css">
<link href="wp-includes/css/www.css" rel="stylesheet" />
<link href="wp-includes/css/grid-fluid.css" rel="stylesheet">
<link href="wp-includes/css/tables.css" rel="stylesheet">
<link href="wp-includes/css/pages/devops.css" rel="stylesheet">
<!-- Hotjar Tracking Code for ibm.com/demos & githhub -->
<script>
(function(h,o,t,j,a,r){
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
h._hjSettings={hjid:132193,hjsv:6};
a=o.getElementsByTagName('head')[0];
r=o.createElement('script');r.async=1;
r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
a.appendChild(r);
})(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
</script>
<!-- Additional styling for content after navigation -->
<link rel="stylesheet" type="text/css" href="wp-includes/css/pure.css">
<link rel="stylesheet" href="wp-includes/css/grids-responsive-min.css">
<link rel="stylesheet" type="text/css" href="wp-includes/css/homepage.css">
<script src="wp-includes/js/jquery.min.js"></script>
<!-- TipueSearch -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="jekyll-tipue-search/assets/tipuesearch/tipuesearch_content.js"></script>
<script src="jekyll-tipue-search/assets/tipuesearch/tipuesearch_set.js"></script>
<script src="jekyll-tipue-search/assets/tipuesearch/tipuesearch.min.js"></script>
<!-- delayed search -->
<script src="jekyll-tipue-search/assets/tipuesearch/delayedsearch.js"></script>
<!-- Hamburger menu -->
<script src="wp-includes/js/navbar.js"></script>
</head>
<!-- MASTHEAD_SITENAV_BEGIN -->
<body id="ibm-com" class="ibm-com ibm-type group-blog">
<div class="ibm-landing-page">
<div id="ibm-content-wrapper" class="sticky-nav">
<header id="ibm-pageheader" aria-label="Site navigation bar">
<a class="skip-link screen-reader-text" href="#main">Skip to content</a>
<!-- --------------- NAV BAR --------------- -->
<section class="p-menu1">
<nav id="navbar" class="navigation" aria-labelledby="ibm-pageheader">
<!-- Site name wrapper -->
<span class="sitename-wrap">
<a href="index.html" class="logo-container">
<img src="wp-content/IMS_logo_small.png"
id="left-bar-brand"
alt="IMS logo"
>
</a>
<a href="index.html" class="logo-container">
<h4 class="site-header-text">
IBM <b>IMS Central</b>
</h4>
</a>
</span>
<!-- Search wrapper -->
<form id="searchbar" aria-label="Search">
<div class="tipue_search_right">
<svg id="search-mag" alt="Search magnifying glass" xmlns="http://www.w3.org/2000/svg" width="22px" height="22px" viewBox="0 0 32 32">
<defs>
<style> .cls-1 { fill: none; } </style>
</defs>
<path d="M29,27.5859l-7.5521-7.5521a11.0177,11.0177,0,1,0-1.4141,1.4141L27.5859,29ZM4,13a9,9,0,1,1,9,9A9.01,9.01,0,0,1,4,13Z" transform="translate(0 0)"/>
<rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/>
</svg>
<input type="text" name="q" id="tipue_search_input"
pattern=".{3,}" title="Search bar"
placeholder="What are you looking for today?" autocomplete="off" required autofocus>
<svg id="search-clr" aria-label="Clear search" role="button" tabindex="0" xmlns="http://www.w3.org/2000/svg" height="15px" viewBox="0 0 329.26933 329" width="15px">
<path d="m194.800781 164.769531 128.210938-128.214843c8.34375-8.339844 8.34375-21.824219 0-30.164063-8.339844-8.339844-21.824219-8.339844-30.164063 0l-128.214844 128.214844-128.210937-128.214844c-8.34375-8.339844-21.824219-8.339844-30.164063 0-8.34375 8.339844-8.34375 21.824219 0 30.164063l128.210938 128.214843-128.210938 128.214844c-8.34375 8.339844-8.34375 21.824219 0 30.164063 4.15625 4.160156 9.621094 6.25 15.082032 6.25 5.460937 0 10.921875-2.089844 15.082031-6.25l128.210937-128.214844 128.214844 128.214844c4.160156 4.160156 9.621094 6.25 15.082032 6.25 5.460937 0 10.921874-2.089844 15.082031-6.25 8.34375-8.339844 8.34375-21.824219 0-30.164063zm0 0"/>
</svg>
</div>
</form>
<!-- On page-load activation -->
<script>
$(document).ready(function() {
$('#tipue_search_input').tipuesearch();
});
</script>
<!-- Search drop-down -->
<div id="tipue_search_content" class="search_content search-dropdown"></div>
<!-- Hamburger drop-down menu -->
<input type="checkbox" tabindex="0" id="toggle1" class="support-enter" aria-label="Hamburger Menu"/>
<label class="hamburger1">
<!-- Burgie wrapper -->
<label class="burg-wrap" for="toggle1">
<span class="hide-label">Label for input</span>
<span class="burg-bars">
<span class="hide-label">Label for input</span>
<div class="top"></div>
<div class="meat"></div>
<div class="bottom"></div>
</span>
</label>
</label>
<!-- Hamburger drop-down menu options -->
<nav class="menu1" aria-label="Dropdown menu items">
<div class="pages pure-g">
<!-- Innovate -->
<div class="pure-u-1 pure-u-sm-1-4">
<h3>Innovate</h3>
<!-- cards/pages -->
<!-- 1 -->
<a title="APIs" href="ims-apis.html" class="nav-item" tabindex="-1">
<div class="navcard">
<h5>APIs</h5>
<p>Unlock the value of your IMS applications by making easily consumable APIs in minutes.</p>
</div>
</a>
<!-- 2 -->
<a title="DevOps" href="ims-devops.html" class="nav-item" tabindex="-1">
<div class="navcard">
<h5>Automation</h5>
<p>Learn how to automate your IT infrastructure and applications on IBM Z.</p>
</div>
</a>
<!-- 3 -->
<a title="Java" href="ims-java.html" class="nav-item" tabindex="-1">
<div class="navcard">
<h5>Java</h5>
<p>Build Java applications to run inside or outside IMS.</p>
</div>
</a>
<!-- 4 -->
<a title="Database" href="ims-db.html" class="nav-item" tabindex="-1">
<div class="navcard">
<h5>IMS Database</h5>
<p>IMS Database: fast, secure, reliable.</p>
</div>
</a>
</div>
<!-- Engage -->
<div class="pure-u-1 pure-u-sm-1-4">
<h3>Engage</h3>
<!-- cards/pages -->
<!-- 1 -->
<a title="Gold" href="ims-gold.html" class="nav-item" tabindex="-1">
<div class="navcard">
<h5>IMS Gold</h5>
<p>Join the IMS client feedback program for the latest IMS news and engage with other customers.</p>
</div>
</a>
<!-- 2 -->
<a title="Makerspace" href="ims-makerspace.html" class="nav-item" tabindex="-1">
<div class="navcard">
<h5>Makerspace</h5>
<p>Sign up to interact with a specialized IMS team who can help you solve real-world business challenges.</p>
</div>
</a>
<!-- 3 -->
<a title="IMS Community" class="nav-item" tabindex="-1" target="_blank" rel="noopener noreferrer"
href="https://community.ibm.com/community/user/ibmz-and-linuxone/groups/topic-home?CommunityKey=eba3ada3-db89-4dca-9154-328195f5e560">
<div class="navcard">
<h5>IMS community
<img src="wp-content/Icon07.png" alt="External link" style="height: 15px; width: 15px;margin-left:10px"></img>
</h5>
<p>See the latest IMS blogs, engage in IMS forums, and more by visiting the <b><em>IMS Community</em></b> website.</p>
</div>
</a>
<!-- 4 -->
<a title="Advocacy" href="ims-advocacy.html" class="nav-item" tabindex="-1">
<div class="navcard">
<h5>Advocacy</h5>
<p>Request an IMS advocate so that you have a voice in IMS.</p>
</div>
</a>
</div>
<!-- Learn -->
<div class="pure-u-1 pure-u-sm-1-4">
<h3>Learn</h3>
<!-- cards/pages -->
<!-- 1 -->
<a title="IMS Videos" href="ims-videos.html" class="nav-item" tabindex="-1">
<div class="navcard">
<h5>IMS videos</h5>
<p>Choose from hundreds of educational videos on IMS components, functions, and tools.</p>
</div>
</a>
<!-- 2 -->
<a title="IMS Courses" href="ims-education.html" class="nav-item" tabindex="-1">
<div class="navcard">
<h5>IMS courses</h5>
<p>Get in-depth IMS education with these self-paced courses and earn digital badges.</p>
</div>
</a>
<!-- 3 -->
<a title="IMS Repos on GitHub" href="ims-repos.html" class="nav-item" tabindex="-1">
<div class="navcard">
<h5>IMS repos on GitHub</h5>
<p>Get code samples and tutorials on IMS components, workflows, Java, and more.</p>
</div>
</a>
</div>
<!-- Docs & Support -->
<div class="pure-u-1 pure-u-sm-1-4">
<h3>
Documentation & support
</h3>
<!-- cards/pages -->
<!-- 1 -->
<a title="IMS Docs" href="ims-docs.html" class="nav-item" tabindex="-1">
<div class="navcard">
<h5>IMS documentation</h5>
<p>Find information on IMS, tools, and other IBM products.</p>
</div>
</a>
<!-- 2 -->
<a title="IMS Support" href="ims-support.html" class="nav-item" tabindex="-1">
<div class="navcard">
<h5>IMS support</h5>
<p>Get help with IMS or other IBM products.</p>
</div>
</a>
</div>
</div>
</nav>
</section>
</header>
</div>
<!-- Additional styling for content after navigation -->
<head>
<link rel="stylesheet" type="text/css" href="wp-includes/css/pure.css">
<link rel="stylesheet" href="wp-includes/css/grids-responsive-min.css">
<link rel="stylesheet" type="text/css" href="wp-includes/css/homepage.css">
</head>
<div id="content" class="site-content">
<div class="content-area" id="content-area">
<div class="entry-content">
<main class="zs-main" id="main">
<!-- =========================== IMS DevOps =========================== -->
<div class="banner white-bg" >
<section id="intro-section" class="pure-g zs-section intro-sec">
<div id="intro-header" class="pure-u-1"></div>
<div class="pure-u-3-25">
<img class="ims-card-icon" src="wp-content/Icon_Banner_AutomationPage.svg" alt="">
</div>
<div id="intro-info" class="pure-u-1 pure-u-sm-1-2">
<h6>Innovate</h6>
<h1>Automation</h1>
<p id="p-style">Ansible® for IBM Z® helps you automate your z/OS® applications and IT infrastructure
as part of your enterprise automation strategy using a proven and consistent approach.
</p>
<div class="pure-u-1 intro-button">
<a class="zs-w-button-transparent" onfocus="closeNavMenu()" aria-label="Start your free trial of Ansible for IBM Z"
href="https://early-access.ibm.com/software/support/trial/cst/welcomepage.wss?siteId=940&tabId=2224&w=1" target="_blank" rel="noopener noreferrer">
Start your free trial →</a>
</div>
</div>
</section>
</div>
<!-- =========================== Expanded description =========================== -->
<div class="zs-gray-section ibm-background-white-core desc-sec">
<section class="zs-section">
<!--Header -->
<div class="pure-u-1 pure-u-sm-1 ">
<h2>Ansible for IBM Z</h2>
</div>
<p class="desc-sec-subtitle">
With Ansible, you can automate z/OS applications and IT infrastructure
as part of your enterprise automation strategy by using a proven and consistent approach.
</p>
<div class="pure-u-g">
<div class="pure-u-1 pure-u-sm-11-24">
<p >
The <a target="_blank" rel="noopener noreferrer" href="https://www.ansible.com/integrations/infrastructure/ibm-zos">
Red Hat Ansible Certified Content for IBM Z</a>
helps you connect IBM Z to your wider enterprise
automation strategy through the Red Hat® Ansible Automation Platform ecosystem. IBM Z Ansible content helps
enable development and operations automation through unified workflow orchestration in one easy-to-use platform.
</p>
</div>
<div class="pure-u-1-24"></div>
<div class="pure-u-1 pure-u-sm-11-24">
<p>
Integrate what you have or build new playbooks with certified, open source content to create something new. Use your
existing JCL, REXX, and z/OSMF assets or anything else using Ansible.
</p>
<div style="font-size: 18px;">
<a target="_blank" rel="noopener noreferrer"
href="https://www.ibm.com/support/z-content-solutions/ansible/">Get started with Ansible collections for IBM Z →</a>
</div>
</div>
</div>
</section>
</div>
<!-- =========================== Resources =========================== -->
<div class="zs-gray-section">
<section class="zs-section pure-g">
<!-- 1st half -->
<div class="pure-u-1 pure-u-sm-1-2 resource-sec-g">
<!-- Section header -->
<img src="wp-content/Icon_IMS collections_AutomationPage.svg" alt="">
<div class="pure-u-1">
<h2>IMS collections</h2>
</div>
<p>
Grab the latest IBM z/OS IMS collections from Galaxy or GitHub.
These collections include modules and sample playbooks that help you automate tasks
for IBM IMS.
</p>
<p>
<a target="_blank" rel="noopener noreferrer"
href="https://galaxy.ansible.com/ibm/ibm_zos_ims">View IMS Collection in Galaxy →</a>
</p>
<p>
<a target="_blank" rel="noopener noreferrer"
href="http://ibm.biz/BdfH9g">View collections on GitHub →</a>
</p>
</div>
<!-- 2nd half -->
<div class="pure-u-1 pure-u-sm-1-2 resource-sec-g">
<!-- Section header -->
<img src="wp-content/Icon_IMS collections_AutomationPage.svg" alt="">
<div class="pure-u-1">
<h2>Engage with the community</h2>
</div>
<p>
See the latest blogs, search forums, learn about events, and more on the
Ansible for IBM Z community.
</p>
<p>
<a target="_blank" rel="noopener noreferrer" aria-label="Join the IBM Z community"
href="https://www.ibm.com/community/z/software/ansible-for-ibmz">Join →
</a>
</p>
</div>
</section>
</div>
<!-- =========================== Value =========================== -->
<!-- Parallax BG needs specification here to override styles -->
<div class="zs-gray-section value-sec">
<section class="zs-section">
<!--Header -->
<div class="pure-u-1 pure-u-sm-1 pure-u-md-4-24">
<h2>Value</h2>
</div>
<div class="pure-u-lg-1-24"></div>
<!-- Consistency -->
<div class="pure-u-1 pure-u-sm-1 pure-u-md-6-24 white-link value-sec-g">
<div>
<img src="wp-content/Icon_Consistency_AutomationPage.svg" alt="">
<h3>Consistency</h3>
<p>
<ul>
<li>Enable a common approach to hybrid applications and infrastructure management.</li>
<li>Integrate IBM Z into an enterprise automation strategy in a consistent way.</li>
</ul>
</p>
</div>
</div>
<!-- Transaparency -->
<div class="pure-u-1 pure-u-sm-1 pure-u-md-6-24 white-link value-sec-g">
<div>
<img src="wp-content/Icon_Transparency_AutomationPage.svg" alt="">
<h3>Transparency</h3>
<p>
<ul>
<li>Enable transparency of IBM Z automation when orchestrated by Ansible to help to break down silos between IT teams.</li>
<li>Use best practices to manage automation in source control to move towards infrastructure as code.</li>
</ul>
</p>
</div>
</div>
<!-- Skills -->
<div class="pure-u-1 pure-u-sm-1 pure-u-md-6-24 white-link value-sec-g">
<div>
<img src="wp-content/Icon_Skills_AutomationPage.svg" alt="">
<h3>Skills</h3>
<p>
<ul>
<li>Use Ansible and Python skills, which are readily available in the marketplace and can be applied to IBM Z.</li>
<li>Use modules to codify key maintenance and operational tasks for IBM Z software so that you can focus on business outcomes.</li>
</ul>
</p>
</div>
</div>
</section>
</div>
<!-- =========================== back to top =========================== -->
<div>
<img id="btt" src="wp-content/Icon_Back_to_top.svg" alt="Back to top" tabindex="0" role="button">
</div>
</main>
</div><!-- .entry-content -->
</div><!-- #content -->
</div><!-- end of ibm-content-wrapper -->
<footer aria-label="IBM" id="themeFooter">
<div id="boomer-footer" class="boomer_footer_menu"></div>
<div id="dw-footer" class="ibm-alternate ibm-padding-normal">
<div class="ibm-columns ibm-padding-bottom-0">
<div class="ibm-col-1-1">
<div class="ibm-footer-corporate-links">
<ul>
<li><a href="https://www.ibm.com/contact/us" target="_blank">Contact</a></li>
<li><div></div></li>
<li><a href="http://www.ibm.com/privacy/us/en/" target="_blank">Privacy</a></li>
<li><div></div></li>
<li><a href="https://www.ibm.com/legal?lnk=flg-tous-usen" target="_blank">Terms of use</a></li>
<li><div></div></li>
<li><a href="http://www.ibm.com/accessibility/us/en/" target="_blank">Accessibility</a></li>
</ul>
</div>
<p class="copyright">Copyright IBM Corporation 2024</p>
<div id="ibm-footer-locale-selector"></div>
</div>
</div>
</div>
</footer>
</div><!-- #page -->
<!-- Search box functions -->
<script src="jekyll-tipue-search/assets/tipuesearch/searchBox.js"></script>
<!-- post-load actions/listeners -->
<script src="jekyll-tipue-search/assets/tipuesearch/postLoad.js"></script>
</body>
</html>