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
1c2d31ef
Commit
1c2d31ef
authored
Mar 02, 2012
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add info about the 'all' group to README.md
parent
cbfabcd0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
6 deletions
+8
-6
README.md
+8
-6
No files found.
README.md
View file @
1c2d31ef
...
...
@@ -56,7 +56,7 @@ Patterns and Groups
===================
Ansible works off an inventory file (/etc/ansible/hosts or overrideable with -i). Hosts can
be listed by IP or hostname, and groups are
suppor
ted with square brackets:
be listed by IP or hostname, and groups are
deno
ted with square brackets:
Example:
...
...
@@ -70,13 +70,15 @@ Example:
[
raleigh
]
192.
168.10.52
When running ansible commands, specific hosts are addressed by wildcard or group name.
This is required for all ansible commands.
When running ansible commands, hosts are addressed by name, wildcard, or group name.
This specifier is used in all ansible commands. 'all' is a built-in group name that matches all
hosts. Group names and host wildcards can be mixed as needed:
'*.example.com'
all
'web*.example.com'
'appservers;dbservers'
'atlanta;raleigh'
'database*;appserver*'
'192.168.10.50;192.168.10.52'
'192.168.10.50'
Example: Massive Parallelism and Running Shell Commands
=======================================================
...
...
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