Commit graph

60 commits

Author SHA1 Message Date
Reedik Tuuling 2f90d3721c Add installing with pip from git (#15366)
It is also possible to install with pip from the latest development branch in git. Not sure about the wording tho.
2016-04-11 11:35:58 -04:00
David Blencowe 941e31e968 Update the Mac warning in intro_installation.rst
A setting of 1024 here causes other issues such as VMware not being able to start Virtual Machines. Changing to just "unlimited" as the option resolves this
2016-03-22 16:49:03 +00:00
Brian Coca 051b9e7b90 added warning about additional requirements 2016-03-14 22:34:17 -04:00
Jinesh Choksi 78f6b61990 On RHEL/CentOS 6 needed additional dependencies to build RPM
To build an RPM on RHEL 6, we needed asciidoc, git and python-setuptools in addition to the rpm-build/make and python2-devel packages.
2016-03-02 10:54:37 +00:00
Brian Coca a928465c9e added note about 1.9 ppa 2016-01-27 16:26:44 -05:00
Sebastian Thiel 28be222ff0 correct invocation of launchctl
When I executed `launchctl limit maxfiles 1024 2048` , my entire system would become unusable, as all of the sudden no process could use any file anymore, reporting that the max file limit was reached.
Only a hard reboot could fix the problem, which fortunately revealed that the configuration was not saved.

The change I made *should* remedy the issue, even though I didn't test it.
Therefore I hope you can revise the documentation to be sure nothing bad happens.

# Meta

Tested on OSX 10.11.2
2016-01-07 16:55:41 +01:00
Brian Coca c489b271d1 updated release cycle to 4 months instead of 2 2015-12-27 14:18:07 -05:00
George Brighton 0dedf444a1 Removed erroneous apostrophe in installation documentation 2015-11-15 00:04:11 +00:00
Ryan S. Brown 48e1396496 Add -y to yum command, otherwise it would hang indefinitely 2015-10-15 13:55:53 -04:00
Ryan S. Brown 9dcde77e0e Document using the raw module to install a py2.X and simplejson
In the installation guide, the raw module is mentioned as an option for
installing Python or simplejson on managed nodes that don't have them.
This change adds an example for users that may already be familiar with
using ansible but are checking install docs because they don't know the
requirements for managed nodes, or are using a distribution that doesn't
include Python 2 by default.
2015-10-15 13:35:07 -04:00
Toshio Kuratomi d660381f98 Merge pull request #12450 from glnds/devel
Installation update for people using Fishshell
2015-10-09 19:39:30 -07:00
Nathan Sowatskey e7029a90e6 #12454 changing to footnote. 2015-09-30 10:45:43 +02:00
Nathan Sowatskey 68a927466e Updating Mac OSX guidance comment to make it a note for issue #12454. 2015-09-29 11:14:28 +02:00
Nathan Sowatskey 420589c715 Adding Mac OSX guidance comment for issue #12454. 2015-09-29 11:10:26 +02:00
Nathan Sowatskey ee6317ca07 Adding Mac OSX guidance comment for issue #12454. 2015-09-28 15:46:37 +02:00
Nathan Sowatskey c8835b873b Adding Mac OSX guidance comment for issue #12454. 2015-09-28 15:40:32 +02:00
Nathan Sowatskey f5c453f2b2 Adding Mac OSX guidance comment for issue #12454. 2015-09-28 15:39:35 +02:00
Gert Leenders 2dc61bc73f Installation update for people using Fishshell 2015-09-21 11:31:44 +02:00
Kenny Gillen 00d2a80542 s/rpmbuild/rpm-build
When I followed these instructions, the generated path was 'rpm-build', not 'rpmbuild'. My rpm-build version is rpm-build-4.11.1-25.el7.x86_64 if that's relevant. Maybe this is 'just me', but wanted to feed back in case it's the same for everyone.
2015-09-08 17:59:53 +01:00
Brian Coca 246e602fce added note on ssh and sftp to managed node intro 2015-09-08 09:39:28 -04:00
Brian Coca 91a5d06c21 added note on os x file limits 2015-09-08 09:18:14 -04:00
Charles Chan ec60db3907 Update intro_installation.rst
Improve documentation.
2015-08-15 19:28:23 -07:00
Brian Coca 8ace659d4c Merge pull request #10524 from TwoD/arch
Added installation instructions for Arch Linux.
2015-07-24 18:33:21 -04:00
Henrik Danielsson c5d2db9c88 Added note about Python 2 for Arch Linux and a link to the ArchWiki page. 2015-07-25 00:08:26 +02:00
Hugo van Kemenade 60ec726b37 Typos 2015-07-06 10:21:40 +03:00
nitzmahone ed07a90289 added six to install-from-source docs 2015-06-24 11:40:59 -07:00
Rodolfo Carvalho fdc06c134a Fix docs typo 2015-06-18 09:03:42 +02:00
Brian Coca e971b60f26 updated docs about ansible_hosts/inventory env vars 2015-05-05 09:48:57 -04:00
Hiroaki Nakamura f0158d4eed Add Python 2.7 to Conrol Machine Requirements in docsite 2015-04-22 02:57:26 +09:00
Matt Martz fa076591c9 Don't recommend installing ansible via homebrew 2015-04-02 15:30:37 -05:00
Luke 132c0e794d note added to source section
Added reminder to not use source install method if you're going to be installing ansible for a Tower system
2015-04-01 08:29:56 -04:00
Henrik Danielsson c6942578bf Added installation instructions for Arch Linux. 2015-03-24 12:00:58 +01:00
Tongliang Liu 1fc2095157 Added "--recursive" to git clone command in installation via yum section. Changed rpm build parent directory to current dir. 2015-02-11 20:00:38 -08:00
Dagobert Michelsen 7a90139e3c Add OpenCSW for Solaris 2015-01-28 10:23:03 +01:00
William Jimenez 36e0e1ef26 explain -q flag for env-setup
See https://github.com/ansible/ansible/issues/10109
2015-01-27 12:56:21 -08:00
Brian Coca 375f4d701c Merge pull request #9076 from jirutka/patch-1
Add Gentoo install notes do intro_installation
2015-01-12 10:27:03 -05:00
ronalexander e265fb85b4 Update intro_installation.rst
Corrected casing of Jinja2 in pip dependencies.
2014-10-21 09:21:31 -05:00
Michael DeHaan 0e552dbe32 Merge pull request #9188 from nmadhok/patch-2
Doc fix in intro_installation.rst
2014-09-28 13:44:58 -04:00
Nitin Madhok 88e08cb54d Doc fix in intro_installation.rst
Missing code block
2014-09-28 08:25:08 -04:00
Will Thames 3513c9adc1 Updated installation instructions for submodules
Added `--init --recursive` to installation instructions
as per @bcoca's suggestion on ansible-project mailing list
2014-09-28 10:15:05 +10:00
Michael DeHaan e8fe306cef Some various comments about the new repos, more to likely come. 2014-09-26 17:52:50 -04:00
Jakub Jirutka e6bf57469e Add Gentoo install notes 2014-09-19 23:49:14 +02:00
James Laska 2e7ad0899f Update docs to mention new PPA 2014-07-16 12:26:17 -04:00
Tim Gerla bace3dc964 Fix the name of the package that provides apt-add-repository on Ubuntu 2014-07-14 08:42:49 -07:00
Bill Nottingham 78ef6c79b9 mention EPEL 7 alongside 6 2014-06-19 14:11:35 -04:00
Gerry Skerbitz b616f4b98f Update intro_installation.rst
This is different wording for using the PPA to install.  I also added the installation of apt-add-repository package which isn't always installed.

(I'm a newbie but while running these I wished whatever style was being used on the docs pages would have let me  cut and paste the commands without having to edit out the $ characters manually....)
2014-06-08 16:16:13 -05:00
Michael DeHaan e54320412d Add Mavericks install notes 2014-04-29 16:42:25 -04:00
Adam Menges a039146081 added homebrew to install doc 2014-04-15 13:15:43 -07:00
koffu b75768c206 Update intro_installation.rst
error in ubuntu install instructions
2014-03-04 22:11:58 +02:00
Afsin Toparlak 3542853f8c Update intro_installation.rst 2014-02-19 00:29:48 +01:00