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
b243b8dc
Commit
b243b8dc
authored
May 15, 2012
by
John Callender
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixing a couple more internal doc links.
parent
b896157d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
rst/bestpractices.rst
+1
-1
rst/faq.rst
+1
-1
No files found.
rst/bestpractices.rst
View file @
b243b8dc
...
...
@@ -42,7 +42,7 @@ Playbooks should be organized like this::
stop.yml
Any directories or files not needed can be omitted. Not all modules may require `vars` or `files` sections, though most
will require `handlers`, `tasks`, and `templates`. To review what each of these sections do, see
ref:`playbooks` and ref
:`playbooks2`.
will require `handlers`, `tasks`, and `templates`. To review what each of these sections do, see
:doc:`playbooks` and :doc
:`playbooks2`.
The acme/setup.yml playbook would be as simple as::
...
...
rst/faq.rst
View file @
b243b8dc
...
...
@@ -173,7 +173,7 @@ them probably isn't appropriate, which is why ansible-pull exists.
This tool is designed for running out of git and cron, and can scale to any
number of hosts. Ansible-pull uses local connections versus SSH, but can be
easily bootstrapped or reconfigured just using SSH. There is more information
available about this in the
ref
:`playbooks2` section. The self-bootstrapping
available about this in the
:doc
:`playbooks2` section. The self-bootstrapping
and ease of use are ansible are still retained, even when switching to the pull
model.
...
...
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