Commit graph

63 commits

Author SHA1 Message Date
acogdev e6958df9a8 Put retry_files_enabled and retry_files_save_path into alphabetical order. Found when investigating #11491 2015-09-30 13:41:51 -06:00
James Cammarata ba82e57445 Merge branch 'sudo_on_if_needed' of https://github.com/apollo13/ansible into apollo13-sudo_on_if_needed 2015-09-17 11:03:27 -04:00
Florian Apolloner d9f873495e Ported over #7158 to support SELinux context switches. 2015-09-17 15:03:46 +02:00
Paul Freeman f14c617084 Documentation for retry_files_enabled and retry_files_save_path 2015-09-17 11:59:32 +01:00
Homme Zwaagstra 776eb3e8cd Link to constants.py in the source tree.
`constants.py` is referenced in the *Environmental configuration* section of the documentation.  This change provides a link from the documentation to the source code.
2015-08-28 13:19:13 +01:00
Abhijit Menon-Sen b328bc023d Add a combine filter with documentation
This is based on some code from (closed) PR #7872, but reworked based on
suggestions by @abadger and the other core team members.

Closes #7872 by @darkk (hash_merge/hash_replace filters)
Closes #11153 by @telbizov (merged_dicts lookup plugin)
2015-08-27 23:29:12 +05:30
Damian Gerow 1c5611100e Add become support for OpenBSD doas 2015-08-17 21:31:18 -04:00
Carlos A. Carnero Delgado 7bdaac7f63 Adding documentation for ask_vault_pass usage in ansible.cfg 2015-08-10 13:25:00 -04:00
Brian Coca 587a327647 Merge pull request #11495 from xmj/devel
docsite/rst/intro_configuration.rst: reword Title.
2015-07-24 15:15:00 -04:00
Brian Coca c40541964b Merge pull request #11637 from bcoca/moar_docs
Moar docs
2015-07-20 22:31:34 -04:00
Brian Coca f8ca978020 fixed extra hashmark 2015-07-20 12:29:18 -04:00
Miguel Moll 076ea66815 Update intro_configuration.rst
Removed a small grammar redundancy.
2015-07-20 10:22:45 -04:00
Brian Coca c0bcbf3b88 more changes from feedback 2015-07-19 17:33:26 -04:00
Brian Coca 0208a2cb30 updated as per feedback 2015-07-19 17:27:13 -04:00
Brian Coca 173f27531c moar docs
added docs for new v2 features
restructures modules bar and core/extras info into their own pages
changed templates to refer to the new pages
added some missing ansible.cfg options
more info on gathering setting
2015-07-17 22:53:11 -04:00
Johannes Meixner 90a810e2a8 docsite/rst/intro_configuration.rst: reword Title.
Make Configuration the first word, so that it is in line with other documents
and that system administrators/devops people don't lose the tab when having
many browser tabs open.
2015-07-05 19:57:41 +03:00
Sharif Nassar cbae925307 Clarify that setting ssh_args trumps control_path 2015-06-26 23:32:30 -07:00
Brian Coca 337b1dc45c minor doc fixes 2015-06-03 20:56:33 -04:00
Brian Coca 2e8758d8c4 fixed docs on the meaning of -H sudo arg
fixes #7418
2015-05-08 11:08:10 -04:00
Toshio Kuratomi 4839243366 Documentation fixes 2015-05-05 13:51:22 -07:00
Nick Hammond be15d74935 Add become docs to the intro configuration for #10881 2015-04-29 21:22:24 -05:00
Tyler Harper ee32403467 change --ansible-private-keyfile to --private-key
An old command line option was left in the documentation.
2015-04-27 11:16:56 -04:00
Jesse Rusak 652cd6cd5e Fix --force-handlers, and allow it in plays and ansible.cfg
The --force-handlers command line argument was not correctly running
handlers on hosts which had tasks that later failed. This corrects that,
and also allows you to specify force_handlers in ansible.cfg or in a
play.
2015-04-10 19:38:59 -04:00
Brian Coca 13d788021f Merge pull request #4820 from mscherer/add_local_config
Add path for user defined plugin
2015-02-11 14:44:07 -05:00
Michael Scherer d6edbeb4d0 Fix documentation on hostfile vs inventory , follow up of #10130 2015-02-01 12:12:40 +01:00
Kerry Ivan Kurian 630ae89977 fix typo 2015-01-12 12:24:17 -07:00
Michael Scherer 72eab3c019 fix the documentation path for latest regarding plugins 2014-12-11 23:35:37 +01:00
Lorin Hochstein 684cdd0298 Docs: accelerate mode -> accelerated mode
The docs sometimes referred to "accelerated mode" as "accelerate mode".
This patch changes it to "accelerated mode" everywhere.
2014-11-01 19:31:04 -04:00
Nitin Madhok f811a0f89a Update intro_configuration.rst 2014-09-28 08:30:35 -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
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
Michael DeHaan 7ffa9cecae Docs for command warnings feature. 2014-08-22 15:37:07 -04:00
Bill Carlson 974ccc3486 Clarified, remote_user config item does override ansible current user if defined. 2014-06-04 13:26:16 -05:00
Christian Berendt 58ff9cd7c8 fixed typos found by RETF rules in RST files
rules are avaialble at https://en.wikipedia.org/wiki/Wikipedia:AutoWikiBrowser/Typos
2014-05-03 17:59:50 +02:00
James Cammarata 6069ff6e9e Adding a new system_warnings config option to supress warnings 2014-04-30 14:44:10 -05:00
Chris Petersen ca1f6db28d Explain how to do multiple paths in roles_path
Document that roles_path can support multiple colon-separated paths
2014-04-10 22:28:27 -07:00
James Cammarata 18d82d1eb6 Documentation/examples updates for new 1.6 accelerate options
Fixes #6692
2014-03-25 19:32:48 -05:00
Michael DeHaan e639b5382b Change default gathering policy, add to docs. 2014-03-19 18:03:03 -04:00
Franck Cuny fb14b53130 Document the module_lang option.
Closes #6169.
2014-03-10 15:19:05 -07:00
Michael DeHaan 2dbbf29421 Merge pull request #6076 from wshaddix/patch-1
Update intro_configuration.rst
2014-02-28 13:12:06 -05:00
Michael DeHaan 1a6db5449a Document vault and make some cross-references in places where people should read about vault. 2014-02-27 17:44:21 -05:00
Wes Shaddix a9b480f937 Update intro_configuration.rst
Removed duplicate word "processed"
2014-02-19 17:15:17 -05:00
Michael DeHaan 5d686a459c add note about pipelining 2014-02-15 14:35:26 -05:00
Michael DeHaan 56befa9468 Document ansible_managed changing the template. 2014-02-15 14:13:42 -05:00
Richard C Isaacson 2aeb2e8c5b Minor existing typo fix. 2014-02-14 14:39:28 -06:00
Richard C Isaacson 80ddd1ca75 Config resoution order correction and documentation. 2014-02-14 14:34:58 -06:00
Michael DeHaan 81e9a60589 Much rejoicing, ansibleworks.com is now ansible.com
Also note AWX is named "Tower" now, as we found that simpler.
2014-01-28 20:29:41 -05:00
Micheil Smith c667008161 Fixing *_plugins configuration names and values
Based on reading of Developing Plugins and the example ansible.cfg file, it seems the sections changed here were created in error by a copy and paste.
2014-01-25 21:52:53 +00:00