doc: update css.md. aa38a0e765

This commit is contained in:
jaywcjlove
2022-11-07 08:05:40 +00:00
parent db56b462de
commit 551d1586aa
3 changed files with 18 additions and 6 deletions

View File

@ -104,7 +104,7 @@
</div></div></div></div></div><div class="wrap h2body-exist"><div class="wrap-header h2wrap"><h2 id="命令行ad-hoc"><a aria-hidden="true" tabindex="-1" href="#命令行ad-hoc"><span class="icon icon-link"></span></a>命令行(ad-hoc)</h2><div class="wrap-body">
</div></div><div class="h2wrap-body"><div class="wrap h3body-not-exist"><div class="wrap-header h3wrap"><h3 id="ansible"><a aria-hidden="true" tabindex="-1" href="#ansible"><span class="icon icon-link"></span></a>ansible</h3><div class="wrap-body">
<p>检查Inventory是否生效</p>
<pre class="language-shell"><code class="language-shell code-highlight"><span class="code-line">ansible all --list-hosts
<pre class="language-shell"><code class="language-shell code-highlight"><span class="code-line">$ ansible all --list-hosts
</span></code></pre>
<p>ping所有目标</p>
<pre class="language-shell"><code class="language-shell code-highlight"><span class="code-line">$ ansible all <span class="token parameter variable">-m</span> <span class="token function">ping</span>

File diff suppressed because one or more lines are too long