James Cammarata
0e52f19a23
Merge pull request #9228 from wsuff/patch-1
...
Small typo in galaxy.rst
2014-10-01 14:26:13 -05:00
James Cammarata
8ac4a844e7
Merge pull request #9214 from nmadhok/patch-1
...
Update community.rst
2014-10-01 14:13:40 -05:00
wsuff
d5bab777cb
Small typo in galaxy.rst
...
other SCM sourced in line 96
2014-10-01 00:30:37 -04:00
Michael DeHaan
c6bfd05c81
Document pattern ranges on the patterns page.
2014-09-30 15:17:28 -04:00
Toshio Kuratomi
0af750e3e5
Merge pull request #9182 from bbasleeper/feature_sudo_exe_from_inventory
...
Add a new inventory parameter (ansible_sudo_exe) to specify sudo command...
2014-09-30 14:55:46 -04:00
Nitin Madhok
f6bd0d4841
Update community.rst
...
Fixes https://github.com/ansible/ansible/issues/9202
2014-09-30 04:57:01 -04:00
Bruno BAILLUET
4e5dc754fa
Added a comment to mention that ansible_sudo_exe is available from version 1.8 and beyond
2014-09-29 19:46:41 +02:00
Michael DeHaan
4eb26c724b
Merge pull request #9189 from nmadhok/patch-3
...
Update intro_configuration.rst
2014-09-28 13:47:11 -04: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
f811a0f89a
Update intro_configuration.rst
2014-09-28 08:30:35 -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
Bruno BAILLUET
a25da4af05
Add a new inventory parameter (ansible_sudo_exe) to specify sudo command path.
2014-09-27 17:39:49 +02:00
Michael DeHaan
e8fe306cef
Some various comments about the new repos, more to likely come.
2014-09-26 17:52:50 -04:00
Michael DeHaan
bceb0026a5
Updating the module formatter to deal with the new repo structure.
2014-09-26 17:10:13 -04:00
James Cammarata
cdcbde1cff
Fixing version added for the fire/forget check later feature
2014-09-25 19:16:41 -05:00
James Cammarata
8b7e16e4e3
Merge branch 'admiller/async_resume' of https://github.com/maxamillion/ansible into maxamillion-admiller/async_resume
2014-09-25 15:28:53 -05:00
James Cammarata
86edd0381c
Adding in docs updates for 1.7.2 release
2014-09-24 15:53:36 -05:00
Michael Peters
7aa6639c13
documenting extra packages that need to be installed to run the full integration tests
2014-09-18 14:55:03 -04:00
Michael Peters
9c590b30b2
minor tweak to required modules for running tests
2014-09-18 14:32:53 -04:00
James Cammarata
1d3a8bd39c
Updating current ansible version on docsite index
2014-09-18 08:01:58 -05:00
Michael DeHaan
489574e072
Docs indentation - this time with feeling
2014-09-16 15:40:00 -04:00
Michael DeHaan
506d4554dc
Fix documentation indent levels.
2014-09-16 15:27:40 -04:00
Matt Martz
c319df78f8
Also document force_color
2014-09-16 10:31:50 -05:00
Matt Martz
c1555987d7
Document vault_password_file in intro_configuration
2014-09-16 10:22:32 -05:00
James Cammarata
8d6ed6e613
Merge pull request #8996 from mscherer/improve_doc_defaults
...
Mention defaults subdirectory in a more visible way
2014-09-15 09:58:34 -05:00
Michael Scherer
8fb14db802
Mention defaults subdirectory in a more visible way
...
All examples do not show it, so only someone reading the doc from
end to end would know about it.
2014-09-13 13:25:07 +02:00
renning bruns
49aa7ee523
Update playbooks_variables.rst
...
very small and minor addition, but I couldn't find anywhere that answered this (now obvious) question I had of whether or not facts could also be yaml files.
2014-09-11 14:41:51 -07:00
James Cammarata
6c6a0f068e
Updating PR testing document with manual branch checkout steps
2014-09-11 11:05:56 -05:00
James Cammarata
1dc11c9752
Merge pull request #8943 from ycombinator/add-missing-tag
...
Add missing tag to roles file example.
2014-09-10 21:35:36 -05:00
Michael DeHaan
c05a12472c
Add PR testing guide (95% from James).
2014-09-10 17:41:58 -04:00
Michael DeHaan
c681a41bbb
Indents in docs.
2014-09-10 12:52:57 -04:00
Michael DeHaan
ae4aa01296
Fix sidebar notation for Galaxy.
2014-09-10 12:38:16 -04:00
Michael DeHaan
4c59bbf633
Fix some link formatting.
2014-09-10 12:34:54 -04:00
Michael DeHaan
322d91568c
First pass at updating community page by moving CONTRIBUTING.md content onto docsite.
2014-09-10 12:32:01 -04:00
Michael DeHaan
9f5aeff15b
Add version_added info.
2014-09-10 09:39:31 -04:00
Michael DeHaan
2064d26085
Add documentation about bin_ansible_callbacks setting. Standardization and cleanup.
2014-09-10 09:38:24 -04:00
Shaunak Kashyap
e76dd0d06d
Add missing version/tag to roles file example.
2014-09-09 18:25:37 -06:00
Michael DeHaan
7545e3066d
URL typo.
2014-09-04 14:04:16 -04:00
Michael DeHaan
7928b572e3
AnsibleFest banner for doc site (for the next month or so)
2014-09-04 14:03:08 -04:00
Richard Barrell
bed2eb36d3
Issue 8872: use getpass.getpass() to read password.
...
This avoids passing the plaintext raw password into the script as a
command-line argument, which shells such as bash and zsh will
typically log into a file like ~/bash_history.
As a small bonus, this works a LOT more smoothly if the user's
password has characters in it that either the shell or Python syntax
might like to interpret as metacharacters, like '\' or '"'.
getpass.getpass() is part of Python's standard library in all versions
between 2.4 and 3.3 at least.
2014-09-03 12:41:11 +01:00
James Cammarata
c1ce64bd5d
Merge pull request #8850 from michalgasek/run-once-docs-fix
...
docs: Add versionadded for run_once
2014-09-02 13:53:27 -05:00
James Cammarata
64cb88aa3b
Merge pull request #8802 from garywu/patch-3
...
Update playbooks_variables.rst
2014-09-02 11:06:00 -05:00
James Cammarata
4698f85eac
Merge pull request #8789 from retr0h/retr0h/add-role-path-to-role-file
...
Can override each role's install path
2014-09-02 10:44:44 -05:00
Michal Gasek
11d5656fde
docs: Add versionadded for run_once
2014-09-02 11:42:32 +02:00
Gary Wu
b0c4897196
Update playbooks_variables.rst
2014-08-28 09:39:14 -05:00
John Dewey
44b0ee5322
Can override each role's install path
...
Defaults to the system wide `roles-path` when `path` is not specified in the
provided `role-file`. An example installing nginx to a relative path specified
by the `role-file`.
- src: https://github.com/bennojoy/nginx
path: vagrant/roles/
2014-08-27 16:43:39 -07:00
Michael DeHaan
984d551257
Merge pull request #8761 from mwarkentin/patch-1
...
Fix typo: `active` -> `activate`
2014-08-27 18:37:14 -04:00
James Cammarata
35dac66afa
Adding docs for default+omit
2014-08-27 12:41:49 -05:00
Michael Warkentin
81dd7e9940
Fix typo: active
-> activate
2014-08-26 14:19:18 -04:00