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
246e602f
Commit
246e602f
authored
Sep 08, 2015
by
Brian Coca
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added note on ssh and sftp to managed node intro
parent
91a5d06c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
docsite/rst/intro_installation.rst
+4
-3
No files found.
docsite/rst/intro_installation.rst
View file @
246e602f
...
@@ -53,7 +53,7 @@ This includes Red Hat, Debian, CentOS, OS X, any of the BSDs, and so on.
...
@@ -53,7 +53,7 @@ This includes Red Hat, Debian, CentOS, OS X, any of the BSDs, and so on.
.. note::
.. note::
As of 2.0 ansible uses a few more file handles to manage it's forks, OS X has a very low setting so if you want to use 15 or more forks
As of 2.0 ansible uses a few more file handles to manage it's forks, OS X has a very low setting so if you want to use 15 or more forks
you'll need to raise the ulimit, like so `
sudo launchctl limit maxfiles 1024 2048
`. Or just any time you see a "Too many open files" error.
you'll need to raise the ulimit, like so `
`sudo launchctl limit maxfiles 1024 2048`
`. Or just any time you see a "Too many open files" error.
.. _managed_node_requirements:
.. _managed_node_requirements:
...
@@ -61,9 +61,10 @@ This includes Red Hat, Debian, CentOS, OS X, any of the BSDs, and so on.
...
@@ -61,9 +61,10 @@ This includes Red Hat, Debian, CentOS, OS X, any of the BSDs, and so on.
Managed Node Requirements
Managed Node Requirements
`````````````````````````
`````````````````````````
On the managed nodes, you only need Python 2.4 or later, but if you are running less than Python 2.5 on the remotes, you will also need:
On the managed nodes, you need a way to communicate, normally ssh. By default this uses sftp, if not available you can switch to scp in ansible.cfg.
Also you need Python 2.4 or later, but if you are running less than Python 2.5 on the remotes, you will also need:
* ``python-simplejson``
* ``python-simplejson``
.. note::
.. note::
...
...
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