mirror of
https://github.com/jaywcjlove/reference.git
synced 2025-06-21 14:31:30 +08:00
doc: update css.md
. aa38a0e765
This commit is contained in:
@ -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
Reference in New Issue
Block a user