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
6fe7e92c
Commit
6fe7e92c
authored
Jan 26, 2014
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #5770 from miksago/patch-1
Fixing *_plugins configuration names and values
parents
ea138cc1
c6670081
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
docsite/rst/intro_configuration.rst
+5
-5
No files found.
docsite/rst/intro_configuration.rst
View file @
6fe7e92c
...
...
@@ -114,7 +114,7 @@ callback_plugins
This is a developer-centric feature that allows low-level extensions around Ansible to be loaded from
different locations::
action_plugins = /usr/share/ansible_plugins/action
_plugins
callback_plugins = /usr/share/ansible_plugins/callback
_plugins
Most users will not need to use this feature. See :doc:`developing_plugins` for more details
...
...
@@ -126,7 +126,7 @@ connection_plugins
This is a developer-centric feature that allows low-level extensions around Ansible to be loaded from
different locations::
action_plugins = /usr/share/ansible_plugins/a
ction_plugins
connection_plugins = /usr/share/ansible_plugins/conne
ction_plugins
Most users will not need to use this feature. See :doc:`developing_plugins` for more details
...
...
@@ -185,7 +185,7 @@ filter_plugins
This is a developer-centric feature that allows low-level extensions around Ansible to be loaded from
different locations::
action_plugins = /usr/share/ansible_plugins/action
_plugins
filter_plugins = /usr/share/ansible_plugins/filter
_plugins
Most users will not need to use this feature. See :doc:`developing_plugins` for more details
...
...
@@ -297,7 +297,7 @@ lookup_plugins
This is a developer-centric feature that allows low-level extensions around Ansible to be loaded from
different locations::
action_plugins = /usr/share/ansible_plugins/action
_plugins
lookup_plugins = /usr/share/ansible_plugins/lookup
_plugins
Most users will not need to use this feature. See :doc:`developing_plugins` for more details
...
...
@@ -476,7 +476,7 @@ vars_plugins
This is a developer-centric feature that allows low-level extensions around Ansible to be loaded from
different locations::
action_plugins = /usr/share/ansible_plugins/action
_plugins
vars_plugins = /usr/share/ansible_plugins/vars
_plugins
Most users will not need to use this feature. See :doc:`developing_plugins` for more details
...
...
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