Pilou
e5b2e4c1ac
tower_credential: ssh_key_data isn't a path anymore ( #57113 )
2019-05-29 11:15:45 -05:00
stoned
59d7ce6c3b
Add missing roles to tower_role module ( #56182 )
...
* Add missing roles to tower_role module
* Placate 'ansible-test sanity --test pep8'
2019-05-08 13:11:50 -04:00
Dusan Matejka
5dcc178679
added python3 support to nginx_status_facts module ( #55428 )
2019-04-18 19:21:09 -04:00
Hideki Saito
83f20e0ea0
Fixed wrong variable specification format in examples ( #55252 )
...
Signed-off-by: Hideki Saito <saito@fgrep.org>
2019-04-15 15:18:11 -05:00
Hideki Saito
377fba3d76
Fix handling of inventory and credential options for tower_job_launch ( #54967 )
...
- Fixed issue #25017,#37567
- Add example for prompt on launch
- Add integration test for prompt on launch
Signed-off-by: Hideki Saito <saito@fgrep.org>
2019-04-09 14:08:11 +01:00
James Cassell
bc4ef99533
standardize TLS connection properties ( #54315 )
...
* openstack: standardize tls params
* tower: tower_verify_ssl->validate_certs
* docker: use standard tls config params
- cacert_path -> ca_cert
- cert_path -> client_cert
- key_path -> client_key
- tls_verify -> validate_certs
* k8s: standardize tls connection params
- verify_ssl -> validate_certs
- ssl_ca_cert -> ca_cert
- cert_file -> client_cert
- key_file -> client_key
* ingate: verify_ssl -> validate_certs
* manageiq: standardize tls params
- verify_ssl -> validate_certs
- ca_bundle_path -> ca_cert
* mysql: standardize tls params
- ssl_ca -> ca_cert
- ssl_cert -> client_cert
- ssl_key -> client_key
* nios: ssl_verify -> validate_certs
* postgresql: ssl_rootcert -> ca_cert
* rabbitmq: standardize tls params
- cacert -> ca_cert
- cert -> client_cert
- key -> client_key
* rackspace: verify_ssl -> validate_certs
* vca: verify_certs -> validate_certs
* kubevirt_cdi_upload: upload_host_verify_ssl -> upload_host_validate_certs
* lxd: standardize tls params
- key_file -> client_key
- cert_file -> client_cert
* get_certificate: ca_certs -> ca_cert
* get_certificate.py: clarify one or more certs in a file
Co-Authored-By: jamescassell <code@james.cassell.me>
* zabbix: tls_issuer -> ca_cert
* bigip_device_auth_ldap: standardize tls params
- ssl_check_peer -> validate_certs
- ssl_client_cert -> client_cert
- ssl_client_key -> client_key
- ssl_ca_cert -> ca_cert
* vdirect: vdirect_validate_certs -> validate_certs
* mqtt: standardize tls params
- ca_certs -> ca_cert
- certfile -> client_cert
- keyfile -> client_key
* pulp_repo: standardize tls params
remove `importer_ssl` prefix
* rhn_register: sslcacert -> ca_cert
* yum_repository: standardize tls params
The fix for yum_repository is not straightforward since this module is
only a thin wrapper for the underlying commands and config. In this
case, we add the new values as aliases, keeping the old as primary,
only due to the internal structure of the module.
Aliases added:
- sslcacert -> ca_cert
- sslclientcert -> client_cert
- sslclientkey -> client_key
- sslverify -> validate_certs
* gitlab_hook: enable_ssl_verification -> hook_validate_certs
* Adjust arguments for docker_swarm inventory plugin.
* foreman callback: standardize tls params
- ssl_cert -> client_cert
- ssl_key -> client_key
* grafana_annotations: validate_grafana_certs -> validate_certs
* nrdp callback: validate_nrdp_certs -> validate_certs
* kubectl connection: standardize tls params
- kubectl_cert_file -> client_cert
- kubectl_key_file -> client_key
- kubectl_ssl_ca_cert -> ca_cert
- kubectl_verify_ssl -> validate_certs
* oc connection: standardize tls params
- oc_cert_file -> client_cert
- oc_key_file -> client_key
- oc_ssl_ca_cert -> ca_cert
- oc_verify_ssl -> validate_certs
* psrp connection: cert_trust_path -> ca_cert
TODO: cert_validation -> validate_certs (multi-valued vs bool)
* k8s inventory: standardize tls params
- cert_file -> client_cert
- key_file -> client_key
- ca_cert -> ca_cert
- verify_ssl -> validate_certs
* openshift inventory: standardize tls params
- cert_file -> client_cert
- key_file -> client_key
- ca_cert -> ca_cert
- verify_ssl -> validate_certs
* tower inventory: verify_ssl -> validate_certs
* hashi_vault lookup: cacert -> ca_cert
* k8s lookup: standardize tls params
- cert_file -> client_cert
- key_file -> client_key
- ca_cert -> ca_cert
- verify_ssl -> validate_certs
* laps_passord lookup: cacert_file -> ca_cert
* changelog for TLS parameter standardization
2019-03-28 00:19:28 -05:00
Pilou
ac7df0ef65
tower_settings: "get" isn't implemented, "value" parameter is required ( #54028 )
...
* tower_settings doc: 'get' isn't implemented
* tower_settings: fix typo in argument_spec
2019-03-19 12:28:16 -04:00
Abhijeet Kasurde
831f068f98
tower_credential: Add parameter vault_id ( #53400 )
...
vault_id allows user to specify vault identifier as per Tower UI.
Fixes : #45644
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2019-03-06 12:44:14 -05:00
Abhijeet Kasurde
5b0eae75fa
tower: Handle AuthError ( #53377 )
...
Handle AuthError raised when user provides incorrect password
for Tower admin user.
Fixes : #50535
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2019-03-06 06:18:43 -05:00
getjack
151ea2e009
- Initial commit ( #51739 )
...
- Fix sanity checks
- Fixed documentation trailing whitespaces
2019-02-21 20:13:41 +00:00
Sayed Anisul Hoque
1651d4f21a
jira: Fixes json reading string object instead of byte ( #52660 )
2019-02-20 22:22:01 +05:30
Hoshiyo
008313b8cc
fix(rundeck_acl_policy): compatible python 2 and 3 ( #52473 )
...
* fix(rundeck_acl_policy): compatible python 2 and 3
* Add changelog fragment
* Use to_text instead of decode
2019-02-19 15:08:41 +00:00
David Medberry
f67f391730
Update tower_credential.py ( #51469 )
...
misspelled word and poor capitalization (in the same sentence of the doc string)
+label: docsite_pr
2019-02-18 15:49:11 +00:00
Jiri Tyr
5f4840aaa8
Fixing state=present for jenkins_plugin module ( #52051 )
2019-02-18 15:18:49 +00:00
Dag Wieers
203caf2570
Fix module issues ( #52209 )
2019-02-15 12:57:20 +01:00
Amol Kahat
563725ba98
Fixed typo from adress to address ( #52143 )
...
Signed-off-by: Amol Kahat <akahat@redhat.com>
2019-02-13 13:57:13 +05:30
Jiri Tyr
f49469f7bf
Updating update_url for jenkins_plugin ( #52086 )
2019-02-13 01:32:34 -05:00
getjack
d33ad416d7
- Initial commit ( #51738 )
...
- Fix sanity checks
- Fixed documentation trailing whitespaces
2019-02-12 14:33:58 +00:00
getjack
d9ffc42eee
Added Ansible UTM Info Module for network interface address entities. ( #51733 )
...
* - Initial commit
- Fix sanity checks
- Fixed documentation trailing whitespaces
* - Changed author github contact as he has no account i'll (steamx) take responsibility
2019-02-12 14:33:28 +00:00
getjack
748c9acba7
- Initial commit ( #51731 )
...
- Fix sanity checks
- Fixed documentation trailing whitespaces
2019-02-12 12:12:57 +00:00
getjack
71651a4eee
- Initial commit ( #51736 )
...
- Fix sanity checks
- Fixed documentation trailing whitespaces
2019-02-12 12:12:07 +00:00
getjack
9dbb551528
- Initial commit ( #51729 )
...
- Fix sanity checks
- Fixed documentation trailing whitespaces
2019-02-11 15:12:10 +00:00
Jordan Borean
a39c4ad464
Final round of moving modules to new import error msg ( #51852 )
...
* Final round of moving modules to new import error msg
* readd URL to jenkins install guide
* fix unit tests
2019-02-08 10:07:01 +10:00
Dennis Lerch
e3006e8443
add diff_mode_enabled to documentation
...
option 'diff_mode_enabled' is not mentioned in documentation
+label: docsite_pr
2019-02-04 09:06:52 -08:00
mcs94
2119fedf4d
doc: fixing typo and grammar rundeck_project.py ( #51674 )
2019-02-03 22:30:22 +01:00
getjack
6bc5d4dd8e
Added Ansible UTM Module for managing AAA groups. ( #49860 )
...
* Added Ansible UTM Module for managing AAA groups.
* - Fix sanity checks
- Fixed documentation trailing whitespaces
- Added missing documentation
* - Fixed minor language/typing/formatting issues.
2019-02-02 12:41:32 +00:00
Samuel Carpentier
6846152c46
New module: tower_notification ( #50512 )
...
* New module: tower_notification
* Fix CI check failures
* Add integration tests and extend examples
* Add missing required field for deletion tests and examples
* Add missing required field for deletion tests and examples
* Set port type to int
* Add missing field for Slack notification
* Add missing field types for IRC notification
* Update module documentation
* Correct field name and type for IRC notification
* Uniformize 'targets' field
* Uniformize 'targets' field
2019-01-27 16:28:49 +00:00
jainnikhil30
b9f5a343c4
Add scm_update_cache_timeout, job_timeout and custom_virtualenv to tower_project ( #51330 )
...
* adding scm_update_cache_timeout and job_timeout to tower_project module
* add support for cache_timeout, job_timeout and custom_venv for tower_project module
* add the version_added
2019-01-25 08:42:14 -05:00
John Westcott IV
0ce9593986
Adding TowerCLI receive module ( #51023 )
2019-01-18 11:11:17 +00:00
John Westcott IV
e1b7acde87
Adding tower_workflow_launch ( #42701 )
2019-01-18 11:08:04 +00:00
John Westcott IV
9722254618
Adding TowerCLI send module ( #37843 )
2019-01-18 11:05:54 +00:00
Abhijeet Kasurde
db8702cdb8
Close all open filehandle ( #50544 )
...
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2019-01-11 10:14:08 -05:00
getjack
d8d1ddc35d
Added Ansible UTM Module for managing network/interface_address objects. ( #49864 )
...
* Added Ansible UTM Module for managing network/interface_address objects.
* - Fix sanity checks
- Fixed documentation trailing whitespaces
- Added missing documentation
* - Fix sanity checks
- Removed duplicate documentation
2019-01-11 11:27:41 +00:00
jainnikhil30
cd27982959
Fixing exception import for tower modules ( #50447 )
...
* fixing the exception import from tower modules
* Adding tests for checking tower modules are failing with correct msg
* fixed failing tests
* fixed failing test in tower_team
2019-01-09 15:31:21 +01:00
Alicia Cozine
d84e21dfc8
fix docs for tower modules ( #50710 )
2019-01-09 09:21:26 -05:00
Kortum, Kevin
e2f6598e3f
- Fix sanity checks
...
- Fixed documentation trailing whitespaces
- Added missing/broken documentation
2019-01-02 05:29:04 -05:00
Stephan Schwarz
deba5f0e54
Added Ansible UTM Module for managing reverse proxy auth profile entries.
2019-01-02 05:29:04 -05:00
Kortum, Kevin
d3865a0a8a
- Fix sanity checks
...
- Fixed documentation trailing whitespaces
- Added missing/broken documentation
2019-01-02 05:28:55 -05:00
Johannes Brunswicker
617e20e955
Added Ansible UTM Module for managing reverse proxy frontend entries
2019-01-02 05:28:55 -05:00
Kortum, Kevin
e52b6c8554
- Fix sanity checks
...
- Fixed documentation trailing whitespaces
- Added missing/broken documentation
2019-01-02 05:28:47 -05:00
Johannes Brunswicker
d556d27825
Added Ansible UTM Module for managing reverse proxy location entries
2019-01-02 05:28:47 -05:00
Gavin Williams
01a1ce16ce
Jenkins_plugin: Handle 'latest' version when installing plugin for first time ( #49723 )
...
* Handle 'latest' version when installing module for first time
Otherwise, a fresh install of a plugin with 'version: latest' gets installed without its dependencies, rendering the plugin effectively useless.
* Add changelog
2018-12-20 15:51:02 +00:00
Andrea Tartaglia
65c7424a35
Added organization in the scm_credential get ( #49884 )
...
* Added organization in the scm_credential get
* Fallback looking for cred in project org
* Tests project with multi org credential
* Fixed CI issue
* Added changelog fragment
2018-12-19 12:01:12 +00:00
Dag Wieers
05c6ff79f9
Convert to reduced list of known types ( #50010 )
2018-12-19 07:25:30 +10:00
Johannes Brunswicker
87ee59b8d7
Sophos UTM - add module to handle utm ca host key certificate entries ( #48927 )
...
* - add module to handle utm ca host key certificate entries
* - fixed typos in doc
* Apply suggestions from code review
Co-Authored-By: MatrixCrawler <johannes.brunswicker@gmail.com>
2018-12-17 11:57:54 +00:00
Steven Tobias
260512459d
stop requiring description. this is not a mandated jira field for all screens ( #46023 )
2018-12-11 14:24:24 +00:00
Abhijeet Kasurde
bc3e7bbeba
E325 Removal - Part II ( #49196 )
...
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2018-11-28 13:55:52 +05:30
seag-rvc
3acc71225a
Update tower_host.py ( #49186 )
...
<!--- Your description here -->
Current example does not show how to declare variables
+label: docsite_pr
2018-11-27 13:10:18 +00:00
John R Barker
3fcc564bbb
Bulk fix DOCUMENTATION.author (Part 1) ( #48934 )
...
* Bulk fix DOCUMENTATION.author
2018-11-20 19:31:35 +00:00
Hugh Ma
a858089eb2
Add survey_spec parameter to module. ( #48182 )
...
* Add survey_spec parameter to module.
Fixes #48011
* Removed trailing white space. Added integration test.
2018-11-07 13:09:40 +01:00