Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ansible
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ansible
Commits
dad0e0fe
Commit
dad0e0fe
authored
Aug 16, 2012
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
document --list-hosts
parent
815a5408
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
0 deletions
+9
-0
playbooks.html
+4
-0
rst/playbooks.rst
+5
-0
searchindex.js
+0
-0
No files found.
playbooks.html
View file @
dad0e0fe
...
@@ -492,6 +492,10 @@ kept seperate in the counts.</p>
...
@@ -492,6 +492,10 @@ kept seperate in the counts.</p>
use the
‘–
verbose
’
flag. This is available in Ansible 0.5 and later.
</p>
use the
‘–
verbose
’
flag. This is available in Ansible 0.5 and later.
</p>
<p>
Also, in version 0.5 and later, Ansible playbook output is vastly upgraded if the cowsay
<p>
Also, in version 0.5 and later, Ansible playbook output is vastly upgraded if the cowsay
package is installed. Try it!
</p>
package is installed. Try it!
</p>
<p>
In version 0.7 and later, to see what hosts would be affected by a playbook before you run it, you
can do this:
</p>
<div
class=
"highlight-python"
><pre>
$ ansible-playbook playbook.yml --list-hosts.
</pre>
</div>
<div
class=
"admonition-see-also admonition seealso"
>
<div
class=
"admonition-see-also admonition seealso"
>
<p
class=
"first admonition-title"
>
See also
</p>
<p
class=
"first admonition-title"
>
See also
</p>
<dl
class=
"last docutils"
>
<dl
class=
"last docutils"
>
...
...
rst/playbooks.rst
View file @
dad0e0fe
...
@@ -355,6 +355,11 @@ use the '--verbose' flag. This is available in Ansible 0.5 and later.
...
@@ -355,6 +355,11 @@ use the '--verbose' flag. This is available in Ansible 0.5 and later.
Also, in version 0.5 and later, Ansible playbook output is vastly upgraded if the cowsay
Also, in version 0.5 and later, Ansible playbook output is vastly upgraded if the cowsay
package is installed. Try it!
package is installed. Try it!
In version 0.7 and later, to see what hosts would be affected by a playbook before you run it, you
can do this::
ansible-playbook playbook.yml --list-hosts.
.. seealso::
.. seealso::
:doc:`YAMLSyntax`
:doc:`YAMLSyntax`
...
...
searchindex.js
View file @
dad0e0fe
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment