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
8559f016
Commit
8559f016
authored
May 10, 2012
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
var section tweaks
parent
c193f774
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
3 deletions
+8
-3
rst/patterns.rst
+8
-3
No files found.
rst/patterns.rst
View file @
8559f016
...
@@ -103,10 +103,12 @@ Using the 0.4 branch of Ansible, variables can also be applied to an entire grou
...
@@ -103,10 +103,12 @@ Using the 0.4 branch of Ansible, variables can also be applied to an entire grou
ntp_server=ntp.atlanta.example.com
ntp_server=ntp.atlanta.example.com
proxy=proxy.atlanta.example.com
proxy=proxy.atlanta.example.com
Groups of Groups
Groups of Groups
, and Group Variables
++++++++++++++++
++++++++++++++++
+++++++++++++++++++++
Using the 0.4 branch of Ansible, it is possible to make groups of groups::
Using Ansible 0.4, it is possible to make groups of groups and assign
variables to groups. These variables can be used by /usr/bin/ansible-playbook, but not
/usr/bin/ansible.
[atlanta]
[atlanta]
host1
host1
...
@@ -122,6 +124,9 @@ Using the 0.4 branch of Ansible, it is possible to make groups of groups::
...
@@ -122,6 +124,9 @@ Using the 0.4 branch of Ansible, it is possible to make groups of groups::
[southeast:vars]
[southeast:vars]
some_server=foo.southeast.example.com
some_server=foo.southeast.example.com
halon_system_timeout=30
self_destruct_countdown=60
escape_pods=2
[usa:children]
[usa:children]
southeast
southeast
...
...
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