Commit Graph

44 Commits (2ceb672016c6e8bbba1b1201cb7cf1bb391ee982)

Author SHA1 Message Date
Jasper Lievisse Adriaanse 83a6032b7a Remove incorrect statement, uri module doesn't require httplib2 anymore 2016-12-08 11:34:58 -05:00
Michael Scherer 9ec65db778 Use 'path' type for file arguments 2016-12-08 11:34:55 -05:00
Michael Scherer c8bfab9c08 Add missing deps, since we use openssl to verify the date 2016-12-08 11:34:54 -05:00
Michael Scherer ead83cd148 Fix error in description of acme_directory (#3034) 2016-12-08 11:34:54 -05:00
Michael Grüner 3dd0752746 letsencrypt: Improve error handling (#2868)
* letsencrypt: improve error handling

Use the new "body" field of the info dict in case of a HTTPError.

* letsencrypt: HTTP 202 is a valid status while polling
2016-12-08 11:34:51 -05:00
René Moser c203283889 jenkins_job fix: NameError: global name 'module' is not defined (#2910) 2016-12-08 11:34:50 -05:00
Rene Moser edb24dac2d jenkins_job: refactoring 2016-12-08 11:34:50 -05:00
Rene Moser 3c04ed977d jenkins_job: implement diff support 2016-12-08 11:34:50 -05:00
Rene Moser 171b71cfa0 jenkins_job: rename enable to enabled and mutually exclusive with config
Jenkins stores the information about the state (disabled/enabled) in the config, which result in a race condition between `config` and `enabled` and we loose idempotency. It makes sense to define them mutually exclusive.

Renamed `enable` to `enabled`. Ansible uses the name `enabled` in many modules, e.g. service as it indicates a state not an action.
2016-12-08 11:34:50 -05:00
Rene Moser bd4c935fd7 jenkins_job: default state to present 2016-12-08 11:34:50 -05:00
sgujic d34f3b4c05 Create temporary file in a secure manner. (#2887) 2016-12-08 11:34:49 -05:00
sermilrod 03b1844150 adding jenkins_job module (#2521) 2016-12-08 11:34:48 -05:00
Olivier Boukili f43eb7c79e new module: apache2_mod_proxy (#2148)
* module apache2_mod_proxy

* Moved state notes to state description.
2016-12-08 11:34:44 -05:00
Jiri Tyr 3dc7bfa6b8 Adding jenkins_plugin module (#1730) 2016-12-08 11:34:42 -05:00
Richard Metzler 7fddb83f91 letsencrypt: update URL for agreement pdf (#2696)
The Let's Encrypt Subscriber Agreement changed on Aug 01, 2016
https://letsencrypt.org/repository/
2016-12-08 11:34:42 -05:00
Dag Wieers 3d2ad47f55 Adapt module to use new module._name property (#2408)
This is in line with the change from ansible/ansible#16087
2016-12-08 11:34:22 -05:00
Chris Weber e30049d113 Fixed exceptions to use python 2.4 helper function and added import also works on python 3 (#2363) 2016-12-08 11:34:20 -05:00
René Moser 5128a11cdc letsencrypt: fix tests failures (#2360) 2016-12-08 11:34:19 -05:00
Michael Grüner fb88ecf52b Add Let's Encrypt module to manage ssl certificates (#1962)
Fixes #1545
2016-12-08 11:34:19 -05:00
Rudi Meyer 913afa9a99 Jira will return a HTTP status code 201 on some actions, fx. 'comment'. (#2115) 2016-12-08 11:34:11 -05:00
Toshio Kuratomi 5c6a3a348e Trick ansible-modules-validate to pass this with no RETURN.
This is a module present in 1.9 so we have to have it in even though it doesn't have RETURN
2016-12-08 11:33:44 -05:00
Alejandro Guirao 59fce041af Change for enabling future tests 2016-12-08 11:33:44 -05:00
Alejandro Guirao 315c4e773c Change example to match a severity providen by Taiga out-of-the-box 2016-12-08 11:33:44 -05:00
Alejandro Guirao f8df9e12d4 Minor example change 2016-12-08 11:33:44 -05:00
Alejandro Guirao 03117f9337 Fix version_added in DOCUMENTATION 2016-12-08 11:33:44 -05:00
Alejandro Guirao 4a17a20679 Fix DOCUMENTATION typo 2016-12-08 11:33:44 -05:00
Alejandro Guirao 6c776c687b Add taiga_issue module 2016-12-08 11:33:44 -05:00
Stanislav Ivchin 699a570f8b little fix: facts['path'] -> facts['project_path'] 2016-12-08 11:33:44 -05:00
Toshio Kuratomi ad0d2c1747 Update for modules which import json.
Some do not use the json module directly so don't need import json.
Some needed to fallback to simplejson with no traceback if neither was installed

Fixes #1298
2016-12-08 11:33:44 -05:00
Robert Lu c588be9bd8 check current version's existence (fire or cleanup)
* reserve current version when cleanup
* verify existence before fire a new version
* update doc of deploy_helper
2016-12-08 11:33:39 -05:00
Robert Lu d9337fbd9c update current_link without downtime
fix support of check mode
fix check module when needn't update current link
2016-12-08 11:33:39 -05:00
Ramon de la Fuente 79352b5e38 module guideline changes 2016-12-08 11:33:29 -05:00
Ramon de la Fuente c0b69067d7 added the folder structure and general explanation to examples, removed module name typo 2016-12-08 11:33:29 -05:00
Ramon de la Fuente 88ac3eca78 removed link to guide, and added more documentation and examples 2016-12-08 11:33:29 -05:00
Ramon de la Fuente 7841bf9c91 adding the deploy_helper module 2016-12-08 11:33:29 -05:00
Greg DeKoenigsberg c65a612d1f Changes to author formatting, remove emails 2016-12-08 11:32:51 -05:00
Brian Coca a7b46316c1 removed executable bit 2016-12-08 11:32:42 -05:00
Brian Coca d344a3fde3 more string corrections 2016-12-08 11:32:39 -05:00
Brian Coca 2753cd186a moar quotes 2016-12-08 11:32:39 -05:00
Matt Martz 8bd5757720 Fix up modules that have python24 syntax error 2016-12-08 11:32:36 -05:00
Toshio Kuratomi ae51f28420 Move from md5 to sha1 to work on fips-140 enabled systems 2016-12-08 11:32:20 -05:00
Michael DeHaan 7ba58f93a0 package files 2016-12-08 11:32:18 -05:00
Michael DeHaan 5879c503bb File extensions! 2016-12-08 11:32:18 -05:00
James Cammarata d4b117843a Copying snapshot of extras modules 2016-12-08 11:32:07 -05:00