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
b0c92111
Commit
b0c92111
authored
Jan 29, 2014
by
jctanner
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #5815 from saltvedt/patch-1
Added info on --skip-tags to tags documentation.
parents
5cc35469
4cefd1b2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
docsite/rst/playbooks_tags.rst
+4
-0
No files found.
docsite/rst/playbooks_tags.rst
View file @
b0c92111
...
@@ -24,6 +24,10 @@ Example::
...
@@ -24,6 +24,10 @@ Example::
If you wanted to just run the "configuration" and "packages" part of a very long playbook, you could do this::
If you wanted to just run the "configuration" and "packages" part of a very long playbook, you could do this::
ansible-playbook example.yml --tags "configuration,packages"
ansible-playbook example.yml --tags "configuration,packages"
On the other hand, if you want to run a playbook *without* certain tasks, you could do this::
ansible-playbook example.yml --skip-tags "notification"
You may also apply tags to roles::
You may also apply tags to roles::
...
...
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