|
59 | 59 | <style type="text/css">code{white-space: pre;}</style> |
60 | 60 | <style type="text/css"> |
61 | 61 | pre > code.sourceCode { white-space: pre; position: relative; } |
62 | | -pre > code.sourceCode > span { display: inline-block; line-height: 1.25; } |
| 62 | +pre > code.sourceCode > span { line-height: 1.25; } |
63 | 63 | pre > code.sourceCode > span:empty { height: 1.2em; } |
64 | 64 | .sourceCode { overflow: visible; } |
65 | 65 | code.sourceCode > span { color: inherit; text-decoration: inherit; } |
|
70 | 70 | } |
71 | 71 | @media print { |
72 | 72 | pre > code.sourceCode { white-space: pre-wrap; } |
73 | | -pre > code.sourceCode > span { text-indent: -5em; padding-left: 5em; } |
| 73 | +pre > code.sourceCode > span { display: inline-block; text-indent: -5em; padding-left: 5em; } |
74 | 74 | } |
75 | 75 | pre.numberSource code |
76 | 76 | { counter-reset: source-line 0; } |
@@ -156,6 +156,8 @@ <h1 class="toc-title">Contents</h1> |
156 | 156 | id="toc-ssh_config_owner-ssh_config_group-ssh_config_mode">ssh_config_owner, |
157 | 157 | ssh_config_group, ssh_config_mode</a></li> |
158 | 158 | <li><a href="#ssh_backup" id="toc-ssh_backup">ssh_backup</a></li> |
| 159 | +<li><a href="#ssh_transactional_update_reboot_ok" |
| 160 | +id="toc-ssh_transactional_update_reboot_ok">ssh_transactional_update_reboot_ok</a></li> |
159 | 161 | </ul></li> |
160 | 162 | <li><a href="#example-playbook" id="toc-example-playbook">Example |
161 | 163 | Playbook</a></li> |
@@ -245,6 +247,15 @@ <h2 id="ssh_config_file">ssh_config_file</h2> |
245 | 247 | <h2 id="ssh_backup">ssh_backup</h2> |
246 | 248 | <p>When set to <em>false</em>, the original <code>ssh_config</code> file |
247 | 249 | is not backed up. Default is <em>true</em>.</p> |
| 250 | +<h2 |
| 251 | +id="ssh_transactional_update_reboot_ok">ssh_transactional_update_reboot_ok</h2> |
| 252 | +<p>This variable is used to handle reboots required by transactional |
| 253 | +updates. If a transactional update requires a reboot, the role will |
| 254 | +proceed with the reboot if ssh_transactional_update_reboot_ok is set to |
| 255 | +true. If set to false, the role will notify the user that a reboot is |
| 256 | +required, allowing for custom handling of the reboot requirement. If |
| 257 | +this variable is not set, the role will fail to ensure the reboot |
| 258 | +requirement is not overlooked.</p> |
248 | 259 | <h1 id="example-playbook">Example Playbook</h1> |
249 | 260 | <p>The following playbook configures the <code>root</code> user ssh |
250 | 261 | configuration in his</p> |
|
0 commit comments