Commit graph

887 commits

Author SHA1 Message Date
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
Michael DeHaan
7ffa9cecae Docs for command warnings feature. 2014-08-22 15:37:07 -04:00
Michael DeHaan
f54665aa51 Merge pull request #7491 from hkariti/doc_group_vars_dir
Update docs to include directories inside group_vars
2014-08-22 15:09:37 -04:00
Pascal Borreli
fe40a7d88a Fixed typos 2014-08-22 11:39:38 +01:00
Michael DeHaan
8e0af04c3b Add TOC to galaxy docs. 2014-08-21 18:53:36 -04:00
Michael DeHaan
399fe32287 Clarify examples further. 2014-08-21 18:48:02 -04:00
Michael DeHaan
caf4e44be7 Replace examples for requirements file. 2014-08-21 18:26:40 -04:00
Michael DeHaan
56ce56fdbe Fix docs typo. 2014-08-21 17:22:39 -04:00
Michael DeHaan
12ad110205 Add documentation for new ansible-galaxy role options in 1.8. Much rejoicing. 2014-08-21 17:15:23 -04:00
Will Thames
ada9074276 Allow installation of roles from yaml roles file
Added docs
Added more tests
Improved how roles are returned from the parsers
2014-08-21 17:15:23 -04:00
Michael DeHaan
f4d649bea0 Merge pull request #8641 from ianmiell/imiell_docs
Tense correction
2014-08-16 10:45:10 -04:00
Ian Miell
340a3c68b1 Tense correction 2014-08-15 19:56:11 +01:00
Roel Standaert
f3e951aa95 Fix fonts in docs: Incosolata -> Inconsolata 2014-08-15 10:21:41 +02:00
Chad Rhyner
1c01c0c390 Fix some spelling mistakes in intro_windows.rst 2014-08-12 22:10:11 -07:00
Michael DeHaan
99c39b1ff3 By popular request, make the no_log attribute also censor tasks from callbacks. 2014-08-12 13:36:05 -04:00
Michael DeHaan
734548d8b4 Merge pull request #8525 from kamaln7/patch-1
Replace all occurrences of "Digital Ocean" with "DigitalOcean"
2014-08-11 16:04:04 -04:00
Michael DeHaan
160ddf6b04 WIP on fact caching docs. 2014-08-11 15:15:09 -04:00
Kamal Nasser
6e6e039506 Replace all occurrences of "Digital Ocean" with "DigitalOcean" 2014-08-08 22:03:17 +03:00
Michael DeHaan
f8cc5bc24d Merge pull request #7314 from bonifaido/patch-1
Ansible inventory file location fixed
2014-08-08 13:52:36 -04:00
Michael DeHaan
8b00ca5446 Merge pull request #7293 from dhobbs/patch-1
Update user mailing list link in faq.rst
2014-08-08 13:49:19 -04:00
Michael DeHaan
3066cd135e Revise documentation versioning. 2014-08-08 13:46:57 -04:00
Howard Oettle
50c3de3317 Add example of rolling update using a percentage. 2014-08-08 13:46:57 -04:00
Michael DeHaan
3bead39c75 Merge branch 'spelling' of git://github.com/cgar/ansible into devel
Conflicts:
	docsite/rst/guide_rax.rst
	plugins/callbacks/mail.py
2014-08-08 13:28:45 -04:00
Michael DeHaan
7806c5095d Conditional imports are described under conditionals so remove the duplicate section. 2014-08-08 13:20:15 -04:00
Michael DeHaan
f6cd9119b1 Update 'version_added' in docs. 2014-08-08 11:28:48 -04:00
Michael Peters
3ba516ac25 adding min() and max() filters for use in Jinja templates 2014-08-08 11:28:48 -04:00
Bill Nottingham
6e00f60427 Update version. 2014-08-01 19:43:54 -04:00
Michael DeHaan
3e45791d05 Update our search code for the doc site. 2014-08-01 17:10:39 -04:00
Michael DeHaan
27a73f2c11 Update vault docs to indicate the executable script option is part of Ansible 1.7. 2014-08-01 10:30:43 -04:00