Commit graph

1737 commits

Author SHA1 Message Date
Brian Coca
08e0f6ada5 allow modules to set custom stats (#18946)
can be per run or per host, also aggregate or not
set_stats action plugin as reference implementation
added doc stub
display stats in calblack
made custom stats showing configurable
2017-01-05 16:38:36 -05:00
Brian Coca
7f17718b82 removed true/false rule 2017-01-05 13:43:12 -05:00
Toshio Kuratomi
af8cce53ff Add requirement for module metadata 2017-01-03 10:36:36 -08:00
Marcos Diez
024e40d5f4 new lookup module: mongodb (#15057)
* new lookup module: mongodb lookup

* fix versionadded for MongoDB Lookup

* tests should run again

* removed use of basestring

* we don't use iteritems anymore

* run tests again

* run tests again2

* run tests again3

* run tests again4
2017-01-03 11:40:02 -05:00
TaoBeier
e6466339e5 fix some docsite's rst syntax error. 2017-01-03 11:09:45 -05:00
Alexander Gubin
fce9f4f679 shuffle filter: added optional 'seed' parameter 2017-01-03 11:08:36 -05:00
John R Barker
3ca9141a40 Correct link to helloworld.go (#19747) 2016-12-30 09:53:36 +00:00
Evgeni Golov
62de30e8e9 JSON does not like trailing comma
thanks to @ericzolf for falling over that
2016-12-22 16:20:45 -08:00
Evgeni Golov
c5ab014ad5 properly format "pip install passlib" as code 2016-12-22 16:19:34 -08:00
Brian Coca
0f4ca877ac many doc fixes
removed a bunch of warnings
made nicer formatting of new module info
2016-12-22 12:27:18 -05:00
Matt Clay
241ad8cac3 Initial docs for rebasing PRs. (#19624) 2016-12-21 12:48:41 -08:00
levequej
cc17e2091d Fix typo in playbooks_tests.rst
shell task was used instead of debug
2016-12-21 14:51:13 -05:00
Felix Frank
a999452b68 add minimum version for the json_query filter
The documentation did not at all specify that the `json_query` filter
was not available in earlier versions.
2016-12-21 09:50:54 -05:00
Toshio Kuratomi
c46ef98496 Replace the old ansible.module_utils best practices with the new ones. 2016-12-19 11:11:55 -08:00
Simon Wydooghe
f97e6f8903 Bracket forgotten in inventory file 2016-12-16 14:03:29 -05:00
saller
d8c97ac275 Fix typo.
Fix typo in section "Installing multiple roles from a file".
2016-12-15 12:35:47 -05:00
Carlos E. Garcia
0b8011436d minor spelling changes 2016-12-13 13:51:13 -05:00
Dylan Silva
cf83a235d5 Updated for 2.4 Roadmap
- Added in 2.4 roadmap page
- Updated top-level Roadmap to reflect new page
2016-12-12 12:19:22 -05:00
Brian Coca
7a07a594f7 reword
(cherry picked from commit 72d6e7ef2ba59ec7b905f2438d27975f43ccfde5)
2016-12-10 16:54:26 -05:00
Brian Coca
76816c6fec added packing faq entry
(cherry picked from commit 02183a10feb255c692e5a5c1d9a6b77b1afe6344)
2016-12-10 16:54:26 -05:00
Fabio Alessandro Locati
9a9ee3a195 Improve YAML (#19174) 2016-12-10 16:30:54 -05:00
Matt Clay
cd47cb2a15 Remove remnants of obsolete fireball mode. 2016-12-09 16:56:34 -07:00
Adam Chainz
0e124c57c6 Fix link from dynamic inventory page to dev guide page (#18757) 2016-12-09 09:52:28 -08:00
Jeffrey Cafferata
0b7764d572 Update galaxy.rst (#19003)
Converterd / fixed MarkDown URL to reStructuredText.
2016-12-09 09:28:12 -08:00
John R Barker
ec95cbc96e Formatting 2016-12-08 20:08:26 +00:00
John R Barker
71cc868f2b Update repomerge.rst 2016-12-08 19:51:48 +00:00
John R Barker
b9e98406bd Reenable prmover (#19001) 2016-12-08 14:48:05 -05:00
Matt Davis
0b47c908eb quick and dirty module doc updates (#18944)
clean up core/extras, plumb in basic metadata display
2016-12-08 11:35:20 -05:00
John R Barker
250b0dff46 Remove link to PR mover 2016-12-08 11:35:20 -05:00
John R Barker
5cdc2b5738 repomerge.rst (#18756)
* repomerge.rst

* Past tense

* Update repomerge.rst

* Readonly repos, not deleted

* Make ansible/ansible a link

* Links

* maturity of the module's parameters

* PR & Issue mover is done - don't document as future

* Update repomerge.rst

* Typo
2016-12-08 11:35:19 -05:00
brijs
f4520af5bf Fix minor typo in roles doc (#18740) 2016-12-04 16:11:46 -08:00
Evgeni Golov
ea5c3df043 fix stray i in developing_modules.rst 2016-12-02 12:34:10 -05:00
Erwan Velu
a252d71573 Update developing_modules.rst (#18646)
I was wondering how to return a new fact from a module I got the answer on IRC thx to "mgedmin".
I read this doc several time but didn't understood that I had to return a "ansible_facts" in the module.exit_json.
This change is about showing a sample code of it to help the next reader ;)
2016-12-02 08:34:27 +00:00
Michael Vermaes
54931f3251 Fix formatting, minor typo (#18711) 2016-12-01 23:01:00 -08:00
mulkieran
1fae3aecc7 Modify instances of the use of the word idempotence to be correct. (#18704)
Idempotence has a very specific meaning and it is generally not used correctly
in the manual. My attention was first drawn to this problem by the incorrect
definition in the glossary, but on further reading of the docs I found that
the problem occurred in a number of places.

Signed-off-by: mulhern <amulhern@redhat.com>
2016-12-01 14:32:55 -08:00
Luc Russell
8ba5a41a33 Update intro_inventory.rst (#18696)
Proposing some small grammatical changes for readability.
2016-12-01 00:32:51 -08:00
jctanner
4d78c784a6 Add a doc reference to the module developer guide. (#18658)
Addresses https://github.com/ansible/ansible-modules-core/issues/5672
2016-11-28 18:26:14 -08:00
Jeremy Swinarton
3e041a82c4 Add documentation on YAML floating-point values (#17182) 2016-11-28 01:58:43 -08:00
A D Vishnu Prasad
ad7448d24c Fix typo (#18644) 2016-11-28 01:10:03 -08:00
Brian Coca
778c983ef9 ansible_playbook_python (#18530)
* ansible_playbook_python

fixes #18471

* fix tests

* removed dupe
2016-11-23 16:30:46 -05:00
Silvio Tomatis
2cfd6c6920 Change old recommendation about insecure variables (#18493)
* Change old recommendation about insecure variables

These warnings were relevant before ansible had the secure vault feature:
any secret put into a variable used to be a bad idea.

With the vault feature (available since ansible 1.5) it's no longer a bad
idea to use these variables, as long as they aren't stored in plain text.

* Update intro_inventory.rst

Minor edit
2016-11-19 01:13:07 -08:00
Tim Nelson
c2cadd1578 Updated rax guide for handling RackConnect (#16101) 2016-11-19 01:10:25 -08:00
Bill Nottingham
7f30324489 update FAQ (#18472) 2016-11-19 01:04:59 -08:00
Scott Butler
b5442577ce Docs edit for #18477. 2016-11-17 15:51:48 -08:00
Brano Zarnovican
96ddd29c7e random filter: added optional 'seed' parameter
implements #15621
2016-11-17 15:02:06 -08:00
John R Barker
fb73e89efe Typo 2016-11-17 15:22:03 +00:00
Brian Coca
77eba2f1cf better explain task vs play includes (#18516)
* better explain task vs play includes

* clarification of play levels

* Update playbooks_roles.rst

Tweaked for grammar and clarity.

* Update playbooks_roles.rst

Typo fix
2016-11-17 02:24:51 -08:00
Brian Coca
b339d4cfe2 Clear host errors (#18127)
* document meta: clear_host_errors

* Update playbooks_error_handling.rst

Minor edit
2016-11-16 11:49:20 -08:00
Alex
fcca6245d1 Fix small doc issue | playbooks_delegation (#18494)
* Fix small doc issue

* Update playbooks_delegation.rst

Edited for clarity
2016-11-16 10:44:51 -08:00
William L. Thomson Jr
fe95d71fbd docsite/rst/playbooks_tags.rst: Added section on tag reuse (#17729)
* docsite/rst/playbooks_tags.rst: Added section on tag reuse

* Update playbooks_tags.rst

Minor grammatical clarification.
2016-11-15 14:16:04 -08:00