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
ccd8d7c2
Commit
ccd8d7c2
authored
Oct 23, 2012
by
Nigel Metheringham
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Spelling fixes
parent
dd5629cd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
docsite/rst/playbooks2.rst
+3
-3
No files found.
docsite/rst/playbooks2.rst
View file @
ccd8d7c2
...
...
@@ -127,7 +127,7 @@ period.
Don't worry about any of this unless you think you need it. You'll know when you do.
Variable File Sep
e
ration
Variable File Sep
a
ration
````````````````````````
It's a great idea to keep your playbooks under source control, but
...
...
@@ -334,7 +334,7 @@ you can of course push this out with Ansible if you like::
# for ohai
ansible -m yum -a "pkg=ohai ensure=installed"
Ansible's approach to configuration -- sep
e
rating variables from tasks, keeps your playbooks
Ansible's approach to configuration -- sep
a
rating variables from tasks, keeps your playbooks
from turning into arbitrary code with ugly nested ifs, conditionals, and so on - and results
in more streamlined & auditable configuration rules -- especially because there are a
minimum of decision points to track.
...
...
@@ -512,7 +512,7 @@ A script for setting up ansible-pull is provided in the examples/playbooks direc
checkout.
The basic idea is to use Ansible to set up a remote copy of ansible on each managed node, each set to run via
cron and update playbook source via git. This in
ter
verts the default push architecture of ansible into a pull
cron and update playbook source via git. This inverts the default push architecture of ansible into a pull
architecture, which has near-limitless scaling potential. The setup playbook can be tuned to change
the cron frequency, logging locations, and parameters to ansible-pull.
...
...
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