|
58 | 58 | </style> |
59 | 59 | <style type="text/css">code{white-space: pre;}</style> |
60 | 60 | <style type="text/css"> |
| 61 | +html { -webkit-text-size-adjust: 100%; } |
61 | 62 | pre > code.sourceCode { white-space: pre; position: relative; } |
62 | | -pre > code.sourceCode > span { line-height: 1.25; } |
| 63 | +pre > code.sourceCode > span { display: inline-block; line-height: 1.25; } |
63 | 64 | pre > code.sourceCode > span:empty { height: 1.2em; } |
64 | 65 | .sourceCode { overflow: visible; } |
65 | 66 | code.sourceCode > span { color: inherit; text-decoration: inherit; } |
|
70 | 71 | } |
71 | 72 | @media print { |
72 | 73 | pre > code.sourceCode { white-space: pre-wrap; } |
73 | | -pre > code.sourceCode > span { display: inline-block; text-indent: -5em; padding-left: 5em; } |
| 74 | +pre > code.sourceCode > span { text-indent: -5em; padding-left: 5em; } |
74 | 75 | } |
75 | 76 | pre.numberSource code |
76 | 77 | { counter-reset: source-line 0; } |
@@ -209,6 +210,8 @@ <h1 class="toc-title">Contents</h1> |
209 | 210 | id="toc-ad_integration_sssd_custom_settings">ad_integration_sssd_custom_settings</a></li> |
210 | 211 | <li><a href="#ad_integration_preserve_authselect_profile" |
211 | 212 | id="toc-ad_integration_preserve_authselect_profile">ad_integration_preserve_authselect_profile</a></li> |
| 213 | +<li><a href="#ad_integration_manage_packages" |
| 214 | +id="toc-ad_integration_manage_packages">ad_integration_manage_packages</a></li> |
212 | 215 | </ul></li> |
213 | 216 | </ul></li> |
214 | 217 | <li><a href="#example-playbook" id="toc-example-playbook">Example |
@@ -490,6 +493,12 @@ <h3 id="ad_integration_sssd_settings">ad_integration_sssd_settings</h3> |
490 | 493 | avoid overwriting previous PAM/nsswitch changes, until <a |
491 | 494 | href="https://issues.redhat.com/browse/RHEL-5101">RHEL-5101</a> is |
492 | 495 | addressed.</p> |
| 496 | +<h3 |
| 497 | +id="ad_integration_manage_packages">ad_integration_manage_packages</h3> |
| 498 | +<p>By default, the role installs OS‐level packages needed for Active |
| 499 | +Directory integration. If <code>false</code>, the role assumes that all |
| 500 | +prerequisites are already in place and skips package installation.</p> |
| 501 | +<p>Default: true</p> |
493 | 502 | <h1 id="example-playbook">Example Playbook</h1> |
494 | 503 | <p>The following is an example playbook to setup direct Active Directory |
495 | 504 | integration with AD domain <code>domain.example.com</code>, the join |
|
0 commit comments