mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Docs rebuild
This commit is contained in:
@@ -196,7 +196,7 @@ relevant, feel free to skip it. For many people, the features documented in <ci
|
||||
be 90% or more of what they use in Ansible.</p>
|
||||
<div class="section" id="accessing-complex-variable-data">
|
||||
<h2>Accessing Complex Variable Data<a class="headerlink" href="#accessing-complex-variable-data" title="Permalink to this headline">¶</a></h2>
|
||||
<p>Some provided facts, like networking information, are made available as nested datastructures. To access
|
||||
<p>Some provided facts, like networking information, are made available as nested data structures. To access
|
||||
them a simple ‘$foo’ is not sufficient, but it is still easy to do. Here’s how we get an IP address using
|
||||
Ansible 0.4 and later:</p>
|
||||
<div class="highlight-python"><pre>${ansible_eth0.ipv4.address}</pre>
|
||||
@@ -501,7 +501,7 @@ logs from ansible-pull runs would be an excellent way to gather and analyze remo
|
||||
</p>
|
||||
<p>
|
||||
© Copyright 2012 Michael DeHaan.<br/>
|
||||
Last updated on May 13, 2012.<br/>
|
||||
Last updated on May 19, 2012.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
Reference in New Issue
Block a user