John R Barker
93de128844
Return type is dict, not dictionary ( #24191 )
2017-05-02 08:59:04 +01:00
Abhijeet Kasurde
cdca648f15
Pep8 fixes for jenkins_* module ( #24154 )
...
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2017-05-01 10:01:25 -05:00
Abhijeet Kasurde
806506c032
Pep8 fixes for taiga_issue module ( #24143 )
...
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2017-05-01 09:58:59 -05:00
Rene Moser
e9dfbdf7a2
rundeck_project: set ansible_metadata status to preview
2017-05-01 09:04:25 -04:00
nerzhul
e09cd58a17
New module: rundeck_project
...
This module permits to manage rundeck project creation or removal through rundeck API
2017-04-28 10:39:17 -07:00
John R Barker
1d12f13612
dict, not dictionary ( #24123 )
2017-04-28 18:16:25 +01:00
nerzhul
96d2dbb11e
Add rundeck_acl_policy module
2017-04-28 07:50:54 -07:00
Andrea Tartaglia
d1517f997a
fixed RETURN docs for modules ( #24011 )
...
* fixed RETURN docs for remaining modules
* updated proxymysql_mysql_users 'sample' to yaml dict
* fixed whitespace errors
2017-04-26 15:56:13 +01:00
Varadharajan
4540853a50
Pass CSRF token along with Jenkins POST requests ( #23250 )
2017-04-06 10:03:57 +01:00
Robin Roth
6f40cb9647
Add workaround for evasive in apache2_module ( #22649 )
...
* Add workaround for evasive in apache2_module
* Fixes #22635
* Clean up workarounds for php/shib
* Add test for evasive workaround
* Remove use of re module, since all searches work with native python
* Add unit tests to apache2_module name replacements
Go back to using re package where needed
* Rename replace_name to create_apache_identifier
2017-04-04 14:12:06 -04:00
Matt Clay
64458bc9a1
Fix deploy_helper join exception on no release.
2017-04-03 16:35:31 -07:00
Matt Martz
3164e8b561
E501 fixes ( #22879 )
2017-03-22 20:50:28 -05:00
Toshio Kuratomi
eb1214baad
New metadata 1.0 ( #22587 )
...
Changes to the metadata format were approved here:
https://github.com/ansible/proposals/issues/54
* Update documentation to the new metadata format
* Changes to metadata-tool to account for new metadata
* Add GPL license header
* Add upgrade subcommand to upgrade metadata version
* Change default metadata to the new format
* Fix exclusion of non-modules from the metadata report
* Fix ansible-doc for new module metadata
* Exclude metadata version from ansible-doc output
* Fix website docs generation for the new metadata
* Update metadata schema in valiate-modules test
* Update the metadata in all modules to the new version
2017-03-14 09:07:22 -07:00
John R Barker
e5b990a55a
Fix invalid fields in module DOCUMENATION ( #22297 )
...
* fix module doc fields
* More module docs corrections
* More module docs corrections
* More module docs corrections
* More module docs corrections
* correct aliases
* Review comments
* Must quote ':'
* More authors
* Use suboptions:
* restore type: bool
* type should be in the same place
* More tidyups
* authors
* Use suboptions
* revert
* remove duplicate author
* More issues post rebase
2017-03-09 16:20:25 +00:00
Wayne Witzel III
703d6cb02f
Ansible Tower job_wait module ( #22160 )
...
* Ansible Tower job_wait module
* clean up documentation and update code comment
2017-03-02 14:34:23 +00:00
Wayne Witzel III
7a5173486d
Ansible Tower job cancel module ( #22161 )
...
* Ansible Tower job cancel module
* fix interpreter line
2017-03-02 14:33:56 +00:00
Wayne Witzel III
7d584f3090
Ansible Tower job list module ( #22164 )
2017-03-02 14:33:39 +00:00
Wayne Witzel III
b2d4eeb293
Ansible Tower job_launch module ( #22148 )
...
* Ansible Tower job_launch module
* Added RETURN documentation and fixed import locations
* remove superfluos required attributes, make tags a list, and fix some typos
* only join tags if they are actually a list
* use isinstance instead of type, cleanup imports
2017-03-01 19:57:35 +00:00
Slezhuk Evgeniy
e12daee5eb
jira: comply with current pep8 rule set
2017-02-27 11:13:23 -05:00
Slezhuk Yevgeniy
ea2b27f931
jira: ( #21701 )
...
- Add timeout param.
- Some improvement on params description.
2017-02-27 11:56:58 +00:00
René Moser
06acf8ac2e
nginx_status_facts: fix pep8 ( #21963 )
...
* nginx_status_facts: fix pep8
* remove from legacy files
2017-02-26 11:25:09 +01:00
Matt Martz
305c88700d
PEP8 E712 fixes ( #21916 )
2017-02-24 16:49:43 -06:00
Matt Clay
4554e8d769
Remove unnecessary shebangs and execute bits.
2017-02-22 18:13:46 -08:00
Wayne Witzel III
4632b65086
add Ansible Tower role module ( #21592 )
...
* add Ansible Tower role module
* remove owner as choice from role paramenter
2017-02-20 15:18:43 -05:00
Wayne Witzel III
96772719ba
add Tower JobTemplate module ( #21681 )
...
* add Tower JobTemplate module
* add host_config_key and remove defaults from required parameters
2017-02-20 15:18:04 -05:00
Wayne Witzel III
a59c4d558d
add Ansible Tower team module ( #21593 )
2017-02-20 15:16:32 -05:00
John R Barker
482f882798
Correct example
2017-02-17 17:31:05 +00:00
Wayne Witzel III
743d48af5c
Add Tower Project module ( #21479 )
2017-02-17 16:19:33 +00:00
Wayne Witzel III
17f0dc3f4d
Add Tower Group module ( #21480 )
2017-02-17 16:19:06 +00:00
Wayne Witzel III
17a2e5ead2
Add Tower Host module ( #21482 )
2017-02-17 16:18:40 +00:00
Wayne Witzel III
ff3023e82b
Add Tower Inventory module ( #21483 )
2017-02-17 16:18:11 +00:00
Wayne Witzel III
2b6c13f883
Add Tower Label module ( #21485 )
2017-02-17 16:17:41 +00:00
Matt Martz
7c00346714
Validate EXAMPLES as YAML
2017-02-15 13:01:43 -08:00
Wayne Witzel III
f98d41c121
Ansible Tower user and credential module ( #21020 )
...
* rename tower config module parameters to avoid conflicts
* add Ansible Tower user module
* add Ansible Tower credential module
* remove errant hash from interpreter line
* friendlier error messages
* Update tower_verify_ssl defaults and module examples
* Update tower_verify_ssl default documentation
* Tower expects satellite6 not foreman
2017-02-15 16:59:03 +00:00
Dag Wieers
f824b2ce8d
Avoid having module documentation links to itself ( #21329 )
...
* Avoid having module documentation links to itself
A lot of modules use M(own_module) in their documentation causing a link
in the documentation to itself.
* Make note more clear now
2017-02-13 14:02:34 +00:00
Brian Coca
74e8aa22af
no log passwords ( #21229 )
...
* no log passwords
* removed unneeded no_log
2017-02-10 15:13:59 -05:00
Matt Martz
829c0b8f62
Update validate-modules ( #20932 )
...
* Update validate-modules
* Validates ANSIBLE_METADATA
* Ensures imports happen after documentation vars
* Some pep8 cleanup
* Clean up some left over unneeded code
* Update modules for new module guidelines and validate-modules checks
* Update imports for ec2_vpc_route_table and ec2_vpc_nat_gateway
2017-02-02 11:45:22 -08:00
Brian Coca
53cf229fb7
updated friendlier description
2017-01-30 13:42:58 -05:00
Wayne Witzel III
0e72f3bd71
Ansible Tower organization module ( #20355 )
...
* add Ansible Tower organization module
* skip Python 2.4 check for ansible_tower module
* make spec and doc match, extract tower auth helper method
* added auth params at module level
* support check mode
* extract check mode check to ansible_tower utils, add utils to 2.4 skip
* update interpreter shebang
* remove colon from docs
* no log for password, verify_ssl default to true
2017-01-30 13:42:32 -05:00
Matt Clay
10d9318de7
PEP 8 indent cleanup. ( #20800 )
...
* PEP 8 E121 cleanup.
* PEP 8 E126 cleanup.
* PEP 8 E122 cleanup.
2017-01-29 07:28:53 +00:00
Matt Clay
e2c0b375d3
PEP 8 cleanup. ( #20790 )
...
* PEP 8 E115 cleanup.
* PEP 8 E131 cleanup.
2017-01-28 01:39:40 -08:00
Matt Clay
d0d1158c5e
PEP 8 cleanup. ( #20789 )
...
* PEP 8 E703 cleanup.
* PEP 8 E701 cleanup.
* PEP 8 E711 cleanup.
* PEP 8 W191 and E101 cleanup.
2017-01-28 00:12:11 -08:00
Matt Clay
d913f69ba1
PEP 8 W291 whitespace cleanup.
2017-01-27 17:08:02 -08:00
Matt Clay
95789f3949
PEP 8 whitespace cleanup. ( #20783 )
...
* PEP 8 E271 whitespace cleanup.
* PEP 8 W293 whitespace cleanup.
* Fix whitespace issue from recent PR.
2017-01-27 15:45:23 -08:00
Matt Clay
63b1e0c277
Fix infrequent PEP 8 issues.
2017-01-27 14:06:21 -08:00
n0trax
42e63d429c
Add workaround for shib2 and php modules
2017-01-26 12:26:59 -05:00
Jasper Lievisse Adriaanse
cc5080bc8a
Fix argument name to fail_json(), detail -> details
...
Also use to_native(e) instead of str(e) while here as str() itself
might throw an exception when handling non-ASCII chars as pointed
out by @abadger
2017-01-18 12:23:36 -08:00
Jiri Tyr
28050c1356
Update option desc of yum_repository module
2017-01-09 09:55:47 -05:00
James Hogarth
513466d309
add jenkins_script module for running arbitrary jenkins console scripts against a jenkins instance ( #19640 )
2017-01-06 15:12:24 +00:00
Andy Freeland
778a189a59
Fix letsencrypt remaining_days docs
2017-01-04 16:53:23 -08:00