Commit graph

13683 commits

Author SHA1 Message Date
Toshio Kuratomi 9b20ca31d6 Add a unch of changelog entries for 1.9 2015-03-25 09:24:48 -07:00
Toshio Kuratomi 1aaf444943 Put all module changes in the same location 2015-03-25 08:51:35 -07:00
Matthieu Caneill 1b11e45f3c doc: building debian package: 'asciidoc' is a required dependency 2015-03-25 16:34:07 +01:00
Brian Coca 00b9364699 added modules from extras 2015-03-25 10:57:13 -04:00
Toshio Kuratomi 34cd6deb9f Spelling 2015-03-25 07:41:13 -07:00
Brian Coca 699f6b16db a few more updates 2015-03-25 10:36:20 -04:00
Brian Coca aca4e292fa some updates of what 1.9 includes 2015-03-25 09:55:39 -04:00
Brian Coca b6ec502983 added missing element to make google groups link a actual link 2015-03-24 21:09:45 -04:00
Brian Coca ff8ef048e0 Merge pull request #10529 from famousgarkin/patch-1
rst.j2 template better core module source wording
2015-03-24 15:01:51 -04:00
Ján Dzurek cf6155f1c2 rst.j2 template better core module source wording 2015-03-24 20:00:51 +01:00
Brian Coca 19ba26e9a5 makes raw module have quiet ssh so as to avoid extra output when not requried 2015-03-24 14:48:50 -04:00
Toshio Kuratomi 131683523b Add some comments to explain how the property code for Attributes works 2015-03-23 23:16:06 -07:00
Brian Coca 8a0b8629e8 readded -u option 2015-03-24 00:18:04 -04:00
Toshio Kuratomi bc69ad8147 Rename munge methods to preprocess_data.
Remove the call to preprocess_loop data from playbook_include as
includes can't be used with loops.
2015-03-23 18:42:28 -07:00
Toshio Kuratomi 6ba24e9fa1 Remove comment on changing Base.munge => it's used by become.py 2015-03-23 17:41:02 -07:00
Toshio Kuratomi 63c54035de Get rid of iteritems usage when we only care about the keys 2015-03-23 16:38:51 -07:00
Toshio Kuratomi fdf51e9a96 Use class.mro() instead of custom base_class finder code 2015-03-23 16:14:34 -07:00
Brian Coca ede94dd7f8 Merge pull request #10522 from ciupicri/doc-quotes
Doc: use literal code blocks for YAML examples
2015-03-23 17:22:58 -04:00
Cristian Ciupitu 577cdcadb3 Doc: use literal code blocks for YAML examples
Without this, the straight double quotes (") are displayed as curved
quotes (“ and ”).
2015-03-23 22:52:42 +02:00
James Cammarata 79cf7e7292 Modifying sample for test_become to show more test cases 2015-03-23 15:22:34 -05:00
Toshio Kuratomi 095990b4d8 Moving from getattr to properties for the v2 base class 2015-03-23 15:19:13 -05:00
James Cammarata 317728f649 Allow ansible-galaxy to install symlinks 2015-03-23 09:21:12 -05:00
Toshio Kuratomi 7115d37933 Merge pull request #10518 from pilou-/file_mode_v2
Port #10258 to v2
2015-03-22 19:56:03 -07:00
Pierre-Louis Bonicoli 5942144868 Port #10258 to v2 2015-03-23 01:25:18 +01:00
James Cammarata bda83fdf84 Fixing bug in v2 dynamic include code, pointed out by apollo13 2015-03-22 19:17:25 -05:00
Brian Coca c5d5ed17ea added tag resolution mirroring updated v1 2015-03-22 02:05:27 -04:00
Brian Coca 49ba9d4bc2 Merge pull request #10516 from caphrim007/fixing-small-spelling-error
Fixes a brief spelling error
2015-03-21 23:39:00 -04:00
Tim Rupp 9a680472f8 Fixes a brief spelling error
Fixes a simple spelling mistake that was bugging me when I read the online
docs. Trying to make the docs as great as possible.
2015-03-21 19:22:12 -07:00
Brian Coca ec8118ec41 now ansible ignores tempate errors on passwords
they could be caused by random character combinations, fixes #10468
2015-03-21 02:02:59 -04:00
Brian Coca e5edce8e5d Merge pull request #10513 from hjst/patch-1
Update add_host example in AWS Guide
2015-03-21 01:35:44 -04:00
Brian Coca ca540ef9f8 added vault password to dataloder creation 2015-03-21 01:33:10 -04:00
Brian Coca 08896e2cfd enabled vault password file and fixed prompting for connection password on local 2015-03-21 01:23:28 -04:00
Henry Todd 10e14d0e0a Update add_host example in AWS Guide
The add_host module now uses "groups" instead of "groupname" to allow for specifying more than one group.
2015-03-21 13:21:55 +08:00
Brian Coca edb1bd25dd added password prompting and become/sudo/su collapsing 2015-03-21 01:19:07 -04:00
Brian Coca 9d3a63945d moved pipeline check to class var that was previouslly added 2015-03-21 00:48:38 -04:00
Brian Coca b370728439 several fixes to cli tools
- fixed issue with previous commit with bad constants vs C ref on become
- added list-tags
- rearranged common options to utils/cli.py
- added generic validate for both vault and become conflicts
- removed dupes and conflicting options
2015-03-21 00:40:24 -04:00
James Cammarata 93c9803818 Removing some leftover debug prints and cleaning up test sample 2015-03-20 23:25:21 -05:00
Brian Coca cf96c7719e added become_method list and pipeline support to connection class methods
added generic method to check supported become methods for the connection plugin
2015-03-20 23:48:52 -04:00
Brian Coca cd26aead17 Merge pull request #10511 from bcoca/v2_become_fix_cli
fixed command line PE options to be the same as in 1.9
2015-03-20 23:44:40 -04:00
Brian Coca c7c8425856 fixed command line PE options to be the same as in 1.9 2015-03-20 23:12:16 -04:00
Brian Coca 3109e7ec68 Merge pull request #10457 from bcoca/docsite_returnval_docs
Docsite returnval docs
2015-03-20 17:27:22 -04:00
Brian Coca 72586d0df5 updated to latest core/devel 2015-03-20 17:27:00 -04:00
Brian Coca c3076b8478 added module returnval documentation to web docs 2015-03-20 16:55:03 -04:00
Brian Coca 64b447f01b grammer correction 2015-03-20 16:55:03 -04:00
Brian Coca 2cacac4b23 minor adjustments to formatting 2015-03-20 16:55:03 -04:00
Brian Coca 690d227034 extended return value explanation 2015-03-20 16:55:03 -04:00
Brian Coca 94909bd4a2 Added return values documentation to modules 2015-03-20 16:55:03 -04:00
James Cammarata 393246fdd3 Make v2 playbook class attributes inheritable
Also fixing some other become-related things
2015-03-20 14:15:12 -05:00
Toshio Kuratomi 8d8c4c0615 Update modules for asg tag fix 2015-03-20 11:39:58 -07:00
Toshio Kuratomi b186676e38 Clean up jsonify and make json_dict_*to* more flexible at the same time. 2015-03-20 11:35:19 -07:00