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
0c2994f6
Commit
0c2994f6
authored
Oct 02, 2013
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Misc rst tweaks
parent
2478c1d4
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
6 deletions
+9
-6
docsite/latest/rst/playbooks_lookups.rst
+2
-2
docsite/latest/rst/playbooks_tags.rst
+3
-2
docsite/latest/rst/playbooks_variables.rst
+4
-2
No files found.
docsite/latest/rst/playbooks_lookups.rst
View file @
0c2994f6
...
...
@@ -3,9 +3,9 @@ Using Lookups
Lookup plugins allow access of data in Ansible from outside sources. This can include the filesystem
but also external datastores. These values are then made available using the standard templating system
in Ansible.
in Ansible
, and are typically used to load variables or templates with information from those systems
.
.. note:: This is considered an advanced feature, and many users will probably not rely on these features.
.. note:: This is considered an advanced feature, and many users will probably not rely on these features.
Intro to Lookups: Getting File Contents
```````````````````````````````````````
...
...
docsite/latest/rst/playbooks_tags.rst
View file @
0c2994f6
...
...
@@ -2,8 +2,9 @@ Tags
====
If you have a large playbook it may become useful to be able to run a
specific part of the configuration. Both plays and tasks support a
"tags:" attribute for this reason.
specific part of the configuration without running the whole playbook.
Both plays and tasks support a "tags:" attribute for this reason.
Example::
...
...
docsite/latest/rst/playbooks_variables.rst
View file @
0c2994f6
Variables
=========
While automation exists to make it easier to make things repeatable, all of your systems are likely not exactly alike.
All of your systems are likely not the same. On some systems you may want to set some behavior
or configuration that is slightly different from others.
Also, some of the observed behavior or state
of remote systems might need to influence how you configure those systems. (Such as you
can
find out the IP
address of a system and even use it as a configuration value on
ANOTHER
system).
of remote systems might need to influence how you configure those systems. (Such as you
might need to
find out the IP
address of a system and even use it as a configuration value on
another
system).
You might have some templates for configuration files that are mostly the same, but slightly different
based on those variables.
...
...
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