Yannis Ansermoz
ce8af1c8c5
Typo 'state:' net_lldp ( #61543 )
...
'state:' should be "absent" not "lldp"
2019-09-05 14:15:19 -05:00
Nathaniel Case
a365e77cc3
Connect before reading the prompt? ( #61797 )
2019-09-05 14:48:16 -04:00
Travis Burton
394a05108d
Update mso_schema_template_deploy.py ( #61849 )
...
module names are incorrect in EXAMPLES: changed module names from 'mso_schema_template' to 'mso_schema_template_deploy'
2019-09-05 10:55:56 -05:00
gen2kes
513bddb44a
VMware: Add disk_mode parameter in vmware_guest_disk ( #60406 )
...
* Solve issue 58592
Added support to select disk_mode.
2019-09-05 11:52:12 -04:00
Evgeni Golov
1aca1f86b6
don't set default:None in documentation when there is no default ( #61111 )
...
otherwise "None" will be rendered as a string on docsite
2019-09-05 10:48:11 -05:00
js-max
70f501d5c8
Update hashi_vault.py documentation with kv V2 example ( #61221 )
2019-09-05 11:42:39 -04:00
Nathaniel Case
cc9adf7f1a
Unify ios_logging documentation with accepted options ( #61777 )
...
* Unify ios_logging documentation with accepted options
* Apply suggestions from code review
Co-Authored-By: Alicia Cozine <879121+acozine@users.noreply.github.com>
* Copy suggestion over to eos_logging
2019-09-05 08:58:57 -04:00
Fabian von Feilitzsch
f406b8b4c4
Fix bug preventing wait_condition from being respected when using apply ( #61493 )
2019-09-05 22:49:30 +10:00
Abhijeet Kasurde
223dab99ea
gitlab_hook: Update documentation ( #61837 )
...
* Update docs for note_events
Fixes : #61833
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2019-09-05 17:09:59 +05:30
Felix Fontein
e06dbe6e4f
Azure _info modules: fix returned ansible_facts when called as _info ( #61805 )
...
* Fix Azure _info modules which still returned ansible_facts.
* Adjust PR #.
* Fix wrong assignment.
* Reorganize code for clarity.
2019-09-05 11:51:56 +02:00
Bill Dodd
2a932ad7cf
Fix power command ResetType mapping logic ( #59927 )
...
* fix power command ResetType mapping logic
* add changelog fragment
2019-09-05 05:39:21 -04:00
Abhijeet Kasurde
823c108fac
ovirt: Fix API calls in ovirt_storage_domain ( #61825 )
...
* Fixed argument in _attached_sds_service API
* Fixed argument in _maintenance API
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2019-09-05 15:00:18 +05:30
Paul Belanger
c723eb2f04
Remove unused import from iosxr facts ( #61785 )
...
This is no longer needed and can be removed.
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2019-09-04 22:16:15 -04:00
Jordan Borean
3a7b77a94c
ansible-galaxy fix --server option for roles ( #61820 )
2019-09-05 11:46:44 +10:00
Paul Belanger
f81b7dd10a
Remove unsed import for eos facts module ( #61795 )
...
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2019-09-04 19:50:12 -04:00
Matt Martz
8214d188cf
Don't truncate the last character from galaxy urls. Fixes #61624 ( #61775 )
2019-09-05 07:06:42 +10:00
Paul Belanger
7be672e1c2
Remove unsed import for junos facts ( #61787 )
...
This is no longer needed.
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2019-09-04 15:00:19 -04:00
Sloane Hertel
ff05991265
s3 - improve waiting for the bucket ( #61802 )
2019-09-04 14:50:08 -04:00
Nathan Swartz
4c8407fb83
Fix documentation and facts_from_proxy value in the netapp_e_facts module. ( #61072 )
2019-09-04 14:34:58 -04:00
Paul Belanger
44eaea9f80
Remove unused import for cisco ios facts ( #61790 )
...
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2019-09-04 14:22:38 -04:00
Paul Belanger
736938625b
Remove unused import for vyos facts ( #61784 )
...
This is no longer needed and can be removed.
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2019-09-04 13:54:08 -04:00
Scott Luther
0c73e47a42
fix erroneous failures in docker_compose due to deprecation warnings … ( #61650 )
...
* fix erroneous failures in docker_compose due to deprecation warnings from docker (#60961 )
* Update error handling to work with new method of capturing output
Co-Authored-By: Felix Fontein <felix@fontein.de>
* update error handling
* fix syntax error
* fix indentation
* fix indentation (again)
* remove erroneous line
2019-09-04 19:34:05 +02:00
kucharskim
1dea661ce8
Allow 13 asterisk characters in password field without warning ( #54893 )
...
On OpenBSD, 13 asterisk characters as a password hash, marks the
account as disabled. Otherwise daily(8) script which executes
security(8) will email operator about not properly locked accounts.
Before the diff, we see following warning:
> [WARNING]: The input password appears not to have been hashed. The 'password' argument must be encrypted for this module to work properly.
After the diff, warning is gone.
2019-09-04 11:49:16 -04:00
Strahinja Kustudic
ee4b3b8854
Fix systemd start state with deactivating service state
2019-09-04 08:01:33 -07:00
Nilashish Chakraborty
a795f6941e
Make *_bgp modules collection safe ( #61761 )
...
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
2019-09-04 10:29:00 -04:00
Sloane Hertel
91ccb03552
aws_s3 - wait for the bucket before setting ACLs ( #61735 )
...
* Wait for the bucket to become available if possible before setting ACLs
2019-09-04 09:42:28 -04:00
Florian Paul Hoberg
531e0560cb
add trustcacerts option for JAVA keytool ( #61750 )
...
* add trustcacerts option for JAVA keytool
* fixed whitespace
* added type in documentation
2019-09-04 13:07:20 +01:00
Trishna Guha
c1e02d5c7a
Remove choices from gather_network_resources facts and fix negated all, min ( #61362 )
...
* remove choices from gather_network_resources facts and allow negating subset without needing to add a new subset specific for negation
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
* negated all, min should not return any fact
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
2019-09-04 16:31:10 +05:30
Sumit Jaiswal
2672dc9694
Fixes IOS L3 intermittent zuul failure ( #61682 )
...
* fix ios l3 intermittent failure
* fix self
* dict to ordered dict
* fix diff_again fn
Signed-off-by: Sumit Jaiswal <sjaiswal@redhat.com>
* remove orderdict as its expensive
Signed-off-by: Sumit Jaiswal <sjaiswal@redhat.com>
* update verify fn
Signed-off-by: Sumit Jaiswal <sjaiswal@redhat.com>
2019-09-04 15:51:05 +05:30
Mark Chesney
01f4081b66
Fix creation of DigitalOcean droplets using digital_ocean_droplet module ( #61655 )
...
* Omit disallowed 'id' attribute in request body to create a droplet
* Add changelog fragment for PR #61655
2019-09-04 02:28:56 -04:00
Tim Rupp
2ebeadfc14
Migrate ec2_eip module to boto3 ( #61575 )
...
* Migrate ec2_eip module to boto3
This patch is a step towards the integration of several PRs that have
attempted to migrate this code
closes #55190
closes #45478
Follow-up PRs will address the outstanding changes made in #55190
2019-09-03 22:46:29 -04:00
Jiri Tyr
47ce938121
Read update file as utf-8 ( #55253 )
2019-09-03 21:54:10 -04:00
Bill Dodd
091ab12692
Fix issues and limitations in account mgmt commands ( #58441 )
...
* fix issues and limitations in account mgmt commands
* fix pep8 and example yaml errors
* remove new option and update option aliases
* find next empty slot when adding user via PATCH
2019-09-03 21:44:33 -04:00
Bill Dodd
088d821f75
Fix KeyError exceptions in GetLogs command ( #59877 )
...
* fix KeyError exceptions in GetLogs command
* add changelog fragment
* refine the list of LogEntry properties to collect
2019-09-03 21:44:07 -04:00
John McDonough
86b38a0ead
Add ucs_query ( #60607 )
...
* Add ucs_query
* fix sanity erros
* Change version_added to 2.10
2019-09-03 21:34:46 -04:00
Orion Poplawski
a09b89f567
osx_defaults - doc tweaks ( #60881 )
...
* [osx_default] We are looking for the "defaults" executable, not "osx_defaults"
* [osx_default] Add example for setting system wide default
2019-09-03 20:16:39 -04:00
Miguel Angel Muñoz González
6cf025425e
Fix Decode Bug in Py3 ( #61691 )
...
* Fix Decode Bug in Py3
* Update fortios.py
* Remove special char from name
* Ensure full compatibility when ansible is install from Py2
2019-09-03 15:37:00 -04:00
Gabriel Suarez
411b208147
Add example of "parent_group" usage in aws_ec2.py ( #60430 )
...
##### SUMMARY
Looks like the "parent_group" option in "keyed_groups" is a very recent feature that is not being documented.
This pull request just adds a simple example of the usage of this useful feature.
##### ISSUE TYPE
- Docs Pull Request
+label: docsite_pr
2019-09-03 20:33:47 +01:00
Evgeniy Krysanov
9797857a67
Fix Python 2.7 compat ( #58816 )
2019-09-03 20:24:41 +01:00
nikkytub
5f9fe6b9c8
Removed additional fetch from config context because it is now available in the host from Netbox v2.6 onwards ( #59028 )
...
* Removed additional fetch and config context as an option as it is now available in the host from Netbox v2.6
* Added config-context as an option
2019-09-03 20:23:28 +01:00
Martin Nečas
b46e661d39
ovirt search name with space ( #59184 )
...
* init ovirt_search_name_with_space
* add search_by_name with whitespace
* add comments
2019-09-03 20:22:37 +01:00
Kurt Davis
d4147b55dd
Issue #41447 - support AWS Aurora S3 privileges in mysql_user module ( #59663 )
2019-09-03 20:22:07 +01:00
Andrey Klychkov
fad405ac42
postgresql: Move PgMembership to module_utils ( #61598 )
...
* postgresql: move PgMembership to module_utils
* postgresql: move PgMembership to module_utils, optimize logic
2019-09-03 20:14:09 +01:00
Yuji Konishi
7c92c4214c
Fixes #59613 ( #60041 )
2019-09-03 15:08:08 -04:00
ETNyx
5d7d4a93c8
docs: Update apt_key.py add requirements of gpg ( #61552 )
...
* docs: Update apt_key.py add requirements of gpg. The module needs to have gpg installed, otherwise it will end up with error {"changed": false, "msg": "Failed to find required executable gpg in paths: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
Co-Authored-By: John R Barker <john@johnrbarker.com>
2019-09-03 13:53:44 -05:00
John R Barker
763fa4e85f
version_added: '2.10' for post branch commits ( #61678 )
...
Due to bot automerge a few PRs were merged before version_added had been updated.
https://github.com/ansible/ansible/pull/61674
2019-09-03 19:53:10 +01:00
Cristian Dascalu
47b9c5bf04
Ecs taskdefinition secrets ( #60112 )
...
* adding specific examples for using environment and secrets in the container definition
2019-09-03 11:17:22 -05:00
Theo Ouzhinski
9c1dc0ea7f
grafana_plugin: update documentation ( #60600 )
2019-09-03 12:10:47 -04:00
Andrej Svenke
bdc87a5651
datadog_monitor: Add process alert support ( #60325 )
2019-09-03 12:10:07 -04:00
Rob White
a10606484c
Fix required_together statement - access_logs_s3_prefix is not required as per the documentation ( #52017 )
2019-09-03 11:26:38 -04:00
Yves Martin
c4fd2096bf
Fix examples for bigip_file_copy ( #61686 )
2019-09-03 11:16:31 -04:00
Abhijit Menon-Sen
ca3078de5f
Remove duplicated word
...
We print "%s success", so there's too much success going on.
2019-09-03 20:31:40 +05:30
Yannis Ansermoz
bcbcac3bd8
net_user documentation typo configured_password ( #61556 )
...
password -> configured_password in the last example
2019-09-03 10:00:20 -05:00
Wojciech Sciesinski
4b9b5d3745
Remove unnecessary information ( #61657 )
2019-09-03 15:47:20 +01:00
Tahir Akhtar
58acc8d082
Clarity on mutual exclusion of Username and Token ( #61668 )
...
##### SUMMARY
Although there is an example showing that username is not required with personal access token, it will be nice to more clearly state in options description.
##### ISSUE TYPE
- Docs Pull Request
+label: docsite_pr
2019-09-03 15:41:42 +01:00
Simon Legner
7dbd6116d8
Fix typesetting of "GitLab" ( #61702 )
2019-09-03 09:22:26 -05:00
Tomáš Karásek
74e6c460b4
Fix missing pass of IPXe params to API client call, fixes #32910 ( #32912 )
2019-09-03 10:07:15 -04:00
Roland Wolters
9744ce1e1d
Rename checkpoint to check_point due to legal reasons, fix #61145 ( #61172 )
...
* Fix #61145
* Fix type keyword
* Removed file fragment
2019-09-03 19:05:50 +05:30
Bradley A. Thornton
39f35ac5bb
Fix network resource module wording and typographical errors ( #61613 )
2019-09-03 09:11:46 -04:00
Nathaniel Case
d20d10b5c5
Avoid infinite recursion on login ( #61617 )
2019-09-03 08:55:20 -04:00
jotai73
447c7d9ff0
Update homebrew_cask example docs ( #61637 )
...
Changed homebrew_cask module flag from "allow_external_apps" to "accept_external_apps" in example section
2019-09-03 16:56:29 +05:30
David Gallegos
68f9cd14cb
feat: support postgres 11 in azure_rm_postgresqlserver ( #58727 )
2019-09-03 14:00:33 +08:00
Abhijeet Kasurde
e7c6134fd0
VMware: Fix get_tags_for_vm API in vmware_vm_info module ( #61697 )
...
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2019-09-03 11:25:16 +05:30
Alexandre Mulatinho
e4d72dd981
luks_device.py: Allow manipulate LUKS containers with label or UUID ( #61603 )
...
* luks_device.py: Allow manipulate LUKS containers with label or UUID
- Allow create a LUKS2 container format with label support
- Allow manipulate (open, close, modify) an LUKS container based on
both label (LUKS2 format) or UUID instead of using devices only.
Fixes : #58973
Signed-off-by: Alexandre Mulatinho <alex@mulatinho.net>
* test_luks_device.py: organizing tests to support labels
- Add label on some tests and fix errors reported by Shippable
Signed-off-by: Alexandre Mulatinho <alex@mulatinho.net>
* luks_device.py: adjusting versions and messages
- Modifying version_added from 2.9 to 2.10
- Fixing some messages
- Created a changelog fragment
- Moving blkid from scope
Fixes #58973
Signed-off-by: Alexandre Mulatinho <alex@mulatinho.net>
2019-09-03 05:40:09 +02:00
Vitalii Kostenko
6f7cd8370a
Ansible FTD Module improvements and tests update. ( #60640 )
...
* Ansible FTD Module improvements and tests update.
* Fix sanity tests
* Fix formatting
2019-09-03 08:38:11 +05:30
Christian Fetzer
7197c41fff
influxdb: Add support for 'path' parameter ( #61173 )
...
While it's possible to host InfluxDB on a different path prefix
(through a reverse proxy such as nginx or traefik), the Ansible
influxdb_* modules did't support that use case.
The patch adds a 'path' parameter, which is passed to the influxdb
Python client.
Example for connecting to InfluxDB running on http://localhost/influxdb
- hosts: all
tasks:
- influxdb_database:
database_name: test
path: influxdb
port: 80
2019-09-02 22:17:25 +02:00
Martin Krizek
9ccef9e819
perf: reduce getting handler variables ( #59969 )
...
* perf: reduce getting handler variables
ci_complete
* Do not re-create templar
2019-09-02 10:57:08 -04:00
Maxim Babushkin
f1a1b72f07
os_server - add "tag" to instance nics ( #61119 )
...
A custom "tag" could be passed to the instance metadata with the nics.
Add support for the "tag" to the module.
2019-09-02 05:07:53 -04:00
Fred-sun
6e6c2f5cea
Set the default value for the managed_disk_type ( #60749 )
2019-09-02 15:54:58 +08:00
Mateusz Gałażyn
52a665e224
#59096 Fix for not working azure_rm_aks ( #59097 )
2019-09-02 15:50:11 +08:00
Mariusz Mazur
cf86a5e07a
kubevirt: also add wait_sleep ( #61020 )
2019-09-01 17:53:31 -07:00
Paul Belanger
de6e2de0c4
Remove unused import for iosxr l3_interfaces ( #61563 )
...
This was caught by our ansible network collections migration script.
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2019-08-31 14:47:02 -04:00
Guillaume Leroy
21b101f8e1
add option to define keysize at luks partition creation ( #61522 )
...
* add option to define keysize at luks partition creation
* Bump version_added.
* Extend tests.
2019-08-31 19:32:41 +02:00
Andrey Klychkov
a6d9401c88
postgresql modules: explicit defaults for bool params ( #61538 )
2019-08-31 18:27:57 +02:00
Nathaniel Case
e89048f68a
Check module names in action plugin without collection attached ( #60947 )
...
* Check for eos_config in action plugin by module name, not entire fqmn
* Modify toher action plugins to find module name
* Restore missing `not`
* Cover netconf plugin as well
* Whoops
2019-08-30 21:11:44 -04:00
Sumit Jaiswal
24ad1dffc9
To fix iosxr_l3_interfaces module zuul tests ( #61592 )
...
* fix 61540
* fix utils
2019-08-30 19:36:15 -04:00
René Moser
1ff20e9804
apt_repository: implement update cache retrying ( #57266 )
...
* use exponential backoff
* make cache update retries and max delay in between configurable
2019-08-30 16:14:15 -04:00
René Moser
fd4ff54580
apt: honor cache_update=false on auto-install deps ( #56549 )
...
* apt: honor cache_update=false on auto-install deps
* add porting guide
2019-08-30 15:57:58 -04:00
René Moser
01ae6991bd
apt: use exponential backoff for apt update cache retries ( #60527 )
...
* make retries and max delay configurable
2019-08-30 15:55:38 -04:00
Mark Chappell
35359959de
aws_codecommit: Fix integration tests and Add support for updating the description ( #61263 )
...
* Update DevOps AWS policy
- Fix typos in permission names
- While AWS claims you can use 'arn:aws:codecommit:*' it errors unless you use '*'
* aws_codecommit: (integration tests) Migrate to module_defaults
* aws_codecommit: (integration tests) Fix integration tests
* aws_codecommit: (integration tests) Add tests for updating the description
* aws_codecommit: Add support for updating the description and rename "comment" option to "description"
2019-08-30 11:25:37 -07:00
Toshio Kuratomi
8f6dbb732a
[WIP] Cleanups and version bumping for 2.10 ( #61572 )
...
* Cleanups and version bumping for 2.10
* Fix changelog url now that stable has been branched
* Fix the lenth of the porting guide title now that the version is two digits
2019-08-30 09:54:12 -07:00
Jordan Borean
951dac7691
Azure fix _info/_facts return values for some modules ( #61584 )
...
* Azure fix _info/_facts return values for some modules
* Further test fixes
* securitygroup fixes after the move to _info module
2019-08-30 16:00:47 +10:00
Simon Dodsley
cd24d57636
Add IOPs bandwidth support to volumes ( #61577 )
2019-08-30 01:12:39 -04:00
Jordan Borean
a7fd6e99d9
Refactor galaxy collection API for v3 support ( #61510 )
...
* Refactor galaxy collection API for v3 support
* Added unit tests for GalaxyAPI and starting to fix other failures
* finalise tests
* more unit test fixes
2019-08-30 11:55:19 +10:00
The Magician
82c1becd24
Bug fixes for GCP modules ( #61512 )
2019-08-29 19:16:36 -04:00
Mike Wiebe
02572cb9ec
Rewrite nxos_file_copy as an action plugin ( #60643 )
...
* Initial nxos_file_copy action plugin work
* Remove code from nxos_file_copy module
* Add file_push and file_pull support
* Additional refactoring and shipable updates
* Simplify outcomes and update doc header
* Add more error data information for easier debugging
* Reorder outcomes and add additional tests
* Capture more data for permission denied outcome
2019-08-29 12:57:39 -07:00
Simon Dodsley
3881326ae2
Fix crashing bug in purefa_info module and add some new info ( #61494 )
2019-08-29 13:50:21 -04:00
Ganesh Nalawade
b03fc093b4
Rename junos_lldp_global enable option to enabled ( #61551 )
...
* Change `enable` option to `enabled` option to be in
sync with other platforms
2019-08-29 22:32:48 +05:30
Toshio Kuratomi
68fa03138c
Revert "New Module: NetApp Account ( #59939 )"
...
This reverts commit 6a8dcb8fcb
.
Reverting this as it breaks CI for azure (more permissions would be
needed for our account)
2019-08-29 09:04:48 -07:00
Paul Belanger
f23bb6f7bd
Properly load module_prefix for collections in task_executor.py ( #60420 )
...
* Properly load module_prefix for collections
Now that we are using collections for tasks, we need to properly split
the name and load the prefix properly.
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
* Add unit tests for task_executor
This commit adds missing unit tests for action handler in test_task_executor.
Signed-off-by: Daniel Mellado <dmellado@redhat.com>
2019-08-29 09:04:26 -07:00
Chris Archibald
6a8dcb8fcb
New Module: NetApp Account ( #59939 )
...
* netapp account module for azure
* netapp account module for azure
* fixes
* fixes
* add requirements
* add requirements
* fix issues
* add units
* add units
* updates
* updates
* fixes
* fixes
* fies
* fixes
2019-08-29 11:25:20 -04:00
Diane Wang
54b108175b
VMware: add support for multiple CD-ROMs ( #51120 )
...
Add support for create or re-configure VM with multiple CD-ROMs attaching to IDE controller now, will implement SATA controller support later.
parameters can be set as below:
cdrom:
- controller_type: ide
controller_number: 0
unit_number: 0
type: client
2019-08-29 10:56:33 -04:00
Felix Fontein
0c592c8225
CloudStack modules: rename _facts -> _info ( #61090 )
...
* Rename cloudstack _facts -> _info
* Add changelog.
* Fix errors due to overloaded get_result having different parameter names.
* Fix examples.
* Change debug tasks.
* Remove unneeded code.
* Change from rename -> deprecate+new module.
* Make cs_zone_info return a list.
* Make cs_instance_info return a list.
* Fix return value docs.
* Fix typo.
* Improve tests.
* Fix cs_zone_info.
* Linting.
* Fix alias/option switch.
* Fix version numbers.
* Extend docs.
2019-08-29 16:14:51 +02:00
René Moser
9b5528ab8e
cloudscale_volume: refactor to implement tags support ( #61531 )
2019-08-29 16:08:54 +02:00
David Passante
060484970d
add tag functionality to cs_network ( #61530 )
...
* add tag functionality to cs_network
* fix version_added
2019-08-29 16:07:28 +02:00
Yannis Ansermoz
cee54d55d0
Add 'min' to gather_subset ios_facts documentation ( #61536 )
2019-08-29 09:58:20 -04:00
chkp-orso
a321e58c73
fix suboptions of list to replacce _ with - ( #61542 )
...
* fix suboptions of list to replacce _ with -
* Update checkpoint.py
2019-08-29 19:00:51 +05:30
Nathaniel Case
41e4ece44b
Defer passlib dependency from plugins/filter/network.py ( #59304 )
...
* Defer passlib dependency from plugins/filter/network.py to what utils/encrypt.py provides.
* Revert test changes now that passlib is optional
2019-08-29 09:01:30 -04:00
chkp-orso
fd9b643219
group_with_exclusion module ( #61480 )
2019-08-29 18:06:04 +05:30
Sumit Jaiswal
4d73c7b397
Resource module for iosxr_l3_interfaces ( #60464 )
...
* iosxr_l3_interfaces module
2019-08-29 17:58:48 +05:30
Zim Kalinowski
68f34351fc
Rename remaining facts -> info ( #61516 )
...
* rename remaining stuff
* links
* fixed link
* sanity fixes
* too many lines
* fixed link
* fixed link again
* delete mistake
* fixed ignore
* fixed ltl
* fixed trailing whitespace
2019-08-29 20:10:23 +08:00
chkp-amiads
36774ceb40
mds module ( #61472 )
...
* mds module
* Update lib/ansible/modules/network/checkpoint/cp_mgmt_mds_facts.py
improve description
Co-Authored-By: Sumit Jaiswal <sjaiswal@redhat.com>
2019-08-29 16:53:16 +05:30
chkp-amiads
df3cf87ae3
session module ( #61471 )
2019-08-29 16:52:52 +05:30
chkp-amiads
e5fed1895b
discard module ( #61452 )
...
* discard module
* fix test failure
2019-08-29 16:52:37 +05:30
chkp-orso
bcaed441e7
application_site_group ( #61289 )
...
* application_site_group
* add '-'
* update examples
* list to dict
* set example
2019-08-29 16:52:24 +05:30
Andrey Klychkov
3d622440a8
jboss: add seealso ( #61532 )
2019-08-29 12:41:52 +02:00
Andrey Klychkov
144108296f
postgresql modules: add seealso section ( #61526 )
...
* postgresql modules: add seealso section
* postgresql modules: add seealso section
2019-08-29 12:41:31 +02:00
chkp-amiads
0922407b67
run_ips_update module ( #61440 )
2019-08-29 15:40:34 +05:30
Matt Davis
d81ae27a4a
Collection role relative deps ( #61517 )
...
* default collection support
* playbooks run from inside a registered collection will set that collection as the first item in the search order (as will all non-collection roles)
* this allows easy migration of runme.sh style playbook/role integration tests to collections without the playbooks/roles needing to know the name of their enclosing collection
* disable default collection test under Windows
* enable collection search for role dependencies
* unqualified role deps in collection-hosted roles will first search the containing collection
* if the calling role has specified a collections search list in metadata, it will be appended to the search order for unqualified role deps
* disable cycle detection unit test
* failing on 3.7+, needs proper cycle detection
* see #61527
2019-08-29 02:25:44 -07:00
smile37773
7bb0556334
Rename Azure modules: facts -> info ( #61505 )
...
* rename
* add symlink
* rename
* rename
* rename
* rename
* rename
* rename
* rename
* rename
* rename
* rename
* rename
* rename
2019-08-29 17:00:45 +08:00
chkp-amiads
876804395c
tag module ( #61393 )
...
* tag module
* list to dict
* removed set example
* fix name in example
2019-08-29 14:24:44 +05:30
chkp-amiads
a9b7db9d32
dynamic_object module ( #61437 )
...
* dynamic_object module
* fix example
* remove set example
2019-08-29 13:52:31 +05:30
ndclt
649d612d64
keycloak: improve testability of authentification ( #57611 )
2019-08-29 10:15:47 +02:00
chkp-amiads
07c288f56f
threat_layer module ( #61389 )
...
* threat_layer module
* list to dict
* fix example
* remove set example
2019-08-29 13:25:11 +05:30
chkp-amiads
2272f27841
service_group module ( #61448 )
...
* service_group module
* fix example (add)
* fix set example
2019-08-29 12:45:11 +05:30
Zim Kalinowski
35c76ae0d3
Rename dtl and db _facts --> _info ( #61496 )
...
* rename modules
* created links
* fixed sanity
* removed unnecessary ignore rules
* added depreciation warning
* update ignore.txt to match
* removed unnecessary ignore rules
* update ignore.txt to match
* make ignore.txt same as in devel
* cr
* additional sanity
2019-08-29 14:00:10 +08:00
Ganesh Nalawade
d7845da326
Fix in get api for eric_eccli cliconf plugin ( #61507 )
...
Fixes https://github.com/ansible/ansible/issues/60674
* Fix get() API signature for eric_eccli cliconf plugin
to work with cli_command module.
2019-08-29 10:32:38 +05:30
chkp-amiads
aa58bb9d43
exception_group module ( #61474 )
...
* exception_group module
* Update cp_mgmt_exception_group.py
2019-08-29 10:22:47 +05:30
chkp-amiads
60ec8692fc
security_zone module ( #61447 )
...
* security_zone module
* fix example
2019-08-29 10:18:50 +05:30
chkp-amiads
831942c834
service_icmp6 module ( #61453 )
...
* service_icmp6 module
* fix example
2019-08-29 10:18:21 +05:30
chkp-amiads
d0bcfdf3a3
service_rpc module ( #61468 )
...
* service_rpc module
* fix example
2019-08-29 10:17:29 +05:30
chkp-amiads
f31760d559
service_dce_rpc module ( #61465 )
...
* service_dce_rpc module
* fix example
2019-08-29 10:16:43 +05:30
chkp-amiads
2287585389
wildcard module ( #61399 )
...
* wildcard module
* list to dict
* fix example
2019-08-29 10:16:02 +05:30
chkp-amiads
7799e61faa
dns_domain module ( #61436 )
...
* dns_domain module
* fix example
2019-08-29 10:13:59 +05:30
Zim Kalinowski
a47e56cb15
SIG Additional fix ( #61502 )
...
* adding snapshot param
* fix problem with leftover empty dict
* leftovers
* fix leftovers
2019-08-29 12:43:37 +08:00
chkp-amiads
8097bd633c
global_assignment module ( #61449 )
2019-08-29 10:12:28 +05:30
chkp-amiads
736bfc3a35
run_script module ( #61444 )
2019-08-29 10:09:49 +05:30
chkp-amiads
d3a8a57db0
install_policy module ( #61446 )
2019-08-29 10:07:29 +05:30
chkp-orso
be27159412
threat_exception module ( #61470 )
...
* threat_exception module
* fix examples
2019-08-29 10:06:49 +05:30
chkp-amiads
fff11bde0d
threat_profile module ( #61391 )
...
* threat_profile module
* list to dict
* fix example
2019-08-29 10:03:38 +05:30
chkp-amiads
f1e1da7ad3
multicast_address_range module ( #61438 )
2019-08-29 10:00:40 +05:30
chkp-amiads
4c168bd019
vpn_community_star module ( #61398 )
...
* vpn_community_star module
* list to dict
2019-08-29 09:59:59 +05:30
chkp-amiads
7e2292427d
vpn_community_meshed module ( #61397 )
...
* vpn_community_meshed module
* list to dict
2019-08-29 09:58:52 +05:30
Chris Archibald
799b0fac52
New module: cvs snapshots for aws ( #61023 )
...
* New module: cvs snapshots for aws
* fixeS
2019-08-29 00:24:38 -04:00
chkp-amiads
3bc5957a93
service_other module ( #61450 )
...
* service_other module
* fix test failure
2019-08-29 09:54:23 +05:30
chkp-amiads
c52e0e5021
service_icmp module ( #61451 )
...
* service_icmp module
* fix example
2019-08-29 09:53:03 +05:30
Chris Archibald
53b2a261de
new module: Cloud Volumes for AWS, active Directory ( #61342 )
...
* new module
* fixes
* update
2019-08-29 00:21:45 -04:00
chkp-amiads
834746b207
package module ( #61439 )
2019-08-29 09:51:28 +05:30
chkp-amiads
f687bc0ff3
simple_gateway module ( #61388 )
...
* simple_gateway module
* list to dict
* fix indentation issue
fails tests
2019-08-29 09:48:30 +05:30
chkp-amiads
a88436decd
service_sctp module ( #61386 )
...
* service_sctp module
* list to dict
* fix example
2019-08-29 09:47:00 +05:30
Daniel Mellado
0746ae8b37
Limit config fetch on junos_l3_interfaces ( #61219 )
...
This commit adds a filter in junos_l3_interfaces so it limits the amount
of configuration fetched from the remote device.
2019-08-29 09:46:15 +05:30
chkp-amiads
a54b78c67a
verify_policy module ( #61455 )
2019-08-29 09:43:34 +05:30
chkp-orso
311ab5e4f8
put_file module ( #61479 )
2019-08-29 09:41:37 +05:30
chkp-orso
c42ebf227c
time module ( #61477 )
2019-08-29 09:40:52 +05:30
Milan Zink
183e6b9a84
New module - na_ontap_ldap_client ( #59713 )
...
* New module - na_ontap_ldap_client
* Fixing module example usage
* Fixing module documentation - ansible-test sanity
* Fulfile merge request comments
- required_if used for options
- 'client_config' option renamed to 'name'
- docstring updated
- imports placed according to Ansible module best practices
* create an ems log event for users with auto support turned on
* Fix required_if state=present options
2019-08-29 00:06:36 -04:00
Chris Van Heuveln
f890c9692f
nxos_bfd_interfaces: new module ( #61407 )
...
* bfd_interfaces: initial commit
* fix state methods, add more UT
* Add integration tests, support for N6K
* minor comment cleanups
* lint 1
* lint 2
* lint 3
* lint 4
* lint 5
* retrigger shippable
* retrigger shippable
* PR review updates: /bfd_echo/echo/, updated tests
* fix overridden logic and integration test
2019-08-29 09:36:10 +05:30
chkp-orso
7e9b02df39
access_layer module ( #61373 )
...
* access_layer module
* list to dict
2019-08-29 09:35:08 +05:30
Milan Zink
7482d21737
New module - na_ontap_ldap ( #59718 )
...
* New module - na_ontap_ldap
* Fixing module documentation - ansible-test sanity
* Fulfil merge request changes from comments
- 'client_config' option renamed to 'name'
- docstring updated
- imports placed according to Ansible module best practices
* Fixed docstring typo + netapp_utils.ems_log_event added
2019-08-29 00:04:48 -04:00
chkp-orso
ca12d53463
administrator module ( #61286 )
...
* administrator module
* fix examples that the list param will apear with '-' instead of '_'
* add '-'
* update examples
* list to dict
2019-08-29 09:33:56 +05:30
chkp-orso
0b8da42757
application_site_category module ( #61288 )
...
* application_site_category module
* add '-'
* update examples
* list to dict
2019-08-29 09:30:36 +05:30
chkp-orso
723b955e95
threat_protection_override module ( #61481 )
2019-08-29 09:29:52 +05:30
Milan Zink
51e696cecf
Improving na_ontap_command module ( #60471 )
...
* Improving na_ontap_command
- new option 'return_dict': true|false
- module returns parseable dictonary data instead of raw XML output when return_dict: true
* Fix module documentation typo
* Fixing pull request comments
* Python lint
* smaller try blocks
2019-08-28 23:59:04 -04:00
chkp-orso
35ab955885
access_role module ( #61282 )
...
* access_role module
* add '-'
* update examples
* list to dict
2019-08-29 09:28:40 +05:30
chkp-orso
a26ff97de6
threat_indicator module ( #61278 )
...
* threat_indicator module
* remove _
* add '-'
* update examples
* fix
2019-08-29 09:27:46 +05:30
chkp-orso
7f344b7729
host module ( #61277 )
...
* host module
* add '-'
* update examples
* fix
2019-08-29 09:26:11 +05:30
chkp-orso
7b2a52651c
service_udp module ( #61276 )
...
* service_udp module
* add '-'
* update examples
* fix
2019-08-29 09:22:50 +05:30
chkp-orso
64adad1aa2
service_tcp module ( #61275 )
...
* service_tcp module
* add '-'
* update examples
* fix
2019-08-29 09:21:53 +05:30
chkp-orso
19d91f6ee1
group module ( #61274 )
...
* group module
* add '-'
* update examples
* fix
2019-08-29 09:21:01 +05:30
chkp-orso
a27711bfeb
application_site module ( #61287 )
...
* application_site module
* add '-'
* update examples
* list of objects
* fix example
2019-08-29 09:20:21 +05:30
chkp-orso
e7931d8074
access_rule module ( #61281 )
...
* access_rule module
* remove :
* fix to pass tests
* don't start line with quote (")
* remove redundant indentation
* return the origin description
* don't start line with quote (")
* enable longer lines, add '-'
* adding state: present
* update examples
* dict to list
* list to dict
* Update cp_mgmt_access_rule.py
* remove rule_number
2019-08-29 09:18:37 +05:30
chkp-orso
09f4acbe51
threat_rule module ( #61280 )
...
* threat_rule module
* remove :
* insert to list
* remove redundant indentation
* Revert "insert to list"
This reverts commit de08dfdf32
.
* enable longer lines, remove present, add '-'
* state: present
* update examples
* list to dict
* remove rule_number
2019-08-29 09:16:50 +05:30
Miguel Angel Muñoz González
86aab259fc
Minor bug fixes - 3 ( #61458 )
2019-08-29 09:16:06 +05:30
Chris Archibald
9f006dd8c7
new module netapp csv pools for aws ( #61340 )
...
* new module cvs pools
* fixes
* updates
* fixes
* fixes
* fixes
2019-08-28 23:30:45 -04:00
Chris Archibald
4879cf8fff
new module: Cloud Volume for AWS FileSystems ( #61343 )
...
* new module"
* fixes
* updates
2019-08-28 23:02:15 -04:00
James Cammarata
51b33b79c0
T woerner max concurrent ( #60702 )
...
* play, block, task: New attribute forks
With this it is possible to limit the number of concurrent task runs.
forks can now be used in play, block and task. If forks is set in different
levels in the chain, then the smallest value will be used for the task.
The attribute has been added to the Base class as a list to easily provide
all the values that have been set in the different levels of the chain.
A warning has been added because of the conflict with run_once. forks will
be ignored in this case.
The forks limitation in StrategyBase._queue_task is not used for the free
strategy.
Signed-off-by: Thomas Woerner <twoerner@redhat.com>
* Handle forks in free strategy
The forks attribute for the free strategy is handled in run in the free
StrategyModule. This is dony by counting the amount of tasks where the uuid
is the same as the current task, that should be queued next. If this amount
is bigger or equal to the forks attribute from the chain (task, block,
play), then it will be skipped to the next host. Like it is also done with
blocked_hosts.
Signed-off-by: Thomas Woerner <twoerner@redhat.com>
* Test cases for forks with linear and free strategy
With ansible_python_interpreter defined in inventory file using
ansible_playbook_python.
Signed-off-by: Thomas Woerner <twoerner@redhat.com>
* Changing forks keyword to throttle and adding some more docs
2019-08-28 18:47:39 -05:00
Matt Davis
7d1a981b61
default collection support ( #61415 )
...
* default collection support
* playbooks run from inside a registered collection will set that collection as the first item in the search order (as will all non-collection roles)
* this allows easy migration of runme.sh style playbook/role integration tests to collections without the playbooks/roles needing to know the name of their enclosing collection
* ignore bogus sanity error
* filed #61460
* fixed task unit test failure
* don't append an empty collections list to the ds
* ignore leftover local_action in mod_args ds action parsing
* fix async_extra_data test to not require ssh and bogus locale
* disable default collection test under Windows
* ensure collection location FS code is always bytes
* add changelog
2019-08-28 16:31:40 -07:00
robertchung
caa5abdfc9
Fix TypeError in ec2_group.py for Python3 when sorting dictionary list ( #59844 )
...
* Fix TypeError in ec2_group.py for Python3 when sorting dictionary list
* Using json.loads() and dumps() to replace sorting
* Bug fixes for ec2_group.py
* Dictionaries cannot be compared/sorted in Python3
* Diff will occur when the IpPermissions have the same IpRanges but have different ordering
* 'before' will be sorted by 'Type' with high priority than 'IP', but 'boto3.describe_security_groups()' function cannot get 'Type' from Amazon
* Add some basic diff mode testing to exercise the rule-sorting code
2019-08-28 16:28:42 -07:00
Milan Zink
7ff7ce0123
New storage/netapp module - na_ontap_kerberos_realm ( #59923 )
...
* New module na_ontap_kerberos_realm
* Copyright updated
* Unit test for modules + fixed required_if parameters issue
* reverting state=modify
* fixing test
* Fixing imports section
2019-08-28 18:03:45 -04:00
Matt Clay
8521474f06
Revert "maven_artifact.py - add support for version ranges by using spec ( #54309 )"
...
This reverts commit 145a6a8756
.
2019-08-28 14:41:11 -07:00
Chris Trufan
44c18b544f
Addition of ECS_Certificate Module ( #60883 )
...
* Addition of ecs_certificate module.
* Documentation and code fixes
* Updates per code review
* Doc fixes, rename of chain_path to full_chain_path, add regex for cert_Expiry check
* Fixes to pep8 check to make regexp string 'raw'.
* Mistakes with find/replace of caseing.
* Added integration tests and some doc cleanup
* Some additional assertions and test typo cleanup
* Update lib/ansible/modules/crypto/entrust/ecs_certificate.py
Co-Authored-By: Felix Fontein <felix@fontein.de>
* Responses to code review comments
* Remove fake passwords from aliases file.
2019-08-28 23:38:48 +02:00
Nathan Swartz
1d9b473e56
Add netapp_e_firmware module ( #59529 )
...
* Add na_santricity_firmware module.
Manages NetApp E-Series firmware upgrades.
Includes unit and integration tests.
* Add legacy support to na_santricity_firmware module.
* Rename na_santricity_firmware to netapp_e_firmware
* Improved netapp_e_firmware example documentation.
2019-08-28 17:17:35 -04:00
Nathan Swartz
f02a62db50
Add netapp_e_drive_firmware ( #59528 )
...
* Add na_santricity_drive_firmware module
Manage NetApp E-Series drive firmware downloads
Includes unit and integration tests
* Rename na_santricity_drive_firmware to netapp_e_drive_firmware
2019-08-28 17:15:19 -04:00
Adrian Likins
af01cb114c
Support galaxy v3/autohub API in ansible-galaxy ( #60982 )
...
* Add galaxy collections API v3 support
Issue: ansible/galaxy-dev#60
- Determine if server supports v3
Use 'available_versions' from `GET /api`
to determine if 'v3' api is available on
the server.
- Support v3 pagination style
ie, 'limit/offset style', with the paginated
responses based on https://jsonapi.org/format/#fetching-pagination
v2 galaxy uses pagination that is more or less
'django rest framework style' or 'page/page_size style',
based on the default drf pagination described
at https://www.django-rest-framework.org/api-guide/pagination/#pagenumberpagination
- Support galaxy v3 style error response
The error objects returned by the galaxy v3 api are based
on the JSONAPI response/errors format
(https://jsonapi.org/format/#errors ).
This handles that style response. At least for publish_collection
for now. Needs extracting/generalizing.
Handle HTTPError in CollectionRequirement.from_name()
with _handle_http_error(). It will raise AnsibleError
based on the json in an error response.
- Update unit tests
update test/unit/galaxy/test_collection*
to paramaterize calls to test against
mocked v2 and v3 servers apis.
Update artifacts_versions_json() to tale an
api version paramater.
Add error_json() for generating v3/v3 style error
responses.
So now, the urls generated and the pagination schema
of the response will use the v3 version if
the passed in GalaxyAPI 'galaxy_api' instance
has 'v3' in it's available_api_versions
* Move checking of server avail versions to collections.py
collections.py needs to know the server api versions
supported before it makes collection related calls,
so the 'lazy' server version check in api.GalaxyAPI
is never called and isn't set, so 'v3' servers weren't
found.
Update unit tests to mock the return value of the
request instead of GalaxyAPI itself.
2019-08-28 16:59:34 -04:00
Miguel Angel Muñoz González
f9b0ab774f
Minor bug fixes - 3 ( #61461 )
2019-08-29 01:33:07 +05:30
Miguel Angel Muñoz González
a1d997cacb
Minor bug fixes - 5 ( #61462 )
2019-08-29 01:19:25 +05:30
Felix Fontein
59ab4d9307
oVirt: rename _facts -> _info ( #61299 )
...
* Rename oVirt _facts -> _info
* Adjust PR #.
* Forgot update BOTMETA / ignore.txt for doc fragment.
* Compatibility for 3rd-party modules using module_utils or info doc fragment.
* Update note.
* Fix/improve docs.
* Update lib/ansible/modules/cloud/ovirt/ovirt_event_info.py
Co-Authored-By: Sloane Hertel <shertel@redhat.com>
* Fix variable.
* Fix return value documentation for ovirt_external_provider_info.
2019-08-28 21:01:46 +02:00
Yariv Amar
645fe296bd
improve list paremeter description. ( #60948 )
...
* improve list option description.
2019-08-28 14:52:22 -04:00
Miguel Angel Muñoz González
08c7c6c204
Minor bug fixes - 1 ( #61456 )
2019-08-28 23:57:45 +05:30
Miguel Angel Muñoz González
b47a291d43
Minor bug fixes - 6 ( #61464 )
2019-08-28 23:30:23 +05:30
Miguel Angel Muñoz González
35c0782b50
Minor bug fixes - 1 ( #61454 )
2019-08-28 23:29:21 +05:30
Ujwal Komarla
5e200f2d0a
Resource Module for exos_lldp_global ( #60988 )
...
* Model->Role->Module.
Yet to import modules/exos_facts.py
* exos_facts refactor
* future-import and metaclass
* Fix unit tests
* Fix openconfig-lldp word and send_request API from Httpapi class
idempotent, json.dumps in base class, send_requests from base exos class
* action file for exos_lldp_global
* Add intergration tests for exos_lldp_global
* Test data field of the request
2019-08-28 13:58:45 -04:00
Nathaniel Case
841d204d0d
Fixes #61244 ( #61432 )
2019-08-28 13:53:33 -04:00
The Magician
b20bfc1048
Bug fixes for GCP modules ( #61359 )
2019-08-28 13:43:57 -04:00
Pavel Holica
89744b72d3
os_image_facts: add ability to filter Openstack images based on properties
2019-08-28 13:43:09 -04:00
Sam Doran
58edfec145
Add listen_port_facts module ( #61463 )
...
Co-authored-by: Nathan Davison <ndavison85@gmail.com>
2019-08-28 13:16:13 -04:00
Nathaniel Case
a7a053defc
New module eos_lacp_interfaces ( #61349 )
...
* Prepare for lacp_interfaces.
* Import module from builder
* Implement facts
* Implement config
* Add tests
2019-08-28 13:06:45 -04:00
Diane Wang
d987dca2b1
VMware: vmware_guest_screenshot module fix get_parent_datacenter issue ( #60626 )
...
Fix get_parent_datacenter not found issue, and change "local_path" parameter to "path" type.
closes : #60565
2019-08-28 13:04:30 -04:00
Giovanni Geraci
dd3c5500e1
filename attribute ( #61426 )
...
Adds missing return key/value 'filename' to the win_find module documentation
2019-08-28 11:35:57 -05:00
chkp-orso
3e0891ed39
assign_global_assignment module ( #61290 )
...
* assign_global_assignment module
* add short description
* add '-'
2019-08-28 21:59:30 +05:30
chkp-orso
e0243520dd
address_range module ( #61273 )
...
* adress_range module
* adding '-'
* adding state: present
* update example
* list to dict
2019-08-28 21:53:51 +05:30
chkp-orso
1c5a44340e
publish module ( #61312 )
2019-08-28 21:46:58 +05:30
chkp-orso
c3d37f39b7
Checkpoint Network module ( #61309 )
...
* network module
* delete cp_network, cp_network_facts, and change test_cp_network to match the new network module
* Update ignore.txt
* adding state: present
* update example
* list to dict
* Update test_cp_mgmt_network.py
* remove white-space
2019-08-28 21:46:05 +05:30
Nathan Swartz
8ebed4002f
Add tray/drawer loss protection preference and integration tests to netapp_e_storagepool module. ( #60151 )
2019-08-28 12:02:46 -04:00
Yannis Ansermoz
076726aa08
Typo in example for ios_l2_interface - allow_vlans ( #61366 )
2019-08-28 12:00:08 -04:00
Nathaniel Case
95ecf24b87
New module eos_lldp_interfaces ( #61341 )
...
* Prepare existing files for lldp_interfaces
* Initial commit of scaffolding
* Implement facts
* Implement config
* Add tests
* Appease Shippable
2019-08-28 11:56:43 -04:00
Chris Archibald
49cff3d4a6
New options to Interface ( #60499 )
...
* update to interface
* force ansibot to run again
* fixes
2019-08-28 11:45:15 -04:00
Chris Archibald
c6710ebf6b
Auto support logs were not being created ( #60901 )
...
* Auto support logs were not being created
* fixes
2019-08-28 11:23:54 -04:00
Don Yao
7a1237781d
Files from PR#60621, continue working on fortios_facts modules ( #61405 )
...
* Files from PR#60621, continue working on fortios_facts modules
* PR#61405 unit test module test_fortios_facts.py
* sanity fixed in test_fortios_facts unit test module
2019-08-28 19:58:41 +05:30
Ujwal Komarla
add33ccbdc
Fix exos_facts httpapi ( #61198 )
2019-08-28 10:24:45 -04:00
anas-shami
f4fa4e4e0e
Feature/onyx wjh upstream ( #61269 )
...
* support wjh module config with testing file
* Fix version, fix enable/disable all groups
* refactor get current group status
* fix indentation and change command_generate function, add test cases and check them
* Update onyx_wjh.py
fix description
* Update onyx_wjh.py
remove extra spaces, add type to choices after run validate-modules
* fix format string - pytest use 2.6.6 format function
* Remove unused imports
* chenge onyx_wjh file permessions
* Fix version, fix enable/disable all groups
* fix indentation and change command_generate function, add test cases and check them
* support wjh module config with testing file
* Fix version, fix enable/disable all groups
* refactor get current group status
* fix indentation and change command_generate function, add test cases and check them
* Update onyx_wjh.py
fix description
* Update onyx_wjh.py
remove extra spaces, add type to choices after run validate-modules
* fix format string - pytest use 2.6.6 format function
* fix format string - pytest use 2.6.6 format function
* chenge onyx_wjh file permessions
2019-08-28 19:41:56 +05:30
Jill R
8d167bdaef
Deprecate alias 'thirsty' from all usages ( #61245 )
...
* Deprecate alias 'thirsty' from all usages
Fixes : #61236
* Now with added version quoting
* Handle deprecated aliases in mod_utils
* Make alias deprecation a subkey of the canonical arg, and not a separate argument
2019-08-28 08:27:08 -05:00
sushma-alethea
73767778e0
icx: new module icx_lldp ( #61310 )
...
* new module
* icx_cliconf
* icx test units module
* icx units module
* added notes
* new changes
* new module
* new fix
* new changes
* new fixes
* new changes
* Rebase
2019-08-28 18:26:31 +05:30
Jordan Borean
a95f9c6640
Win setup processor ( #61425 )
...
* Fix incorrect processor information
Fixes Issue #45869
Windows Processor Information Incorrect from Setup
* set ansible_processor as list of all cores and threads (mirroring POSIX facts)
* change to $win32_cs.NumberOfLogicalProcessors to calculate $cpu_list
* Simplify vcpus count source
Co-authored-by: Jesse Kaufman <jesse.kaufman@gmail.com>
2019-08-28 21:29:10 +10:00
smile37773
161c1ce17e
Rename Azure modules: "facts"->"info" ( #61417 )
...
* rename
* add symlink
* add the log
* fix the ignore file
* fix
* fix
2019-08-28 19:01:10 +08:00
Andrey Klychkov
a6f6256a0a
new module postgresql_publication ( #59439 )
...
* new module postgresql_publication: initial commit
* new module postgresql_publication: add seealso section
* new module postgresql_publication: fix RETURN section, fix typo
* new module postgresql_publication: add __exec_sql method
* new module postgresql_publication: fix typos
* new module postgresql_publication: fix typos
* new module postgresql_publication: fix typos
2019-08-28 10:24:59 +02:00
Miguel Angel Muñoz González
da762018e8
FortiOS modules for 2.9 - 11 ( #61387 )
2019-08-28 13:24:59 +05:30
Zim Kalinowski
bf108ee7bf
Adding snapshot module ( #61418 )
...
* adding snapshot module
* adding snapshott module
* updates
* updates
* positional args
2019-08-28 14:17:40 +08:00
Ganesh Nalawade
768dbe5490
Add support for network_cli connection retry ( #61103 )
...
* Add support for network_cli connection retry
* Add network_cli connection configuration option
to allow retrying the connection initialization
with remote host.
* Add docs
* Fix test failures
* Fix review comments
2019-08-28 09:46:42 +05:30
sushma-alethea
ee3e8704e8
icx: new module icx_interface ( #60037 )
...
* new module
* new module
* new module
* new terminal
* new terminal
* new terminal
* new terminal
* new terminal
* new terminal
* new cliconf
* new cliconf
* cliconf
* cliconf
* icx cliconf
* icx cliconf
* icx_cliconf
* icx_cliconf
* icx test units module
* icx test units module
* icx units module
* icx units module
* icx banner unit test
* icx banner unit test
* icx banner unit test
* PR changes resolved
* PR changes resolved
* changes resolved
* changes resolved
* Changes Resolved
* Changes Resolved
* check_running_config changes resolved
* check_running_config changes resolved
* check_running_config changes resolved
* added notes
* added notes
* new changes
* PR comments resolved
* new module icx_interface
* new module icx_interface
* new changes
* new changes
* new changes
* new changes
* new changes
* new changes
* new changes
* new changes
* new changes
* new changes
* new changes
* new changes
* new changes
* new changes
* new changes
* new fix
* new fix
* new fix
* new fix
* new fix
* new fix
* new fix
* new fix
* new fix
* new fix
* new fix
* new changes
* new changes
* new changes
* new changes
* new changes
* new changes
* notes updated
* Update icx.py
* Whitespace error
2019-08-28 09:03:50 +05:30
sushma-alethea
746acccc64
Branch icx l3 interface new ( #61363 )
...
* new module
* icx_cliconf
* icx test units module
* icx test units module
* icx units module
* icx units module
* icx banner unit test
* added notes
* new changes
* New branch to prevent complex rebase
* Rebase had problems
2019-08-28 08:59:57 +05:30
Eric Anderson
6ee61f28da
added gcp_storage_file lookup plugin ( #56754 )
...
* added gcp_storage_file lookup plugin
* updated to remove shebang and clean header
* clean header
2019-08-27 19:12:36 -07:00
Matt Clay
f510d59943
Support relative imports in AnsiballZ. ( #61196 )
2019-08-27 18:11:21 -07:00
Ruben-Bosch
5549788c8d
win_updates: Add flag to only download updates without installing them ( #58631 )
...
* win_updates: Add flag to only download updates without installing them
* Fix test
* Fixes ansible-test (pep8)
* Fix integration test
* Fix actual fix.
2019-08-28 09:46:59 +10:00
Shachaf92
03bbba4a9f
win modules - standarize regex and regxp as alias ( #59037 )
...
* win modules - standarize regex and regxp as alias
* Changes to reflect desired state
* Update parameter names of funtions
* Update main.yml
* Update win_lineinfile.py
* Update win_wait_for.py
2019-08-28 09:38:23 +10:00
Jordan Borean
66f52b74b1
Change collection PS util import pattern ( #61307 )
...
* Change collection PS util import pattern
* Add changes for py2 compat
* fix up regex and doc errors
* fix up import analysis
* Sanity fix for 2.6 CI workers
* Get collection util path for coverage collection
2019-08-27 16:02:27 -07:00
Brian Scholer
eaa6848932
Allow password to be null in Scheduled Task for gMSA ( #60990 )
...
* Allow password to be null in Scheduled Task for gMSA
* Remove test for removed password validation, linting fixes
2019-08-28 08:44:45 +10:00
Simon Dodsley
0914cdb345
New module to allow two FlasArrays to connect ready for replication ( #60293 )
2019-08-27 18:32:12 -04:00
Simon Dodsley
2abbc136b1
New module to manage SNMP managers in Pure Storage FlashArray ( #59203 )
2019-08-27 18:32:00 -04:00
Simon Dodsley
8d8f501968
New module for Pure Storage FlashBlade Remote Assist control ( #59261 )
2019-08-27 18:31:56 -04:00
sergioirium
e186329ee5
Added Notes ( #61315 )
...
##### SUMMARY
<!--- Your description here -->
##### ISSUE TYPE
- Docs Pull Request
+label: docsite_pr
2019-08-28 08:15:30 +10:00
Simon Dodsley
21f0c0f42f
Change references to ansible_facts ( #61353 )
2019-08-27 18:00:25 -04:00
Simon Dodsley
948023176e
Changes references to ansible_facts (FA_RA) ( #61355 )
2019-08-27 18:00:12 -04:00
Simon Dodsley
05afc28d08
Changes references to ansible_facts (FB_S3USER) ( #61356 )
2019-08-27 18:00:01 -04:00
Simon Dodsley
a09d1e038d
New module to set SMTP config for Pure Storage FlashArray ( #58899 )
2019-08-27 17:45:17 -04:00
Simon Dodsley
ff94dedf19
New module to set alert email addresses for Pure Storage FlashArray ( #57864 )
2019-08-27 17:44:55 -04:00
Simon Dodsley
c2f468552d
New module for SMTP configuration on Pure Storage FlashBlade ( #59270 )
2019-08-27 17:44:24 -04:00
Simon Dodsley
f4d336cf1f
New module to manage volume groups on Pure Storage FlashArray ( #58854 )
2019-08-27 17:44:04 -04:00
Yuwei Zhou
41778a8e12
Add azure resource lock module ( #55700 )
...
* add locks
* rename the module
* add test
* add test
* address comments
* add quote
* can list child scope lock
* minor docs tweaks
* Add files via upload (#62 )
* change '\r\n' to '\n' (#63 )
* Small changes, just to trigger CI verify.
* trigger CI verify
* remove 's'
* Update according by comments
* change small for trigger CI check
2019-08-28 05:35:12 +08:00
smile37773
31a1eadab2
Add the azure_rm_azurefirewall_info module ( #58697 )
...
* add the info module of azure firewall
* fix the format_item()
* add the test
* fix the indented line
* fix
* fix the test
* change the test file
2019-08-28 05:23:29 +08:00
Felix Fontein
c9a9bd9d64
OneView: rename _facts -> _info ( #61208 )
...
* Rename OneView _facts modules -> _info
* Adjust PR #.
* Forgot to update test names.
* Remove superfluous blank line.
* Some more things from review.
2019-08-27 23:21:40 +02:00
Eric Anderson
758c63e4fb
added gcp_kms filters filter plugin ( #56755 )
...
* added gcp_kms filters filter plugin
* update filter header
* remove requests
2019-08-27 14:09:18 -07:00
Jordan Borean
faaa669764
PowerShell - Added coverage collector ( #59009 )
...
* Added coverage collection for PowerShell - ci_complete ci_coverage
* uncomment out coverage uploader call
* Generate XML for PowerShell coverage
* Use whitelist to exclude coverage run on non content plugins
* Remove uneeded ignore entry
* Try to reduce diff in cover.py
* Fix up coverage report package - ci_complete ci_coverage
2019-08-28 07:03:23 +10:00
smile37773
5438013191
Rename Azure modules: facts -> info ( #60987 )
2019-08-28 04:44:57 +08:00
Felix Fontein
2db4e044ab
smartos_image_facts: rename to smartos_image_info ( #60915 )
...
* Rename smartos_image_facts -> smartos_image_info
* Add changelog.
2019-08-27 16:43:10 -04:00
Felix Fontein
e176023c6b
Scaleway: rename _facts -> _info ( #61095 )
...
* Rename scaleway _facts -> _info
* Add changelog.
* Improve docs.
2019-08-27 16:39:24 -04:00
Felix Fontein
185a1fcb07
Online: rename _facts -> _info ( #61091 )
...
* Rename online _facts -> _info
* Add changelog.
2019-08-27 16:36:55 -04:00
Kevin Breit
489156378c
Meraki - Enable API call rate limiting for requests ( #54827 )
...
* Initial commit for rate limiting
- Detects if error code is 429
- Pauses for random time between .5 and 5 seconds before retrying
- If it fails 10 times, give up and tell user
* Redo structure of request() to support rate limiting
* Hold down timer is now a sliding scale
- 3 * number of retries
- Fails after the 30 second wait
* Whitespace fixes
* Redo implementation using decorators
- Errors aren't tested but code works for regular calls
* Unit tests work for error handling
* Add integration tests for successful retries
* Add condition for 502 errors and retry
* Move _error_report out of the class
* PEP8 fixes
* Add changelog entry
2019-08-27 16:32:09 -04:00
Paul Belanger
5ee81338fc
Remove unused import in junos/utils/utils.py ( #61384 )
...
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2019-08-27 15:56:39 -04:00
Paul Belanger
5a60bdd308
Remove unsed / duplicate imports for iosxr module_utils ( #61385 )
...
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2019-08-27 15:55:31 -04:00
Felix Fontein
1906c05348
vertica_facts: rename to vertica_info ( #60916 )
...
* Rename vertica_facts -> vertica_info
* Add changelog.
* Fix porting guide.
2019-08-27 21:28:36 +02:00
thetriforce
0696fcacf0
Update _ios_l2_interface.py ( #61401 )
...
Add support for TwoGigabitEthernet switchports in IOS-XE
2019-08-28 00:51:15 +05:30
Nathaniel Case
e8586114ad
Move instantiation of terminal plugin earlier ( #61261 )
...
* Move instantiation of terminal plugin earlier
* Move test for invalid network_os to where the failure now lives
2019-08-27 14:33:05 -04:00
Nilashish Chakraborty
36f4af203c
Add iosxr_lag_interfaces resource module ( #61303 )
...
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
2019-08-27 23:01:05 +05:30
Strahinja Kustudic
a213b9160c
Fix extended loop_control with includes ( #61231 )
...
* Fix extended loop_control with includes
* Use assert for testing extended loop_control
* fix typo
2019-08-27 12:09:56 -05:00
Jack Parsons
80b73712a9
Template value of debugger and then check for validity ( #53587 )
...
* Template value of debugger and then check for validity
* Removed if/else and forcing failure on undefined as per comments
* Added changelog
* changed colon to brackets so it appears as a string
2019-08-27 12:02:26 -05:00
aperigault
c1c6e9f008
Add kernel version in ansible facts ( #40069 )
2019-08-27 11:57:44 -05:00
Ahmed Hassan
b47988a8a4
Added more explanation to keypair. ( #52766 )
...
* Added more explanation to keypair.
<!--- Your description here -->
+label: docsite_pr
* Update ec2.py
* Update ec2.py
2019-08-27 11:25:52 -05:00
ygelfand
36b7baca4d
getent - add service support( #60295 )
2019-08-27 11:58:37 -04:00
Felix Fontein
c91929b2b3
OpenStack: rename _facts -> _info ( #61197 )
...
* Rename openstack _facts -> _info
* Add new module names to module_defaults.yml.
2019-08-27 11:50:14 -04:00
Miguel Angel Muñoz González
5e4e32b45e
FortiOS modules for 2.9 - 10 ( #61367 )
...
* FortiOS modules for 2.9 - 10
* Fortios User Device was wrongly set to 2.8 instead of 2.9
* Retriggering shippable due to random failure
2019-08-27 21:07:39 +05:30
Jason Lee
9f8a0f4ace
Added vserver to lun_info field to ensure unique LUN dict keys ( #61357 )
2019-08-27 11:14:59 -04:00
Jordan Webb
27cac742ca
Fix pipelining in buildah connection plugin ( #59745 )
...
* Fix pipelining in buildah plugin
* Add changelog fragment
2019-08-27 10:11:47 -04:00
sig9org
b563f7f880
Add aci_l3out_extsubnet.py ( #58087 )
...
* Add aci_extsubnet.py
* Fix aliases of network option
* Shorten the sentence
* Rename to aci_l3out_extsubnet
As suggested during review.
* Rename module
2019-08-27 15:55:46 +02:00
Derrick Johnson
f3bde056b5
aci_maintenance_group_node - Fix "target_filter" ( #58675 )
...
* aci_maintenance_group_node - Fix "target_filter"
##### SUMMARY
Fixes target_filter issue that causes the module to fail.
##### ISSUE TYPE
* Use the correct target_filter syntax
So we did not just rename `filter_target` to `target_filter`, the content is also different.
2019-08-27 15:10:47 +02:00
Chris Archibald
36add6e86f
New Module: na_ontap_ndmp ( #59815 )
...
* new module
* fixes
* fixes
* fix unit tests
* update tests
* fixes
2019-08-27 09:06:59 -04:00
Chris Archibald
0e906b0865
bug fixes for group ( #60887 )
...
* bug fixes for group
* trigger rebuild
* fixes
2019-08-27 09:05:20 -04:00
Nathan Swartz
37dd373c6b
Volume dev upstream new options ( #59660 )
...
* Add controller ownership and cache without batteries option
* Add unit test for new netapp_e_volume options
* Add integration tests for netapp_e_volume module.
* Changed default read_ahead_enable option to true in netapp_e_volume module.
* Fix off-segment aligned volume size in netapp_e_volume module.
2019-08-27 09:04:02 -04:00
Andrey Klychkov
61a2dab2ff
postgresql modules: add seealso section ( #61368 )
2019-08-27 13:20:34 +01:00
jasonjuenger
dfd1b29777
Add aci_vmm_credential.py ( #60910 )
...
* add module to create aci VMM credential objects
add initial remove and add integration tests for VMM credential objects
* update 'credential' var name to 'name'
* move vmware tests to domain type specific file
* move vmware tests to domain type specific file
add include task in main file to reference domain type specific tests
* update task names
add test to remove credential prior to first credential add
add tests for querying individual credentials
add tests for query all credentials
add additional tests for removing credentials
* update version added to 2.9
remove invalid module references from 'seealso' section
* fix list reference in query all assertions
* add reference to VM_PROVIDER_MAPPING keys for vm_provider arg
2019-08-27 14:08:24 +02:00
Sumit Jaiswal
b53bc94cc5
Resource module for iosxr_l2_interfaces ( #59964 )
...
* iosxr_l2 resource
2019-08-27 17:20:47 +05:30
Nirav Katarmal
dbd3ace53e
added resources to associate domain to EPG ( #60571 )
2019-08-27 13:41:13 +02:00
Don Yao
d77697e4d5
FortiOS System Fimrware Upgrade Module ( #59213 )
...
* FortiOS System Fimrware Upgrade Module
* default timeout 12 seconds is not enough for large firmware or slow connection, increase it to 300 seconds
* update fortios system firmware upgrade module together with unit test
* minor updates based on the new templates
* minor updates and remove fortiosapi dependency in unit test module
* add author, remove unused method, fix descriptions, apply some sanity fixes
2019-08-27 15:58:07 +05:30
Miguel Angel Muñoz González
e62fb1e2f9
FortiOS modules for 2.9 - 9 ( #61320 )
...
* FortiOS modules for 2.9 - 9
* Undo ignore file
* Remove non valid identifiers
* Leave fortios_switch_controller_lldp_profile and fortios_switch_controller_managed_switch out of this PR
* Updated fortios_switch_controller_lldp_profile and fortios_switch_controller_managed_switch
2019-08-27 15:57:34 +05:30
Simeon Filipov
0074fa5672
Fix typo in postgresql_privs.py ( #61365 )
...
##### SUMMARY
Change 'default_prives' to 'default_privs'
##### ISSUE TYPE
- Docs Pull Request
+label: docsite_pr
2019-08-27 06:05:39 -04:00
Rohit
b24e1c0077
lag config changes ( #61361 )
...
Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com>
2019-08-27 15:26:12 +05:30
Adharsh Srivats R
ee05d6bde2
Added nxos_lldp_global resource module ( #60072 )
...
* Added nxos_lldp_global module
Tests
Correction
remove q
* Added tests
* Corrections
Changes
Last few changes please
Final
Finall
Finalll
* Key error and punctuation changes
* .gitignore edit
* Facts file edit
* Changed facts collection and 'replaced' state
Changed facts collection and replaced state
Changed facts collection and replaced state
* Spacing and module error correction
* return facts as empty dict not list
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
2019-08-27 14:52:24 +05:30
Andrey Klychkov
233a3088f4
postgresql_db: add seealso section ( #61360 )
2019-08-27 09:11:09 +02:00
Andrey Klychkov
cca95e323d
postgresql_copy: add seealso section ( #61314 )
2019-08-27 09:10:59 +02:00
Don Yao
c0046e7f52
adding 3 new methods, get to retrieve configurational data, monitor to retreieve operational data, execute to perform action ( #61331 )
2019-08-27 12:24:07 +05:30
rajaspachipulusu17
adb8a0ddc6
Pluribus Networks log audit exception module with unit test cases ( #60456 )
...
* Pluribus Networks log audit exception module with unit test cases
* Documentation fix
2019-08-27 11:31:54 +05:30
rajaspachipulusu17
e7cb2ddc9c
Pluribus Networks vtep module with unit test cases ( #60455 )
2019-08-27 11:26:13 +05:30
Ganesh Nalawade
2a13ad7adf
Fix junos resource modules group based config and minor updates ( #61224 )
...
* Fix junos resource modules group based config and minor updates
Fixes https://github.com/ansible/ansible/issues/61183
* Add support to get inherited configuration for resource
modules to handle group based configuration
* Add task input check for merged, replaced and overridden
states in junos resource modules
* Integration test for group based configuration
* Fix CI test failures
* Fix test failures
2019-08-27 11:06:06 +05:30
Simon Dodsley
f2c4875fbe
Remove unnecessary code ( #61350 )
2019-08-27 01:27:59 -04:00
Yuwei Zhou
b4732dd2e6
Support Azure IoT hub and related module ( #55121 )
...
* Support iothub creation
* raise errordetailexception rather than clouderror
* add facts
* change requirement
* compare endpoint
* add documentation
* add documentation
* add iot device facts
* modify line ending
* add auth method
* add iot module
* add consumer group
* add the test
* enhencement of doc
* add list consumer groups
* fix lint
* fix lint
* fix doc
* fix doc
* Update auzre_rm_iothub related document
* changed paramter's type
* update type
* rename facts -> info
* fixed sanity
* missed during merge
2019-08-27 13:18:28 +08:00
Fortinet Core CSE NA
6fb7073adc
Fortinet: FortiAnalyzer Plugin and Module Utils and FAZ_DEVICE update. ( #58882 )
...
* FortiAnalyzer Plugin and Module Utils and FAZ_DEVICE update.
* Updated Version Added for plugin.
* Removed stray characters (new keyboard... leaned on a key to hard...). DOH!
* Minor fix to documentation
* Added __metaclass__ = type per Sanity/1 test failure of last test.
* Minor PEP8... should be last one
* Same PEP8 Fix for Common...
* Minor change to kick off another shippable after an obscure OS X error.
* Last Shippable showed "unstable" but didn't give any other reasons. Kicking off YET ANOTHER.
* Once again, shippable is erroring on unrelated issues and modules. Minor Docs change to kick it off again.
* Shippable, again, failed to find the commit. Minor doc change to kick it off again.
* Small doc change to kick off shippable. A single test is ending up "unstable" for RHEL...
2019-08-27 10:22:42 +05:30
sushma-alethea
b09db0ba9e
icx: new module icx_user ( #60007 )
...
* new module
* new terminal
* new terminal
* new cliconf
* cliconf
* icx cliconf
* icx_cliconf
* icx test units module
* icx units module
* icx banner unit test
* PR changes resolved
* changes resolved
* Changes Resolved
* check_running_config changes resolved
* added notes
* removed icx rst
* new changes
* deleted icx rst
* icx .rst
* modified platform_index.rst
* modified platform_index.rst
* changes resolved
* PR comments resolved
* Update platform_index.rst
PR comment resolved
* test
* Revert "test"
This reverts commit 99b72c6614
.
* new module icx_user
* new changes
* new changes
* new changes
* new changes
* new changes
* new changes
* changes
* changes
* new fixes
* new changes
* notes updated
2019-08-27 09:25:56 +05:30
frankshen01
a68d91d0a7
Fortinet's new module for fortios_wireless_controller_hotspot20_hs_profile ( #61163 )
...
* Fortinet's new module for fortios_wireless_controller_hotspot20_hs_profile
* Update fortios_wireless_controller_hotspot20_hs_profile.py and test_fortios_wireless_controller_hotspot20_hs_profile.py
2019-08-27 09:24:28 +05:30
sushma-alethea
b6290e1d15
icx: new module icx_logging ( #60036 )
...
* new module
* new terminal
* new terminal
* new cliconf
* cliconf
* icx cliconf
* icx_cliconf
* icx test units module
* icx units module
* icx banner unit test
* PR changes resolved
* changes resolved
* Changes Resolved
* check_running_config changes resolved
* added notes
* removed icx rst
* new changes
* deleted icx rst
* icx .rst
* modified platform_index.rst
* modified platform_index.rst
* changes resolved
* PR comments resolved
* Update platform_index.rst
PR comment resolved
* test
* Revert "test"
This reverts commit 99b72c6614
.
* new module icx_logging
* new fixes
* new fix
* new fix
* new fix
* new changes
* notes updated
2019-08-27 08:58:32 +05:30
sushma-alethea
b6e71c5ffb
icx: new module icx_copy ( #59920 )
...
* new cliconf
* cliconf
* icx cliconf
* icx test units module
* icx units module
* icx banner unit test
* PR changes resolved
* check_running_config changes resolved
* added notes
* removed icx rst
* deleted icx rst
* icx .rst
* modified platform_index.rst
* changes resolved
* PR comments resolved
* Update platform_index.rst
* new module icx_copy
* notes updated
2019-08-27 08:57:31 +05:30
sushma-alethea
fb1094f38d
icx: new module icx_system ( #60024 )
...
* new module
* new terminal
* new terminal
* new cliconf
* cliconf
* icx cliconf
* icx_cliconf
* icx test units module
* icx units module
* icx banner unit test
* PR changes resolved
* changes resolved
* Changes Resolved
* check_running_config changes resolved
* added notes
* removed icx rst
* new changes
* deleted icx rst
* icx .rst
* modified platform_index.rst
* modified platform_index.rst
* changes resolved
* PR comments resolved
* Update platform_index.rst
PR comment resolved
* test
* Revert "test"
This reverts commit 99b72c6614
.
* new module icx_system
* new changes
* new changes
* new changes
* Fixed bot bugs
* notes updated
2019-08-27 08:55:46 +05:30
sushma-alethea
d2429cbd6a
icx: new module icx_vlan ( #59985 )
...
* new module
* new terminal
* new terminal
* new cliconf
* cliconf
* icx cliconf
* icx_cliconf
* icx test units module
* icx units module
* icx banner unit test
* PR changes resolved
* changes resolved
* Changes Resolved
* check_running_config changes resolved
* added notes
* removed icx rst
* new changes
* deleted icx rst
* icx .rst
* modified platform_index.rst
* modified platform_index.rst
* changes resolved
* PR comments resolved
* Update platform_index.rst
PR comment resolved
* test
* Revert "test"
This reverts commit 99b72c6614
.
* new module icx_vlan
* new changes
* new fixes
* new fixes
* new fixes
* new fixes
* new fixes
* new fixes
* Fixed bugs
* Fixed bot bugs
* Fixed bot bugs
* Fixed bot bugs
* Fixed bot bugs
* Fixed bot bugs
* Fixed bot bugs
* Fixed bot errors
* notes updated
2019-08-27 08:31:17 +05:30
Yuwei Zhou
1c06b302bc
Support automation account managment ( #56429 )
...
* add automation account
* add test
* update sdk version
* fix doc
* Update azure_rm_automationaccount.py
* Update azure_rm_automationaccount_facts.py
* Update main.yml
* add type define (#64 )
* add new (#67 )
* change 'example' to 'sample'
* changed 'path' to 'ID'
2019-08-27 07:38:47 +08:00
claudioiuliano
ab559c4629
Remove 'network-interface' for tag_specifications ( #53398 )
...
* Remove 'network-interface' for tag_specifications
https://github.com/aws/aws-cli/issues/2865
* changelog
2019-08-26 19:37:00 -04:00
Bruno Meneguello
954416932a
route53: optimize zone_id lookup when hosted_zone_id is provided ( #60437 )
2019-08-26 16:21:17 -07:00
Yunge Zhu
749662d776
add azure monitor log profile module ( #54702 )
...
* add azure monitor log profile module
* fix version
* fix lint
* mark test as unsupported
* fix lint
* fix lint
* Fix the error prompted in the comments
2019-08-27 05:00:28 +08:00
Yunge Zhu
b335303471
fix keyvault secret bug ( #60754 )
...
* fix keyvault secret bug
* remove unexpected spaces
2019-08-27 04:56:54 +08:00
The Magician
aa5a221ddc
Bug fixes for GCP modules ( #61094 )
2019-08-26 15:04:52 -04:00
The Magician
1631554c1b
Bug fixes for GCP modules ( #61251 )
2019-08-26 15:04:24 -04:00
pratikgadiya12
8ee7d9f598
VMWare - Rename _facts to _info ( #57474 )
...
Deprecate vmware's _facts modules and add new modules.
Fixes : #57278
2019-08-26 14:45:34 -04:00
Felix Fontein
47c2ff4c26
Redfish modules: rename _facts -> _info ( #60992 )
...
* Rename redfish_facts -> redfish_info, idrac_redfish_facts -> idrac_redfish_info
* Update porting guide.
* Add changelog.
* Fix metadata.
* Remove copy artefacts.
* Change from deprecate/new module to rename.
2019-08-26 20:42:04 +02:00
The Magician
191aa11483
Bug fixes for GCP modules ( #61093 )
2019-08-26 13:28:40 -04:00
The Magician
afa84af91d
New Module: gcp_kms_key_ring_info ( #61099 )
2019-08-26 13:28:28 -04:00
Alex Stephen
e5595f1117
gcp_compute refactor ( #61249 )
...
* wip
* it works!
* cache should work
* ran black on code
* wip
* now it works
* black
2019-08-26 13:27:44 -04:00
Sumit Jaiswal
30714682c9
Fixes iosxr interfaces zuul failure ( #61313 )
...
* fixes 61311
Signed-off-by: Sumit Jaiswal <sjaiswal@redhat.com>
* fix loopback
Signed-off-by: Sumit Jaiswal <sjaiswal@redhat.com>
2019-08-26 22:25:43 +05:30
Felix Fontein
e536d0e128
openssl_*: deprecate PyOpenSSL backends ( #59907 )
...
* Deprecate PyOpenSSL backends.
* Add changelog.
* Add porting guide entry.
* Improve tests to ignore deprecations when comparing results.
* Deprecating pyopenssl backend for get_certificate and openssl_publickey.
* Fix typo.
2019-08-26 18:26:10 +02:00
Felix Fontein
7f4f2506a0
acme_certificate: make compatible to Buypass' ACME v2 testing endpoint ( #60727 )
...
* Don't unnecessarily use location from header.
* Add changelog.
2019-08-26 18:19:55 +02:00
Felix Fontein
039123ec6b
acme_account_info: retrieve orders ( #59697 )
...
* Add retrieve_orders option.
* Run acme_certificate tests also for acme_account_info; use acme_account_info to get list of orders.
* Doing some quoting.
* Improve returned description.
2019-08-26 18:16:43 +02:00
Felix Fontein
14974f5fc2
openssl_certificate_info: add ocsp_uri return value ( #60393 )
...
* Add ocsp_uri return value.
* Add changelog.
* Add integration test.
* Fix rebase error.
2019-08-26 17:42:52 +02:00
Nathaniel Case
a567a3fae0
New module eos_lldp_global ( #60975 )
...
* New module eos_lldp_global
* Implement facts
* Implement config, add tests
* Assorted fixes
2019-08-26 11:34:41 -04:00
Joe Clarke
0b284c1431
Cast booleans to strings. ( #60544 )
...
This avoids an error when building the API request:
TypeError: Argument must be bytes or unicode, got 'bool'
This would occur when one explicitly sets async_bool or ignore_owners in
a playbook/role.
2019-08-26 11:32:14 -04:00
Milan Zink
7cefef9719
Adding new options to na_ontap_nfs module ( #59505 )
...
* Adding new options to na_ontap_nfs module
- nfsv4_fsid_change
- nfsv4_numeric_ids
- nfsv40_referrals
- nfsv41_pnfs
- nfsv41_referrals
* Adding version_added: '2.9' for new options
2019-08-26 10:22:45 -04:00
Josh Edmonds
f62f1ab54c
Added comment field to na_ontap_volume module ( #59566 )
...
* Added comment field to na_ontap_volume module
* fixed zapi attribute name in create_volume_options(), and fix to ensure comment field can be set back to an empty string
2019-08-26 10:14:39 -04:00
digi
7f06db8211
module_utils/redfish_utils.py: add ForceRestart option ( #61104 )
...
The library does not allow you to force a restart via redfish, (unless GracefulRestart
triggered by PowerReboot-command is not supported).
Therefore, I added the option `PowerForceRestart` to be able to force a reboot of an
unresponsive host.
2019-08-26 10:13:09 -04:00
Matt Martz
5941e4c843
Properly JSON encode AnsibleUnsafe, using a pre-processor ( #60602 )
...
* Properly JSON encode AnsibleUnsafe, using a pre-processor. Fixes #47295
* Add AnsibleUnsafe json tests
* Require preprocess_unsafe to be enabled for that functionality
* Support older json
* sort keys in tests
* Decouple AnsibleJSONEncoder from isinstance checks in preparation to move to module_utils
* Move AnsibleJSONEncoder to module_utils, consolidate instances
* add missing boilerplate
* remove removed.py from ignore
2019-08-26 09:08:22 -05:00
Sloane Hertel
1d405fdd60
Add module aliases back in hardcoded module_defaults list ( #61203 )
2019-08-26 10:05:57 -04:00
Chris Archibald
53df4d8186
New options for identity_preserve ( #60498 )
...
* new option
* Force ansibot to run again
2019-08-26 10:03:26 -04:00
kvegh
930088da96
Clarifying: no lists in name parameter ( #61029 )
...
* Clarifying: no lists in name parameter
2019-08-26 10:02:37 -04:00
Mario Lenz
0ac57941c1
VMware: Add missing HA admission control policies in vmware_cluster_ha ( #60233 )
...
* Add missing HA admission control policies
* Add new parameter host_isolation_response
* Bugfix: 'das_vm_config' referenced before assignment
* Implement test cases
2019-08-26 09:40:38 -04:00
Miguel Angel Muñoz González
d95a0f235b
Fortinet's new module for fortios_user_local ( #61054 )
...
* Fortinet's new module for fortios_user_local
* New version of fortios_user_local
* Update unit tests with removal of attribute
2019-08-26 18:56:30 +05:30
Miguel Angel Muñoz González
69fcd771e0
FortiOS modules for 2.9 - 8 ( #61308 )
...
* FortiOS modules for 2.9 - 8
* Add missing files
* Fix trailing spaces
2019-08-26 18:55:53 +05:30
Nathaniel Case
f3f30c146b
Deprecate net_* modules ( #60818 )
...
* Deprecate net_ modules
* Move modules to finish deprecation
* Add missing `why`, move net_static_route
* Add changelogs and porting guide
2019-08-26 09:07:54 -04:00
Trishna Guha
5a04b4feb6
Add nxos_l2_interfaces resource module ( #61120 )
...
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
2019-08-26 16:46:05 +05:30
sushma-alethea
c729f3ba61
icx: new module icx_facts ( #61225 )
...
* new cliconf
* cliconf
* icx cliconf
* icx test units module
* icx units module
* icx banner unit test
* added notes
* new changes
* icx .rst
* modified platform_index.rst
* test
* Revert "test"
This reverts commit 99b72c6614
.
* new module icx_facts
* fixtures added
* Rebase causing problem on branch-PR4. So created new PR
* new commit
* new changes
2019-08-26 14:00:00 +05:30
Michał Szczepańczyk
8ed3a0b360
fix bug - k8s was crashing when yaml ended with 3 dashes ( #61182 )
...
* fix bug - k8s was crashing when yaml ended with 3 dashes
* #61182 - add changelog
2019-08-26 17:28:01 +10:00
sushma-alethea
7e1a347695
icx: new module icx_linkagg ( #59967 )
...
* new module
* new module
* new terminal
* new terminal
* new cliconf
* new cliconf
* cliconf
* cliconf
* icx cliconf
* icx cliconf
* icx_cliconf
* icx test units module
* icx test units module
* icx units module
* icx units module
* icx banner unit test
* icx banner unit test
* PR changes resolved
* changes resolved
* Changes Resolved
* check_running_config changes resolved
* added notes
* added notes
* removed icx rst
* new changes
* new changes
* deleted icx rst
* icx .rst
* icx .rst
* modified platform_index.rst
* modified platform_index.rst
* modified platform_index.rst
* modified platform_index.rst
* changes resolved
* changes resolved
* PR comments resolved
* PR comments resolved
* Update platform_index.rst
PR comment resolved
* Update platform_index.rst
PR comment resolved
* new module icx_linkagg
* bug fixes
* Fixing bot errors
* Trying to fix aggregate document error
* Added options under aggregate in documentation
* Fixed bot error
* Fixed documentation error
* Fix bot error
* notes updated
2019-08-26 09:12:59 +05:30
sushma-alethea
20ec927280
icx: new module icx_static_route ( #59978 )
...
* new module
* new module
* new terminal
* new terminal
* new cliconf
* new cliconf
* cliconf
* cliconf
* icx cliconf
* icx cliconf
* icx_cliconf
* icx test units module
* icx test units module
* icx units module
* icx units module
* icx banner unit test
* icx banner unit test
* PR changes resolved
* changes resolved
* Changes Resolved
* check_running_config changes resolved
* added notes
* added notes
* removed icx rst
* new changes
* new changes
* deleted icx rst
* icx .rst
* icx .rst
* modified platform_index.rst
* modified platform_index.rst
* modified platform_index.rst
* modified platform_index.rst
* changes resolved
* changes resolved
* PR comments resolved
* PR comments resolved
* Update platform_index.rst
PR comment resolved
* Update platform_index.rst
PR comment resolved
* new module icx_static_route
* new changes
* new changes
* notes updated
2019-08-26 09:12:10 +05:30
PRASOON KARUNAN V
48eed0b6c8
adding group parameter for win_firewall_rule ( #55109 )
...
* adding group parameter for win_firewall_rule
* integration test fix
* changing the version add to 2.9
* setting group optional
* fix:setting required to optional
2019-08-25 19:10:31 -04:00
Jordan Borean
9786e2b559
Fix up env config source for Galaxy server list ( #61294 )
2019-08-26 07:11:35 +10:00
Chris Archibald
265fcaac40
Add Rest API to DNS ( #59937 )
...
* add rest to dns
* fix issues with tests
* fixes to netapp.py
* fixes
* fixes
* add updates
* fix issues
2019-08-25 10:52:01 -04:00
Josh Edmonds
25db0c7678
Added NetApp ONTAP Adaptive QoS Policy Module ( #58707 )
...
* Added NetApp ONTAP Adaptive QoS Policy Module
* updated documentation to fix validation errors
* Updates to documentation fields and modified logging function to log against the current vserver
* Fixed minor formatting issues
* Documentation update for consistency - author field
* Empty commit to force CI
* fixes
2019-08-25 10:50:34 -04:00
Miguel Angel Muñoz González
a6b124cccc
FortiOS modules for 2.9 - 7 ( #61217 )
2019-08-25 12:54:45 +05:30
Paul Belanger
9d4dcc7506
Remove unused imports from netconf_get ( #61265 )
...
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2019-08-24 19:47:56 -04:00
Paul Belanger
2ce091cc86
Remove duplicate imports in iosxr_lldp_interfaces ( #61266 )
...
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2019-08-24 17:59:51 -04:00
Paul Belanger
c61dec032c
Remove unsed variable is l2_interfaces.py ( #61246 )
...
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2019-08-24 12:57:17 -04:00
Felix Fontein
c3b1a0a7e8
Vultr: rename _facts -> _info ( #61239 )
2019-08-24 17:54:17 +02:00
Paul Belanger
11d82d70eb
Remove duplicate imports from iosxr_lacp_interfaces ( #61258 )
...
This cleans up linting for our new iosxr collection.
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2019-08-24 10:12:29 -04:00
Mark Chappell
5434bf74c6
Fix issues with aws_kms when working cross-account and with IDs ( #60805 )
...
* aws_kms: (integration tests) Test updating a key by ID rather than just my alias
* aws_kms: (integration tests) Test deletion of non-existent and keys that are already marked for deletion
* aws_kms: Ensure we can perform actions on a specific key_id rather than just aliases
In the process switch over to using get_key_details rather than listing all keys.
* aws_kms: When updating keys use the ARN rather than just the ID.
This is important when working with cross-account trusts.
2019-08-23 16:56:45 -07:00
Søren Kröger
1cf43e5017
Handle multiple Content-Type headers correctly ( #31238 )
...
* Handle multiple Content-Type headers correctly
Avoids situations where mulitple Content-Type headers including charset information can result in errors like
```
LookupError: unknown encoding: UTF-8, text/html
```
* Account for multiple conflicting values for content-type and charset
* Add changelog fragment
2019-08-23 16:48:16 -05:00
Victor Costan
943b4f5a83
os_server: keep optional nic args for nics specified using net-name or port-name. ( #20969 )
2019-08-23 17:00:31 -04:00
Ryan Conway
e4c1c05363
Renaming onepassword_facts
to onepassword_info
. ( #61237 )
...
* Renaming `onepassword_facts` to `onepassword_info`.
* Update module examples.
* Add changelog fragment.
* Add module rename to the 2.9 porting guide.
* Document the parameter types in the module docs.
* Fix incorrect parameter name.
* Update docs/docsite/rst/porting_guides/porting_guide_2.9.rst
Co-Authored-By: Felix Fontein <felix@fontein.de>
* Remove `onepassword_facts` as it has been renamed to `onepassword_info` including fixes for the sanity tests.
2019-08-23 20:45:13 +02:00
The Magician
d3b493020d
New Module: gcp_kms_crypto_key ( #61096 )
2019-08-23 13:27:46 -04:00
The Magician
bf514b5717
New Module: gcp_kms_crypto_key_info ( #61097 )
2019-08-23 13:27:37 -04:00
The Magician
ba026939bb
New Module: gcp_kms_key_ring ( #61098 )
2019-08-23 13:27:28 -04:00
Nathaniel Case
64312a09c9
Add use_proxy option to httpapi ( #59259 )
2019-08-23 13:07:52 -04:00
Sumit Jaiswal
c9f0b0fb42
Resource module for ios_l3_interfaces ( #60405 )
...
* ios_l3_interfaces
* fix shippable
* fix tests
Signed-off-by: Sumit Jaiswal <sjaiswal@redhat.com>
* fix ignore txt file
Signed-off-by: Sumit Jaiswal <sjaiswal@redhat.com>
* fix doc
Signed-off-by: Sumit Jaiswal <sjaiswal@redhat.com>
* fix shippable n tests
* fix replace test
Signed-off-by: Sumit Jaiswal <sjaiswal@redhat.com>
* fix zuul failures
Signed-off-by: Sumit Jaiswal <sjaiswal@redhat.com>
* fix shippable n zuul
* fix zuul
* fix zuul
* fix zuul test
* fix zuul
Signed-off-by: Sumit Jaiswal <sjaiswal@redhat.com>
* code zuul fix
* fix merge
Signed-off-by: Sumit Jaiswal <sjaiswal@redhat.com>
* fix merge
Signed-off-by: Sumit Jaiswal <sjaiswal@redhat.com>
2019-08-23 22:09:20 +05:30
Wojciech Wypior
a275bf1625
added better description on how aggregate functions ( #61069 )
2019-08-23 08:05:19 -07:00
Rohit
11ba2a965d
platform guide updates ( #61121 )
...
* platform guide updates
Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com>
* sanity fix
Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com>
2019-08-23 20:23:50 +05:30
Felix Fontein
fa70690e5c
openssl_certificate/csr(_info): add support for SubjectKeyIdentifier and AuthorityKeyIdentifier ( #60741 )
...
* Add support for SubjectKeyIdentifier and AuthorityKeyIdentifier to _info modules.
* Adding SubjectKeyIdentifier and AuthorityKeyIdentifier support to openssl_certificate and openssl_csr.
* Fix type of authority_cert_issuer.
* Add basic tests.
* Add changelog.
* Added proper tests for _info modules.
* Fix docs bug.
* Make sure new features are only used when cryptography backend for openssl_csr is available.
* Work around jinja2 being too old on some CI hosts.
* Add tests for openssl_csr.
* Add openssl_certificate tests.
* Fix idempotence test.
* Move one level up.
* Add ownca_create_authority_key_identifier option.
* Add ownca_create_authority_key_identifier option.
* Add idempotency check.
* Apparently the function call expected different args for cryptography < 2.7.
* Fix copy'n'paste errors and typos.
* string -> general name.
* Add disclaimer.
* Implement always_create / create_if_not_provided / never_create for openssl_certificate.
* Update changelog and porting guide.
* Add comments for defaults.
2019-08-23 14:01:42 +02:00
Mark Chappell
77e4371460
aws_kms: Update policy on existing keys (when passed) ( #60059 )
...
* aws_kms: (integration tests) Use module_defaults to reduce the copy and paste
* aws_kms: (integration tests) make sure policy option functions.
* aws_kms: (integration tests) Move iam_role creation to start of playbook.
iam_roles aren't fully created when iam_role completes, there's a delay on the Amazon side before they're fully recognised.
* aws_kms: Update policy on existing keys (when passed)
2019-08-23 20:38:38 +10:00
sushma-alethea
25053827a5
icx: new module icx_config ( #59914 )
...
* new module
* new terminal
* new terminal
* new cliconf
* cliconf
* icx cliconf
* icx_cliconf
* icx test units module
* icx units module
* icx banner unit test
* PR changes resolved
* changes resolved
* Changes Resolved
* check_running_config changes resolved
* new module
* new cliconf
* cliconf
* icx cliconf
* icx test units module
* icx units module
* icx banner unit test
* added notes
* added notes
* removed icx rst
* new changes
* new changes
* deleted icx rst
* icx .rst
* icx .rst
* modified platform_index.rst
* modified platform_index.rst
* modified platform_index.rst
* modified platform_index.rst
* changes resolved
* changes resolved
* PR comments resolved
* PR comments resolved
* Update platform_index.rst
PR comment resolved
* Update platform_index.rst
PR comment resolved
* new module icx_config
* new changes
* new changes in icx_config
* PR changes
* PR comments resolved
* PR comments resolved
* new changes
* new changes
* Review comments
* updated notes section
2019-08-23 16:02:51 +05:30
Trishna Guha
f0ef624cff
Add nxos_l3_interfaces resource module ( #61021 )
...
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
2019-08-23 15:06:26 +05:30
Miguel Angel Muñoz González
9d77d06fa4
Fortinet's new module for fortios_user_password_policy ( #61055 )
...
* Fortinet's new module for fortios_user_password_policy
* Retriggering due to Shippable failure
2019-08-23 14:55:47 +05:30
Miguel Angel Muñoz González
a6837609e2
FortiOS modules for 2.9 - 6 ( #61170 )
...
* FortiOS modules for 2.9 - 5
* Update fortios_firewall_vip.py
* Update fortios_firewall_vip6.py
2019-08-23 14:54:43 +05:30
Sumit Jaiswal
2ce3ce8477
Fix zuul error for IOSXR interfaces PRs ( #61174 )
...
* fix zuul error
* fix utils
2019-08-23 13:27:07 +05:30
frankshen01
30c9abf6e4
Fortinet's new module for fortios_wireless_controller_hotspot20_anqp_ip_address_type ( #61088 )
...
* Fortinet's new module for fortios_wireless_controller_hotspot20_anqp_ip_address_type
* Update fortios_wireless_controller_hotspot20_anqp_ip_address_type.py
* Update fortios_wireless_controller_hotspot20_anqp_ip_address_type.py
2019-08-23 12:23:15 +05:30
frankshen01
ec348bb2ac
Fortinet's new module for fortios_wireless_controller_hotspot20_anqp_nai_realm ( #61089 )
...
* Fortinet's new module for fortios_wireless_controller_hotspot20_anqp_nai_realm
* Update fortios_wireless_controller_hotspot20_anqp_nai_realm.py
* Update fortios_wireless_controller_hotspot20_anqp_nai_realm.py
2019-08-23 12:21:42 +05:30
frankshen01
eb2e0dcc51
Fortinet's new module for fortios_wireless_controller_hotspot20_anqp_network_auth_type ( #61109 )
...
* Fortinet's new module for fortios_wireless_controller_hotspot20_anqp_network_auth_type
* Update fortios_wireless_controller_hotspot20_anqp_network_auth_type.py
* Update fortios_wireless_controller_hotspot20_anqp_network_auth_type.py
2019-08-23 12:04:39 +05:30
frankshen01
bb06aed6d8
Fortinet's new module for fortios_wireless_controller_hotspot20_anqp_roaming_consortium ( #61110 )
...
* Fortinet's new module for fortios_wireless_controller_hotspot20_anqp_roaming_consortium
* Update fortios_wireless_controller_hotspot20_anqp_roaming_consortium.py
2019-08-23 11:59:20 +05:30
frankshen01
20327589f7
Fortinet's new module for fortios_wireless_controller_hotspot20_anqp_venue_name ( #61112 )
2019-08-23 11:57:33 +05:30
Andrey Klychkov
e3cf76533c
postgresql_user: add groups parameter ( #60638 )
...
* postgresql_user: add groups parameter
* postgresql_user: add groups parameter, fail_on_role default True
* postgresql_user: add groups parameter, add changelog fragment
2019-08-23 08:17:23 +02:00
frankshen01
4449f3a815
Fortinet's new module for fortios_wireless_controller_hotspot20_h2qp_conn_capability ( #61114 )
...
* Fortinet's new module for fortios_wireless_controller_hotspot20_h2qp_conn_capability
* Update fortios_wireless_controller_hotspot20_h2qp_conn_capability.py
2019-08-23 11:32:52 +05:30
Miguel Angel Muñoz González
a549969b85
Fortinet's new module for fortios_vpn_certificate_crl ( #61124 )
2019-08-23 11:28:56 +05:30
frankshen01
81bff01893
Fortinet's new module for fortios_wireless_controller_hotspot20_h2qp_operator_name ( #61125 )
2019-08-23 11:27:47 +05:30
Miguel Angel Muñoz González
1d43c15c64
Fortinet's new module for fortios_vpn_certificate_local ( #61126 )
2019-08-23 11:26:08 +05:30
Miguel Angel Muñoz González
f5cc653865
Fortinet's new module for fortios_vpn_certificate_ocsp_server ( #61128 )
2019-08-23 11:24:56 +05:30
Miguel Angel Muñoz González
ae53e38ceb
Fortinet's new module for fortios_vpn_certificate_remote ( #61129 )
2019-08-23 11:24:01 +05:30
Miguel Angel Muñoz González
8f61e4e39e
Fortinet's new module for fortios_vpn_ssl_web_user_bookmark ( #61137 )
2019-08-23 11:23:02 +05:30
Miguel Angel Muñoz González
e637934e2c
Fortinet's new module for fortios_waf_main_class ( #61139 )
2019-08-23 11:21:35 +05:30
Miguel Angel Muñoz González
d41bf3409d
Fortinet's new module for fortios_waf_signature ( #61140 )
2019-08-23 11:20:22 +05:30
Miguel Angel Muñoz González
af5324b764
Fortinet's new module for fortios_waf_sub_class ( #61141 )
2019-08-23 11:18:42 +05:30
Miguel Angel Muñoz González
7a8f37f9e8
Fortinet's new module for fortios_wanopt_auth_group ( #61142 )
2019-08-23 11:17:15 +05:30
Miguel Angel Muñoz González
4b8d32d889
Fortinet's new module for fortios_wanopt_cache_service ( #61143 )
2019-08-23 11:15:46 +05:30
Miguel Angel Muñoz González
9a53058dda
Fortinet's new module for fortios_wanopt_content_delivery_network_rule ( #61144 )
2019-08-23 11:09:44 +05:30
Miguel Angel Muñoz González
2aa52a42a9
Fortinet's new module for fortios_wanopt_peer ( #61146 )
2019-08-23 11:06:48 +05:30
Miguel Angel Muñoz González
f3daab328b
Fortinet's new module for fortios_wanopt_remote_storage ( #61147 )
2019-08-23 11:05:48 +05:30
Miguel Angel Muñoz González
8e89306328
Fortinet's new module for fortios_wanopt_webcache ( #61148 )
...
* Fortinet's new module for fortios_wanopt_webcache
* Fix minor typo
2019-08-23 11:04:43 +05:30
Miguel Angel Muñoz González
456ca6c817
Fortinet's new module for fortios_web_proxy_debug_url ( #61149 )
2019-08-23 11:03:11 +05:30
Miguel Angel Muñoz González
b40bab6a11
Fortinet's new module for fortios_web_proxy_forward_server ( #61150 )
2019-08-23 11:02:16 +05:30
Miguel Angel Muñoz González
c5bc51e365
Fortinet's new module for fortios_web_proxy_forward_server_group ( #61152 )
2019-08-23 11:00:29 +05:30
Miguel Angel Muñoz González
5b9f40ec1a
Fortinet's new module for fortios_web_proxy_url_match ( #61153 )
2019-08-23 10:43:18 +05:30
Miguel Angel Muñoz González
fa05a7960f
Fortinet's new module for fortios_web_proxy_wisp ( #61154 )
2019-08-23 10:36:23 +05:30
Miguel Angel Muñoz González
be48bb81ce
Fortinet's new module for fortios_wireless_controller_ap_status ( #61155 )
2019-08-23 10:34:01 +05:30
Miguel Angel Muñoz González
81617cf084
Fortinet's new module for fortios_wireless_controller_ble_profile ( #61156 )
2019-08-23 10:32:55 +05:30
frankshen01
1d5612bd09
Fortinet's new module for fortios_wireless_controller_hotspot20_h2qp_osu_provider ( #61158 )
2019-08-23 10:31:19 +05:30
Miguel Angel Muñoz González
f0c21c61b3
Fortinet's new module for fortios_wireless_controller_timers ( #61159 )
2019-08-23 10:29:26 +05:30
Miguel Angel Muñoz González
d4c9d13991
Fortinet's new module for fortios_wireless_controller_vap_group ( #61160 )
2019-08-23 10:26:31 +05:30
frankshen01
24ffd77fd8
Fortinet's new module for fortios_wireless_controller_hotspot20_h2qp_wan_metric ( #61161 )
2019-08-23 10:24:38 +05:30
Miguel Angel Muñoz González
999f5ef286
Fortinet's new module for fortios_wireless_controller_wtp_group ( #61162 )
2019-08-23 10:22:50 +05:30
frankshen01
c9bf39aa09
Fortinet's new module for fortios_wireless_controller_hotspot20_icon ( #61164 )
2019-08-23 10:20:51 +05:30
frankshen01
18a0fc701a
Fortinet's new module for fortios_wireless_controller_hotspot20_qos_map ( #61165 )
2019-08-23 10:19:14 +05:30
Miguel Angel Muñoz González
a1a8ccfd00
Fortinet's new module for fortios_alertemail_setting ( #61166 )
2019-08-23 10:17:36 +05:30
frankshen01
4a90563c64
Fortinet's new module for fortios_wireless_controller_qos_profile ( #61167 )
2019-08-23 10:15:19 +05:30
frankshen01
cabad4e0a1
Fortinet's new module for fortios_wireless_controller_inter_controller ( #61169 )
2019-08-23 10:12:51 +05:30
Miguel Angel Muñoz González
bc9be2b63a
Fortinet's new module for fortios_user_setting ( #61122 )
...
* Fortinet's new module for fortios_user_setting
* Update fortios_user_setting.py
2019-08-23 10:09:07 +05:30
Felix Fontein
72365b01e0
acme_certificate: only return challenges that need to be satisfied ( #61191 )
...
* Only return challenges that need to be satisfied.
* Adjust PR #.
2019-08-22 23:10:53 -04:00
Alan Rominger
e5861eb468
Provide verbose details about which galaxy server was used ( #61190 )
2019-08-23 08:42:14 +10:00
Felix Fontein
18f7c3b850
Netapp: rename _facts -> _info ( #60980 )
...
* Rename na_ontap_gather_facts -> na_ontap_info
Rename netapp_e_facts -> netapp_e_info
* Add changelog.
* Fix sanity.
* Forgot test.
* Forgot to remove 'gather'.
* Fix sanity ignore.
* Remove netapp_e_facts from PR.
* Remove superfluous version_added.
2019-08-22 22:51:45 +02:00
Jordan Borean
e04b2a9697
ansible-galaxy - Add timeout and progress indicator for publish and install ( #60660 )
...
* ansible-galaxy - Add timeout and progress indicator for publish
* add progress indicator to install phase as well
2019-08-23 06:27:28 +10:00
Matt Martz
0ff9978bc5
Ensure has_dead_workers functions ( #60653 )
...
* Ensure has_dead_workers functions
* Fix up tests
* Add changelog. Fixes #29124
2019-08-22 14:32:49 -05:00
Felix Fontein
d31876416b
acme_certificate: improve alternate chain handling ( #60742 )
...
* Improve alternate chain handling.
* Fix chain handling.
2019-08-22 15:08:36 -04:00
Nilashish Chakraborty
d06930d6f6
Add iosxr platform guide ( #60936 )
...
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
2019-08-22 14:05:15 -04:00
Wojciech Wypior
cedc012e30
adds diff functionality to the module ( #61074 )
2019-08-22 09:27:58 -07:00
Sumit Jaiswal
47243b0b2d
Resource module for iosxr_interfaces ( #59853 )
...
* iosxr interfaces resource
Signed-off-by: Sumit Jaiswal <sjaiswal@redhat.com>
2019-08-22 21:27:41 +05:30
Nathan Swartz
5487f5dc84
Fix documentation and use urlparse without converting to list. ( #60217 )
2019-08-22 10:17:59 -04:00
frankshen01
d86968991f
Fortinet's new module for fortios_wireless_controller_hotspot20_anqp_3gpp_cellular ( #61087 )
2019-08-22 19:30:53 +05:30
Miguel Angel Muñoz González
da1f35f494
Fortinet's new module for fortios_wireless_controller_bonjour_profile ( #61157 )
2019-08-22 19:21:52 +05:30
Miguel Angel Muñoz González
81f7034ee3
Fortinet's new module for fortios_user_security_exempt_list ( #61108 )
2019-08-22 19:13:57 +05:30
Miguel Angel Muñoz González
3033482f0b
Fortinet's new module for fortios_user_quarantine ( #61061 )
2019-08-22 19:13:25 +05:30
Miguel Angel Muñoz González
dbc4166e82
Fortinet's new module for fortios_user_pop3 ( #61058 )
...
* Fortinet's new module for fortios_user_pop3
* Fix chars in documentation not parseable by Ansible
* Update fortios_user_pop3.py
2019-08-22 19:11:24 +05:30
Miguel Angel Muñoz González
82d3a2e826
Fortinet's new module for fortios_user_peergrp ( #61057 )
2019-08-22 19:10:21 +05:30
Miguel Angel Muñoz González
4e768e2697
Fortinet's new module for fortios_user_peer ( #61056 )
...
* Fortinet's new module for fortios_user_peer
* Update fortios_user_peer.py
2019-08-22 19:08:59 +05:30
Miguel Angel Muñoz González
2684635f7f
Fortinet's new module for fortios_user_ldap ( #61053 )
...
* Fortinet's new module for fortios_user_ldap
* Update fortios_user_ldap.py
2019-08-22 19:02:39 +05:30
Miguel Angel Muñoz González
4130fdbc8a
Fortinet's new module for fortios_user_krb_keytab ( #61052 )
2019-08-22 18:58:29 +05:30
Miguel Angel Muñoz González
f1a24da774
Fortinet's new module for fortios_user_group ( #61051 )
2019-08-22 18:57:24 +05:30
Miguel Angel Muñoz González
e4f393e643
Fortinet's new module for fortios_vpn_ssl_web_user_group_bookmark ( #61138 )
2019-08-22 18:55:46 +05:30
Mark Chappell
70777020c4
Fix iam_password_policy integration tests ( #60930 )
...
* iam_password_policy: (integration tests) Use module defaults for AWS connection details
* iam_password_policy: (integration tests) Ensure the policy is removed when tests fail
* iam_password_policy: (integration tests) Add regression test for #59102
* iam_password_policy: Only return changed when the policy changes.
* iam_password_policy: PasswordReusePrevention must be omitted to remove/set to 0
* #60930 add changelog
* Update hacking AWS security policy to allow testing of Password Policy Management
2019-08-22 23:25:25 +10:00
Miguel Angel Muñoz González
35ed1fbe8d
Fortinet's new module for fortios_user_fsso_polling ( #61050 )
2019-08-22 18:53:33 +05:30
Miguel Angel Muñoz González
cfecaba9b5
Fortinet's new module for fortios_user_fsso ( #61049 )
2019-08-22 18:52:59 +05:30
Lingxian Kong
a53ec6af87
os_loadbalancer: Fix the absent function ( #61083 )
2019-08-22 09:20:32 -04:00
Miguel Angel Muñoz González
eeb2fd35d1
Fortinet's new module for fortios_user_fortitoken ( #61048 )
2019-08-22 18:49:22 +05:30
Miguel Angel Muñoz González
88e5365019
Fortinet's new module for fortios_user_domain_controller ( #61047 )
2019-08-22 18:47:54 +05:30
Miguel Angel Muñoz González
22c8d74e74
Fortinet's new module for fortios_user_device_group ( #61046 )
2019-08-22 18:47:15 +05:30
Miguel Angel Muñoz González
24fe418115
Fortinet's new module for fortios_user_device_category ( #61044 )
2019-08-22 18:45:46 +05:30
Miguel Angel Muñoz González
7e4c41cf1d
Fortinet's new module for fortios_user_device_access_list ( #61042 )
2019-08-22 18:43:33 +05:30
Miguel Angel Muñoz González
9f9a741e19
Fortinet's new module for fortios_system_zone ( #61041 )
2019-08-22 18:42:44 +05:30
Miguel Angel Muñoz González
11b7b40b61
Fortinet's new module for fortios_system_wccp ( #61040 )
2019-08-22 18:41:18 +05:30
Miguel Angel Muñoz González
80897be42d
Fortinet's new module for fortios_system_vxlan ( #61039 )
2019-08-22 18:40:16 +05:30
Miguel Angel Muñoz González
7c38fc7d07
Fortinet's new module for fortios_system_virtual_wire_pair ( #61038 )
2019-08-22 18:38:39 +05:30
Miguel Angel Muñoz González
4bd296c6fe
Fortinet's new module for fortios_system_sit_tunnel ( #60954 )
2019-08-22 18:38:02 +05:30
Nathaniel Case
8c5936671e
Add new module eos_l3_interfaces ( #59820 )
...
* Update base files for resource modules
* Add modules
* Add module_utils
* Add tests
* Deprecate eos_l3_interface
* Update facts
2019-08-22 09:06:38 -04:00
Miguel Angel Muñoz González
aefe31e6d9
Fortinet's new module for fortios_vpn_certificate_setting ( #61130 )
2019-08-22 18:22:35 +05:30
Miguel Angel Muñoz González
48fe854511
Fortinet's new module for fortios_vpn_ssl_web_realm ( #61135 )
2019-08-22 18:22:23 +05:30
Miguel Angel Muñoz González
a5bab18986
Fortinet's new module for fortios_system_sflow ( #60953 )
2019-08-22 18:19:46 +05:30
Miguel Angel Muñoz González
3ea55fc254
Fortinet's new module for fortios_system_settings ( #60952 )
...
* Fortinet's new module for fortios_system_settings
* Avoid warnings on E336 a E336 for system settings
2019-08-22 18:19:02 +05:30
Miguel Angel Muñoz González
55979cd0f4
Fortinet's new module for fortios_vpn_ssl_web_host_check_software ( #61134 )
2019-08-22 18:18:25 +05:30
Miguel Angel Muñoz González
0a5c11f4da
Fortinet's new module for fortios_system_session_ttl ( #60951 )
2019-08-22 18:18:05 +05:30
Miguel Angel Muñoz González
b57bf08f09
Fortinet's new module for fortios_vpn_l2tp ( #61131 )
2019-08-22 18:17:45 +05:30
Miguel Angel Muñoz González
f9e8dc042b
Fortinet's new module for fortios_vpn_pptp ( #61133 )
2019-08-22 18:17:16 +05:30
Miguel Angel Muñoz González
2b90ef19d2
Fortinet's new module for fortios_system_replacemsg_webproxy ( #60878 )
2019-08-22 18:16:53 +05:30
Miguel Angel Muñoz González
426eea7014
Fortinet's new module for fortios_system_replacemsg_utm ( #60877 )
2019-08-22 18:16:23 +05:30
Miguel Angel Muñoz González
b325c488e3
Fortinet's new module for fortios_system_replacemsg_traffic_quota ( #60876 )
2019-08-22 18:15:37 +05:30
Miguel Angel Muñoz González
8e493021a1
Fortinet's new module for fortios_system_replacemsg_sslvpn ( #60875 )
2019-08-22 18:14:42 +05:30
Miguel Angel Muñoz González
8fb4878906
Fortinet's new module for fortios_system_replacemsg_spam ( #60874 )
2019-08-22 18:14:19 +05:30
Miguel Angel Muñoz González
bf6212b23d
Fortinet's new module for fortios_system_replacemsg_nntp ( #60873 )
2019-08-22 18:13:51 +05:30
Miguel Angel Muñoz González
1ab09778fb
Fortinet's new module for fortios_router_access_list6 ( #61132 )
2019-08-22 18:13:17 +05:30
Miguel Angel Muñoz González
00d2e541b9
Fortinet's new module for fortios_vpn_certificate_ca ( #61123 )
2019-08-22 18:13:07 +05:30
Miguel Angel Muñoz González
267ce70818
Fortinet's new module for fortios_system_replacemsg_nac_quar ( #60872 )
2019-08-22 18:12:20 +05:30
Markus Bergholz
2fff40d409
add max_allocated_storage parameter to rds_instance ( #61008 )
...
* #60921 add max_allocated_storage parameter add apply that parameter also to the integration test
* version_added 2.9
* test value of max allocated storage
2019-08-22 22:20:50 +10:00
Miguel Angel Muñoz González
628aa3a808
FortiOS modules for 2.9 - 5 ( #61062 )
...
* FortiOS modules for 2.9 - 5
* Update fortios_firewall_vip.py
* Update fortios_firewall_vip6.py
2019-08-22 17:44:17 +05:30
Miguel Angel Muñoz González
3373a2518a
Fortinet's new module for fortios_system_replacemsg_mail ( #60871 )
2019-08-22 17:17:23 +05:30
Miguel Angel Muñoz González
4506371611
Fortinet's new module for fortios_system_replacemsg_image ( #60870 )
2019-08-22 17:08:32 +05:30
Miguel Angel Muñoz González
ab023b5276
Fortinet's new module for fortios_system_replacemsg_icap ( #60869 )
2019-08-22 17:08:11 +05:30
Miguel Angel Muñoz González
e887f1247f
Fortinet's new module for fortios_system_replacemsg_http ( #60868 )
2019-08-22 17:06:31 +05:30
Miguel Angel Muñoz González
b2c65f20d8
Fortinet's new module for fortios_system_replacemsg_group ( #60867 )
2019-08-22 17:06:24 +05:30
Miguel Angel Muñoz González
c4500bffbb
Fortinet's new module for fortios_system_replacemsg_ftp ( #60866 )
2019-08-22 16:53:12 +05:30
Miguel Angel Muñoz González
8fad5e3081
Fortinet's new module for fortios_system_replacemsg_fortiguard_wf ( #60864 )
2019-08-22 16:49:37 +05:30
Miguel Angel Muñoz González
bb09bdb309
Fortinet's new module for fortios_system_replacemsg_ec ( #60863 )
2019-08-22 16:37:29 +05:30
Miguel Angel Muñoz González
c041b6e9ca
Fortinet's new module for fortios_system_replacemsg_device_detection_portal ( #60862 )
2019-08-22 16:36:29 +05:30
Fortinet Core CSE NA
df6d46fed3
Fortinet: fmgr_fwpol_ipv4 update/behavioral option fix ( #58154 )
...
* PR Update to fmgr_fwpol_ipv4 -- now allows for failure or skip behavior option upon missing dependencies
* fmgr_fwpol_ipv4 minor docs fix
* Removed "system_package_print" line from test/sanity/ignore.txt as instructed by failed shippable test.
Actual PR module isn't affected.
2019-08-22 15:54:46 +05:30
Fortinet Core CSE NA
45cc29ba08
PR Commit for fmgr_device_provision_template. Contains bug fixes. ( #58151 )
2019-08-22 15:53:43 +05:30
Sviatoslav Sydorenko
55d1da08b1
Drop redundant EOL escape from win_updates action
...
Ref: https://github.com/PyCQA/redbaron/issues/186
Ref: https://github.com/bcoca/gravity/commit/31de47ece73
2019-08-22 12:12:40 +02:00
Miguel Angel Muñoz González
62f665f0ed
Fortinet's new module for fortios_system_vdom_radius_server ( #61036 )
2019-08-22 15:30:54 +05:30
Miguel Angel Muñoz González
ffbb906a9f
Fortinet's new module for fortios_system_vdom_sflow ( #61037 )
2019-08-22 15:26:54 +05:30
Miguel Angel Muñoz González
95fee79c13
Fortinet's new module for fortios_system_sms_server ( #60962 )
2019-08-22 15:22:47 +05:30
frankshen01
f6421bbe2b
Fortinet's new module for fortios_system_session_helper ( #60986 )
2019-08-22 15:12:53 +05:30
Miguel Angel Muñoz González
f624fd4c4c
Fortinet's new module for fortios_system_vdom_dns ( #60974 )
2019-08-22 15:12:07 +05:30
Miguel Angel Muñoz González
2497b0fd5f
Fortinet's new module for fortios_system_snmp_community ( #60963 )
2019-08-22 15:09:57 +05:30
Miguel Angel Muñoz González
0b1a8494a2
Fortinet's new module for fortios_system_snmp_sysinfo ( #60964 )
2019-08-22 15:01:35 +05:30
Miguel Angel Muñoz González
c16e9c2604
Fortinet's new module for fortios_system_replacemsg_auth ( #60861 )
2019-08-22 15:00:41 +05:30
Miguel Angel Muñoz González
19f35502f3
Fortinet's new module for fortios_system_replacemsg_alertmail ( #60859 )
2019-08-22 14:58:19 +05:30
Miguel Angel Muñoz González
1219c10844
Fortinet's new module for fortios_system_replacemsg_admin ( #60858 )
2019-08-22 14:57:25 +05:30
Miguel Angel Muñoz González
502682dfb0
Fortinet's new module for fortios_system_proxy_arp ( #60857 )
2019-08-22 14:54:56 +05:30
Miguel Angel Muñoz González
6ba7024e8a
Fortinet's new module for fortios_system_probe_response ( #60856 )
2019-08-22 14:53:13 +05:30
Miguel Angel Muñoz González
e2e68fa7de
Fortinet's new module for fortios_system_password_policy_guest_admin ( #60854 )
2019-08-22 14:52:04 +05:30
Miguel Angel Muñoz González
ebc3e48b66
Fortinet's new module for fortios_system_pppoe_interface ( #60855 )
2019-08-22 14:51:25 +05:30
Miguel Angel Muñoz González
fc544069c8
Fortinet's new module for fortios_system_snmp_user ( #60970 )
2019-08-22 14:51:05 +05:30
Miguel Angel Muñoz González
9cfadf2c67
Fortinet's new module for fortios_system_object_tagging ( #60852 )
2019-08-22 14:49:46 +05:30
Miguel Angel Muñoz González
e60b9e4944
Fortinet's new module for fortios_system_storage ( #60971 )
2019-08-22 14:49:34 +05:30
Miguel Angel Muñoz González
37bcb5b528
Fortinet's new module for fortios_system_password_policy ( #60853 )
2019-08-22 14:41:12 +05:30
Miguel Angel Muñoz González
c6d88da332
Fortinet's new module for fortios_system_ntp ( #60851 )
2019-08-22 14:38:54 +05:30
Miguel Angel Muñoz González
107306a5d4
Fortinet's new module for fortios_system_network_visibility ( #60850 )
2019-08-22 14:38:34 +05:30
Miguel Angel Muñoz González
8b882be084
Fortinet's new module for fortios_system_switch_interface ( #60972 )
2019-08-22 14:23:16 +05:30
Miguel Angel Muñoz González
da7ed1d8a6
Fortinet's new module for fortios_system_tos_based_priority ( #60973 )
2019-08-22 14:18:53 +05:30
Miguel Angel Muñoz González
7cc089f0d7
Fortinet's new module for fortios_system_vdom_netflow ( #61034 )
2019-08-22 14:14:20 +05:30
Miguel Angel Muñoz González
d39addf6c0
Fortinet's new module for fortios_system_nd_proxy ( #60848 )
2019-08-22 14:13:44 +05:30
Miguel Angel Muñoz González
83f7007848
Fortinet's new module for fortios_system_netflow ( #60849 )
2019-08-22 14:13:38 +05:30
Miguel Angel Muñoz González
6a0078bee2
Fortinet's new module for fortios_system_vdom_link ( #61033 )
2019-08-22 14:09:43 +05:30
Miguel Angel Muñoz González
7988f828b3
Fortinet's new module for fortios_system_nat64 ( #60847 )
2019-08-22 14:09:34 +05:30
Miguel Angel Muñoz González
5a28feb81c
Fortinet's new module for fortios_system_vdom_exception ( #61032 )
2019-08-22 14:09:19 +05:30
Miguel Angel Muñoz González
9d70b2db8c
Fortinet's new module for fortios_system_management_tunnel ( #60845 )
2019-08-22 14:08:37 +05:30
Miguel Angel Muñoz González
0280bcbfca
Fortinet's new module for fortios_system_mobile_tunnel ( #60846 )
2019-08-22 14:08:25 +05:30
Miguel Angel Muñoz González
6b5b4fa5e9
Fortinet's new module for fortios_system_link_monitor ( #60843 )
2019-08-22 12:53:28 +05:30
Miguel Angel Muñoz González
9245310c99
Fortinet's new module for fortios_system_vdom_property ( #61035 )
2019-08-22 12:52:22 +05:30
Miguel Angel Muñoz González
fd11090663
Fortinet's new module for fortios_system_mac_address_table ( #60844 )
2019-08-22 12:29:58 +05:30
Miguel Angel Muñoz González
c2f9292987
Fortinet's new module for fortios_system_ipv6_tunnel ( #60842 )
2019-08-22 12:27:51 +05:30
Miguel Angel Muñoz González
8d95455167
Fortinet's new module for fortios_system_ipv6_neighbor_cache ( #60841 )
2019-08-22 12:27:19 +05:30
Miguel Angel Muñoz González
f8a6d6d991
Fortinet's new module for fortios_system_ips_urlfilter_dns ( #60840 )
2019-08-22 12:26:36 +05:30
Miguel Angel Muñoz González
0785ecf58b
Fortinet's new module for fortios_system_ips_urlfilter_dns6 ( #60839 )
2019-08-22 12:25:54 +05:30
Miguel Angel Muñoz González
cb4de3e2a6
Fortinet's new module for fortios_system_ipip_tunnel ( #60838 )
2019-08-22 12:25:28 +05:30
Miguel Angel Muñoz González
b44e486fb0
Fortinet's new module for fortios_system_ha_monitor ( #60837 )
2019-08-22 12:24:57 +05:30
Miguel Angel Muñoz González
bcb8364031
Fortinet's new module for fortios_system_gre_tunnel ( #60836 )
2019-08-22 12:24:29 +05:30
Miguel Angel Muñoz González
052baf8151
Fortinet's new module for fortios_system_custom_language ( #60812 )
2019-08-22 12:23:39 +05:30
Andrey Klychkov
191068a286
Issue 59955: add array handling to postgresql_query module ( #60559 )
...
* Issue 59955: add array handling to postgresql_query module
* Issue 59955: add array handling to postgresql_query module, improvements
* Issue 59955: add array handling to postgresql_query module, fix example comment
2019-08-22 08:53:29 +02:00
Miguel Angel Muñoz González
5fec75a91a
Fortinet's new module for fortios_system_console ( #60810 )
2019-08-22 12:23:03 +05:30
Miguel Angel Muñoz González
63a6fe619c
Fortinet's new module for fortios_switch_controller_storm_control ( #60784 )
...
* Fortinet's new module for fortios_switch_controller_storm_control
* Update fortios_switch_controller_storm_control.py
2019-08-22 12:22:20 +05:30
Craig Forrester
21accb132e
Update azure_rm_aks.py ( #61079 )
2019-08-22 13:28:04 +08:00
Sumit Jaiswal
a5a1f01d1e
Resource module for ios_lldp_interfaces ( #61012 )
...
* ios_lldp_interfaces resource
* fix shippable n reviews
* fix shippable
Signed-off-by: Sumit Jaiswal <sjaiswal@redhat.com>
* add enable lldp tc
2019-08-22 10:02:25 +05:30
Wojciech Wypior
62feb18210
added route domain support ( #61077 )
...
added diff functionality
2019-08-21 21:20:50 -07:00
Wojciech Wypior
3e1f35155c
fixed an issue with LDAP credentials not saving on the device ( #61073 )
2019-08-21 21:19:27 -07:00
Wojciech Wypior
e89d178440
fixed issue with no_tl3 option for client ssl profile ( #61075 )
...
added better error reporting in bigip_firewall_rule module
2019-08-21 20:58:23 -07:00
Wojciech Wypior
8bfa7569b5
removed deprecated parameters ( #61071 )
...
fixed multiple issues with integration tests
added RD support for source parameter
fixed a problem with name parameter in bigip_user module
2019-08-21 20:58:11 -07:00
Wojciech Wypior
e5243ef1d7
enabled specyfing snat translation objects as pool members ( #61076 )
...
added route domain support
added diff functionality
2019-08-21 20:51:23 -07:00
Wojciech Wypior
3a689d3b1f
added more examples of module usage ( #61070 )
2019-08-21 20:50:57 -07:00
Wojciech Wypior
3c19c75560
removes deprecated parameters ( #61066 )
...
adds diff functionality
fixes issue with serverscope parameter not setting on device
2019-08-21 20:50:40 -07:00
Wojciech Wypior
3fa7423e8e
fixes an issue where config sync with the module fails if there are sync failures on a different device group than the one being synced ( #61067 )
2019-08-21 20:50:28 -07:00
Wojciech Wypior
306b6b728c
adds new module for asm dos application profiles ( #61063 )
2019-08-21 20:50:07 -07:00
Wojciech Wypior
0210447fa7
fixes edge cases where software installation would time out if tomcat was not ready ( #61065 )
2019-08-21 20:49:33 -07:00
The Magician
3cd7182796
New Module: gcp_filestore_instance_info ( #60997 )
2019-08-21 15:43:12 -04:00
The Magician
21b14d95db
Bug fixes for GCP modules ( #60995 )
2019-08-21 15:31:48 -04:00
The Magician
76cc8e9fc3
New Module: gcp_filestore_instance ( #60996 )
2019-08-21 15:31:38 -04:00
Andrey Klychkov
cf291f272d
Bugfix of issue 60707: add python-apt package to requirements of package_facts module ( #60999 )
...
* Issue 60707: add python-apt package to requirements of package_facts module, fix formatting, change fail msg
2019-08-21 13:22:10 -05:00
Sumit Jaiswal
35d457a14f
Resource module for ios_lldp_global ( #60506 )
...
* ios_lldp_global model
* final fix for lldp_global
* fix shippable n reviews
* fix reviews
2019-08-21 23:02:25 +05:30
Paul Belanger
4615139194
vos_config collection fix using FQCN ( #60446 )
...
This deals with hardcoded vos_config in our vyos action plugin. Needed
for when we move to collections.
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2019-08-21 13:30:49 -04:00
Alan Rominger
98827c7963
fix openstack bug with transforming group names ( #53778 )
2019-08-21 08:42:54 -07:00
Daniel Mellado
89e8feae0d
Fix junos_vlan documentation ( #60278 )
...
This commit fixes junos_vlan documentation so it no longer has any
reference to the non-valid value vlan_name.
2019-08-21 15:49:40 +02:00
Christopher Schmitt
4e7cd76c56
Add hcloud network info ( #60932 )
...
* Add hcloud network facts
* Add tests
* Rename fact to info, adjust tests
* Fix style
* Fix test
* Fix typo
* Adjust test
* Adjust test
* Rename subnets to subnetworks
* Adjustments
* Apply suggestions from code review
Co-Authored-By: Lukas Kämmerling <4281581+LKaemmerling@users.noreply.github.com>
2019-08-21 15:47:02 +02:00
Pedro Magalhães
145a6a8756
maven_artifact.py - add support for version ranges by using spec ( #54309 )
2019-08-21 14:33:28 +01:00
Lukas Kämmerling
96199be96b
Rename hcloud_*_facts to hcloud_*_info ( #60926 )
...
* Rename hcloud_datacenter_facts to hcloud_datacenter_info
* Rename hcloud_location_facts to hcloud_location_info
* Rename hcloud_image_facts to hcloud_image_info
* Rename hcloud_floating_ip_facts to hcloud_floating_ip_info
* Rename hcloud_server_type_facts to hcloud_server_type_info
* Rename hcloud_server_facts to hcloud_server_info
* Rename hcloud_ssh_key_facts to hcloud_ssh_key_info
* Rename hcloud_volume_facts to hcloud_volume_info
* Fix typo in hcloud_image_info
* Add to porting guide and add changelog fragment
* Reword porting guide
2019-08-21 14:55:37 +02:00
Miguel Angel Muñoz González
839e9019ef
Fortinet's new module for fortios_switch_controller_switch_group ( #60787 )
2019-08-21 16:59:27 +05:30
Abhijeet Kasurde
1c4c2f9519
meraki_webhook: Correct usages of variable ( #60998 )
...
Changed `wehooks` to `webhooks` in order to fix a typo.
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2019-08-21 16:18:22 +05:30
Matt Davis
bfa004930a
add subdir support to collection loading ( #60682 )
...
* add subdir support to collection loading
* collections may now load plugins from subdirs under a plugin type or roles dir, eg `ns.coll.subdir1.subdir2.myrole`->ns.coll's roles/subdir1/subdir2/myrole, `ns.coll.subdir1.mymodule`->ns.coll's plugins/modules/subdir1/mymodule.py
* centralize parsing/validation in AnsibleCollectionRef class
* fix issues loading Jinja2 plugins from multiple sources
* resolves #59462 , #59890 ,
* sanity test fixes
* string fixes
* add changelog entry
2019-08-21 10:45:04 +01:00
Miguel Angel Muñoz González
1aecdbb5c5
Fortinet's new module for fortios_switch_controller_switch_interface_tag ( #60788 )
2019-08-21 15:10:43 +05:30
Miguel Angel Muñoz González
1d8556710e
Fortinet's new module for fortios_switch_controller_switch_log ( #60789 )
2019-08-21 15:03:31 +05:30
Miguel Angel Muñoz González
df8cabb4ce
Fortinet's new module for fortios_switch_controller_stp_settings ( #60786 )
...
* Fortinet's new module for fortios_switch_controller_stp_settings
* Update fortios_switch_controller_stp_settings.py
2019-08-21 14:53:28 +05:30
Miguel Angel Muñoz González
5041be8350
Fortinet's new module for fortios_switch_controller_sflow ( #60783 )
2019-08-21 13:43:49 +05:30
Miguel Angel Muñoz González
af49cd0c4e
Fortinet's new module for fortios_switch_controller_security_policy_captive_portal ( #60782 )
2019-08-21 13:36:34 +05:30
Felix Fontein
c1b2aa1d11
nginx_status_facts: deprecate/rename to nginx_status_info ( #60979 )
...
* Rename nginx_status_facts -> nginx_status_info
* Add changelog.
* Remove warnings.
* Re-add ignore.txt entries.
* ...
* Raw strings for docs.
* Use U(...) for link.
2019-08-21 09:09:22 +02:00
Rohit
8b3ff933af
Vyos lldp interfaces ( #60931 )
...
* module_utils checkin
Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com>
* vyos lldp_interfaces merging
Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com>
* shippable fix
Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com>
* merge changes
Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com>
* failure added in ignore list
Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com>
* comments incorporated
Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com>
* comments incorporated
Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com>
* test cases updated
Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com>
* remove global commands
Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com>
2019-08-21 12:30:13 +05:30
chkp-orso
f1d568749f
fix: Checkpoint check_mode, add suboptions, return the facts ( #60264 )
...
* fix: check_mode, add suboptions, return the facts
* pip8, ansible_facts, get_payload
* add space to create PR
* remove space to create PR
* test tests of cp_network
* change for the test of network
* fixes to pass the tests
* fix tests
* Update ignore.txt
2019-08-21 12:23:17 +05:30
Pavan Bidkar
b75fc87a86
VMware: New module for deploy VM from content library template ( #60203 )
...
* Fixed format issues reported by pre-check tests
* Changes as per review comments. using single api_client between util class and module
* re-running the task to check the idempotency of module object
2019-08-21 11:17:29 +05:30
Bojan Vitnik
04e0f9d4ea
XenServer: When VM is in powered on state, plug newly added disks
...
Fixes : #60693
2019-08-21 10:50:14 +05:30
Apoorva Gururaja
2bbbc5fafc
Update mso_schema_template_anp_epg.py ( #59746 )
...
* Update mso_schema_template_anp_epg.py
* Update mso_schema_template_anp_epg.py
* Update mso_schema_template_anp_epg.py
* Update mso_schema_template_anp_epg.py
* Update mso_schema_template_anp_epg.py
* Update mso_schema_template_anp_epg.py
* Update mso_schema_template_anp_epg.py
* Update mso_schema_template_anp_epg.py
* Update mso_schema_template_anp_epg.py
* Update mso_schema_template_anp_epg.py
* Update mso_schema_template_anp_epg.py
* Update mso_schema_template_anp_epg.py
* Update mso_schema_template_anp_epg.py
2019-08-21 04:00:53 +02:00
Jordan Borean
e747487720
ansible-galaxy - define multiple galaxy instances in ansible.cfg ( #60553 )
...
* ansible-galaxy: support multiple servers on install
* Added docs for the server configuration file
* Fix up doc string for requirements file format
* Fix bugs after testing
* Fix kwarg doc and added version
* Fix typo and doc improvement
* Fix base64 encoding and allow --server to override list
2019-08-21 07:49:05 +10:00
Nathaniel Case
764a81fce7
New module eos_lacp ( #60698 )
...
* Initial builder import
* Add tests
* Implement facts & config
2019-08-20 16:11:31 -04:00
The Magician
229219ab77
Bug fixes for GCP modules ( #60920 )
2019-08-20 14:30:16 -04:00
Kevin Breit
48a04fade4
Update host parameter notes to include China. ( #60967 )
2019-08-20 14:20:31 -04:00
Chris Archibald
673c9a3ee2
add import error ( #60886 )
2019-08-20 13:50:30 -04:00
Chris Archibald
3940a2c3c4
bug and doc fixes ( #60888 )
2019-08-20 13:50:09 -04:00
Chris Archibald
211fd2c95f
small bug fix ( #60890 )
2019-08-20 13:49:59 -04:00
Chris Archibald
cba8e12e3c
bug fix, was not checking vserver ( #60892 )
2019-08-20 13:49:33 -04:00
Chris Archibald
684661b5e0
small bug fix ( #60893 )
2019-08-20 13:49:24 -04:00
Chris Archibald
e1e2e61494
small update ( #60894 )
2019-08-20 13:33:24 -04:00
Chris Archibald
90d84dd162
doc update ( #60895 )
2019-08-20 13:33:10 -04:00
Chris Archibald
cd093be8b2
small bug fix for elementsw_vlan ( #60896 )
2019-08-20 13:33:00 -04:00
Chris Archibald
4bffa76134
small bug fix for cifs acl ( #60898 )
2019-08-20 13:32:49 -04:00
Chris Archibald
aae484dbae
cg snapshot needs to use vserver ( #60899 )
2019-08-20 13:32:34 -04:00
Chris Archibald
ad7b55f9ec
update copyright ( #60900 )
2019-08-20 13:32:23 -04:00
Chris Archibald
099d18bb7e
small doc update ( #60902 )
2019-08-20 13:32:05 -04:00
Chris Archibald
f8913dce6e
update copyright ( #60903 )
2019-08-20 13:31:53 -04:00
Chris Archibald
a972ceb344
bug fixes for backup ( #60904 )
2019-08-20 13:31:40 -04:00
Chris Archibald
63d4de7e1c
igroup has to use vserver ( #60905 )
2019-08-20 13:31:30 -04:00
Chris Archibald
d62e75bf6d
update copyright ( #60906 )
2019-08-20 13:31:20 -04:00
Chris Archibald
ceee866794
fixes' ( #60907 )
2019-08-20 13:21:26 -04:00
Chris Archibald
db465384b0
update copyright ( #60908 )
2019-08-20 13:21:16 -04:00
Sloane Hertel
3247626ac7
Warn when transforming constructed groups ( #60912 )
...
* Warn when transforming constructed groups
The `keyed_groups` field has used sanitization since 2.6, but `groups` only started doing so in 2.8.
This adds a warning for the change in behavior.
* changelog
2019-08-20 10:32:02 -05:00
Matt Martz
ba25522db4
Remove ddeprecated redis_kv lookup. Fixes #59984 ( #60826 )
2019-08-20 10:27:09 -05:00
Arnaud Venturi
5acbb42dc4
Fix ssh example with sshd config ( #60821 )
...
The example tries to validate a sshd config, but provides sshd (server) a client configuration.
If trying to execute the given validation command on a client file, it doesn't work (e.g. running `/usr/sbin/sshd -T -f /etc/ssh/sshd_config` returns non-zero code)
2019-08-20 09:54:02 -05:00
Felix Fontein
e58919bccd
gluster_heal_facts: rename to gluster_heal_info ( #60919 )
...
* Rename gluster_heal_facts -> gluster_heal_info
* Add changelog.
2019-08-20 15:43:41 +02:00
Felix Fontein
c66163b118
hpilo_facts: rename to hpilo_info ( #60917 )
...
* Rename hpilo_facts -> hpilo_info
* Fix porting guide.
* Add changelog.
2019-08-20 15:14:18 +02:00
Miguel Angel Muñoz González
2e6458bb73
Fortinet's new module for fortios_switch_controller_security_policy_802_1X ( #60779 )
2019-08-20 18:08:47 +05:30
Miguel Angel Muñoz González
34bc40cfde
Fortinet's new module for fortios_switch_controller_qos_queue_policy ( #60777 )
2019-08-20 16:55:52 +05:30
Miguel Angel Muñoz González
d7b61b2adc
Fortinet's new module for fortios_router_route_map ( #60761 )
...
* Fortinet's new module for fortios_router_route_map
* Update fortios_router_route_map.py
2019-08-20 16:52:30 +05:30
Will Thames
362c45517d
aws_kms: fix failing tests ( #60206 )
...
Preserve tag key case by only calling camel_dict_to_snake_dict once,
before the tags are added.
Don't call assert_policy_shape as it seems to fail
Use aws_caller_info in the test suite now that it exists rather
than running `aws sts get_caller_identity`
Ensure that calls using `grant_types` can also use key aliases
2019-08-20 07:15:40 -04:00
Miguel Angel Muñoz González
7224114c3c
Fortinet's new module for fortios_switch_controller_quarantine ( #60778 )
2019-08-20 16:45:15 +05:30
Miguel Angel Muñoz González
150b20ed1d
Fortinet's new module for fortios_system_geoip_override ( #60835 )
2019-08-20 16:31:21 +05:30
Miguel Angel Muñoz González
f578534c79
Fortinet's new module for fortios_system_ftm_push ( #60834 )
2019-08-20 16:30:50 +05:30
Miguel Angel Muñoz González
f19851f1a3
Fortinet's new module for fortios_system_fsso_polling ( #60832 )
2019-08-20 16:30:26 +05:30
Miguel Angel Muñoz González
95338e9062
Fortinet's new module for fortios_system_fortisandbox ( #60831 )
2019-08-20 16:29:41 +05:30
Miguel Angel Muñoz González
6089509c8a
Fortinet's new module for fortios_system_fortimanager ( #60830 )
2019-08-20 16:29:05 +05:30
Miguel Angel Muñoz González
869b5550c6
Fortinet's new module for fortios_system_fortiguard ( #60829 )
2019-08-20 16:26:29 +05:30
Miguel Angel Muñoz González
fea50bef72
Fortinet's new module for fortios_system_fm ( #60828 )
2019-08-20 16:25:53 +05:30
Miguel Angel Muñoz González
7328c71adb
Fortinet's new module for fortios_system_fips_cc ( #60827 )
2019-08-20 16:25:35 +05:30
Miguel Angel Muñoz González
e223100f27
Fortinet's new module for fortios_system_external_resource ( #60825 )
2019-08-20 16:25:10 +05:30
Miguel Angel Muñoz González
e2c3f67aad
Fortinet's new module for fortios_system_email_server ( #60824 )
2019-08-20 16:21:08 +05:30
Miguel Angel Muñoz González
7cd380ddc3
Fortinet's new module for fortios_system_dscp_based_priority ( #60823 )
2019-08-20 16:20:38 +05:30
Miguel Angel Muñoz González
5deaf3f495
Fortinet's new module for fortios_system_dns_server ( #60822 )
2019-08-20 16:20:17 +05:30
Miguel Angel Muñoz González
a804d03f87
Fortinet's new module for fortios_system_dns_database ( #60817 )
...
* Fortinet's new module for fortios_system_dns_database
* Update fortios_system_dns_database.py
* Update fortios_system_dns_database.py
2019-08-20 16:19:44 +05:30
Miguel Angel Muñoz González
1dc6c05521
Fortinet's new module for fortios_system_dhcp6_server ( #60816 )
2019-08-20 16:18:58 +05:30
Miguel Angel Muñoz González
1c75506e22
Fortinet's new module for fortios_system_dedicated_mgmt ( #60815 )
2019-08-20 16:18:05 +05:30
Miguel Angel Muñoz González
55110408c0
Fortinet's new module for fortios_system_ddns ( #60813 )
2019-08-20 16:17:42 +05:30
Miguel Angel Muñoz González
e4f6d956a7
Fortinet's new module for fortios_system_csf ( #60811 )
2019-08-20 16:17:06 +05:30
Miguel Angel Muñoz González
6382f8cb46
Fortinet's new module for fortios_system_cluster_sync ( #60807 )
2019-08-20 16:15:08 +05:30
Miguel Angel Muñoz González
ce8493fc4d
Fortinet's new module for fortios_system_autoupdate_tunneling ( #60804 )
2019-08-20 16:14:23 +05:30
Miguel Angel Muñoz González
2e9b9d2a70
Fortinet's new module for fortios_system_autoupdate_schedule ( #60803 )
2019-08-20 16:13:51 +05:30
Miguel Angel Muñoz González
5557a9eb44
Fortinet's new module for fortios_system_autoupdate_push_update ( #60802 )
2019-08-20 16:12:40 +05:30
Miguel Angel Muñoz González
4cb81ad13f
Fortinet's new module for fortios_system_auto_script ( #60801 )
2019-08-20 16:11:59 +05:30
Miguel Angel Muñoz González
f3c288acf3
Fortinet's new module for fortios_system_automation_trigger ( #60800 )
2019-08-20 16:11:33 +05:30
Miguel Angel Muñoz González
3cd70f53cc
FortiOS modules for 2.9 - 4 ( #60806 )
...
* FortiOS modules for 2.9 - 4
* Update ignore.txt
* Updates from maintainers to legacy modules
* Update fortios_firewall_ssl_setting.py
* Update fortios_firewall_ssl_server.py
2019-08-20 16:11:11 +05:30
Miguel Angel Muñoz González
2b103a2e54
Fortinet's new module for fortios_system_automation_stitch ( #60799 )
2019-08-20 16:10:43 +05:30
Miguel Angel Muñoz González
47dcd2ea23
Fortinet's new module for fortios_system_automation_destination ( #60798 )
2019-08-20 16:09:22 +05:30
Miguel Angel Muñoz González
bef8a682d7
Fortinet's new module for fortios_system_automation_action ( #60797 )
2019-08-20 16:07:41 +05:30
Miguel Angel Muñoz González
2013f5e728
Fortinet's new module for fortios_system_auto_install ( #60795 )
2019-08-20 16:00:08 +05:30
Miguel Angel Muñoz González
c5a29d0b0c
Fortinet's new module for fortios_system_arp_table ( #60794 )
2019-08-20 15:58:46 +05:30
Miguel Angel Muñoz González
e0e2be1447
Fortinet's new module for fortios_system_alias ( #60793 )
2019-08-20 15:57:23 +05:30
Miguel Angel Muñoz González
29df45cd95
Fortinet's new module for fortios_system_alarm ( #60792 )
2019-08-20 15:56:39 +05:30
Miguel Angel Muñoz González
bc98bf67af
Fortinet's new module for fortios_system_affinity_packet_redistribution ( #60791 )
2019-08-20 15:54:53 +05:30
Miguel Angel Muñoz González
a97f4693d9
Fortinet's new module for fortios_system_affinity_interrupt ( #60790 )
2019-08-20 15:48:46 +05:30
Felix Fontein
cd4736d893
missing_required_lib: add information how to change Python interpreter ( #60736 )
...
* Add information how to change Python interpreter used by Ansible.
* Update lib/ansible/module_utils/basic.py
Co-Authored-By: Abhijeet Kasurde <akasurde@redhat.com>
* Make test less dependent on exact message.
2019-08-20 19:44:38 +10:00
Miguel Angel Muñoz González
a9405456bc
Fortinet's new module for fortios_switch_controller_qos_qos_policy ( #60776 )
...
* Fortinet's new module for fortios_switch_controller_qos_qos_policy
* Update fortios_switch_controller_qos_qos_policy.py
2019-08-20 15:06:07 +05:30
Miguel Angel Muñoz González
1845ca164f
Fortinet's new module for fortios_system_resource_limits ( #60879 )
...
* Fortinet's new module for fortios_system_resource_limits
* Update fortios_system_resource_limits.py
2019-08-20 15:02:14 +05:30
Miguel Angel Muñoz González
1143ebf973
Fortinet's new module for fortios_switch_controller_qos_ip_dscp_map ( #60775 )
...
* Fortinet's new module for fortios_switch_controller_qos_ip_dscp_map
* Update fortios_switch_controller_qos_ip_dscp_map.py
2019-08-20 14:53:25 +05:30
Sumit Jaiswal
8a8798c373
Resource module for ios_lacp_interfaces ( #59516 )
...
* ios lacp interfaces
Signed-off-by: Sumit Jaiswal <sjaiswal@redhat.com>
2019-08-20 13:37:31 +05:30
Sumit Jaiswal
642e54f958
Resource module for ios_lacp ( #60884 )
...
* ios lacp resource
Signed-off-by: Sumit Jaiswal <sjaiswal@redhat.com>
2019-08-20 12:05:14 +05:30
patocl
5027416fb5
Sort version list on azure_rm_aksversion_facts ( #60820 )
2019-08-20 14:25:57 +08:00
Abhijeet Kasurde
dae2040717
VMware: refactor REST APIs ( #60220 )
...
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2019-08-20 09:15:52 +05:30
The Magician
95aa86fcc3
Bug fixes for GCP modules ( #60719 )
2019-08-19 15:53:30 -04:00
The Magician
5c8855b404
Bug fixes for GCP modules ( #60720 )
2019-08-19 15:53:19 -04:00
The Magician
bf57668423
Bug fixes for GCP modules ( #60721 )
2019-08-19 15:53:09 -04:00
The Magician
57a248764c
Bug fixes for GCP modules ( #60722 )
2019-08-19 15:52:58 -04:00
The Magician
73623c0029
Bug fixes for GCP modules ( #60723 )
2019-08-19 15:52:47 -04:00
The Magician
2f033b6169
Bug fixes for GCP modules ( #60724 )
2019-08-19 15:52:39 -04:00
Nathaniel Case
efa163a2e8
New module eos_lag_interfaces ( #60610 )
...
* Copy module files
* Deprecate eos_linkagg
* Add tests
2019-08-19 15:34:20 -04:00
Paul Belanger
7c704526f3
Remove unused variable from iosxr_logging ( #60865 )
...
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2019-08-19 15:28:20 -04:00
radag87
8bac810e38
Update user.py ( #60746 )
...
Return value `ssh_key_file` is the private key, not the public key
2019-08-19 14:15:02 -05:00
rfrench42
13f5e930a4
Added support for addtional partitions in ARN ( #28699 ) ( #28704 )
2019-08-19 15:12:31 -04:00
Paul Belanger
cd256256f8
Remove unused imports for iosxr modules ( #60819 )
...
These are not used and can be removed.
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2019-08-19 12:33:04 -04:00
Jill R
129e998276
EC2: Don't count instances in 'shutting-down' as running ( #60709 )
...
state: shutting-down is a precursor to terminated and should be treated
as such for exact_count.
Fixes #55955
2019-08-19 09:22:38 -07:00
Paul Belanger
2f05953b52
Remove unused import for ios_l2_interface ( #60814 )
...
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2019-08-19 11:48:22 -04:00
Nathaniel Case
d9ffc61539
Add new module eos_l2_interfaces ( #59794 )
...
* Add module files for l2_interfaces
* Add module_utils
* Add tests
* Deprecate eos_l2_interface
* Clean up tests so eos_vlan will still pass
2019-08-19 11:24:36 -04:00
Sumit Jaiswal
04ef376ab2
Resource module for ios_lag_interfaces ( #60672 )
...
Signed-off-by: Sumit Jaiswal <sjaiswal@redhat.com>
2019-08-19 20:41:00 +05:30
Dusan Matejka
31bfcd4745
Reworked zabbix_template to support XML import/export + updated documentation ( #59040 )
2019-08-19 10:53:58 -04:00
Miguel Angel Muñoz González
d0dac80e41
Fortinet's new module for fortios_spamfilter_iptrust ( #60767 )
...
* Fortinet's new module for fortios_spamfilter_iptrust
* Update fortios_spamfilter_iptrust.py
2019-08-19 19:57:57 +05:30
Miguel Angel Muñoz González
9ffe16c7cb
Fortinet's new module for fortios_spamfilter_mheader ( #60768 )
...
* Fortinet's new module for fortios_spamfilter_mheader
* Update fortios_spamfilter_mheader.py
2019-08-19 19:57:33 +05:30
Miguel Angel Muñoz González
b5823d078b
Fortinet's new module for fortios_switch_controller_802_1X_settings ( #60770 )
...
* Fortinet's new module for fortios_switch_controller_802_1X_settings
* Update fortios_switch_controller_802_1X_settings.py
2019-08-19 19:56:58 +05:30
Miguel Angel Muñoz González
b7f90dcce0
Fortinet's new module for fortios_spamfilter_bwl ( #60763 )
...
* Fortinet's new module for fortios_spamfilter_bwl
* Update fortios_spamfilter_bwl.py
2019-08-19 19:56:19 +05:30
Miguel Angel Muñoz González
e5a1fb2a29
Fortinet's new module for fortios_spamfilter_bword ( #60764 )
...
* Fortinet's new module for fortios_spamfilter_bword
* Update fortios_spamfilter_bword.py
2019-08-19 19:55:46 +05:30
Miguel Angel Muñoz González
ba44b2a0f8
Fortinet's new module for fortios_spamfilter_dnsbl ( #60765 )
...
* Fortinet's new module for fortios_spamfilter_dnsbl
* Update fortios_spamfilter_dnsbl.py
2019-08-19 19:55:23 +05:30
Miguel Angel Muñoz González
843a51628b
Fortinet's new module for fortios_router_ripng ( #60760 )
...
* Fortinet's new module for fortios_router_ripng
* Update fortios_router_ripng.py
* Update fortios_router_ripng.py
2019-08-19 19:54:52 +05:30
René Moser
4b743a2721
vultr: use exponential backoff for api query retries ( #60529 )
2019-08-19 16:09:09 +02:00
Miguel Angel Muñoz González
f9f882a981
Fortinet's new module for fortios_switch_controller_qos_dot1p_map ( #60774 )
2019-08-19 19:07:48 +05:30
Miguel Angel Muñoz González
8039dea8c4
Fortinet's new module for fortios_switch_controller_igmp_snooping ( #60772 )
2019-08-19 19:07:07 +05:30
Miguel Angel Muñoz González
6d93cddd58
Fortinet's new module for fortios_switch_controller_custom_command ( #60771 )
2019-08-19 19:06:33 +05:30
Ujwal Komarla
cbdbf24d15
Terminal prompt Regex update for VPEX mode ( #60547 )
2019-08-19 19:05:22 +05:30
Miguel Angel Muñoz González
b48e51cf6d
Fortinet's new module for fortios_spamfilter_options ( #60769 )
2019-08-19 19:04:08 +05:30
Miguel Angel Muñoz González
4a99c5f64b
Fortinet's new module for fortios_spamfilter_fortishield ( #60766 )
2019-08-19 19:02:21 +05:30
Miguel Angel Muñoz González
a9566d1b99
Fortinet's new module for fortios_router_static6 ( #60762 )
2019-08-19 18:58:33 +05:30
Ganesh Nalawade
49736b6b27
Add support to configure network_cli terminal related options ( #60086 )
...
* Add support for configurable terminal plugin options
Fixes #59404
* Add terminal options to support platform specific login menu
* Add terminal options to support configurable options for stdout
and stderr regex list
* Fix CI failures
* Fix CI issues
* Fix review comments and add integration test
* Fix sanity test failures
* Fix review comments
* Fix integration test case
* Fix integration test failure
* Add support to configure terminal related options
Fixes https://github.com/ansible/ansible/issues/59404
* Add network_cli configurable options to support platform specific login menu
* Add network_cli configurable options to support configurable options for stdout
and stderr regex list
* Fix review comment
* Fix review comment
2019-08-19 18:56:20 +05:30
Nathaniel Case
446dcb7c96
New module eos_vlans ( #60652 )
...
* Initial commit of module files
* Add tests, implement facts
* Implement config, fix issues
* Handle vlan ranges from the device
* Deprecate eos_vlan
2019-08-19 09:02:38 -04:00
Miguel Angel Muñoz González
256db658b7
Fortinet's new module for fortios_router_prefix_list6 ( #60759 )
2019-08-19 18:23:07 +05:30
Miguel Angel Muñoz González
decb016a2d
FortiOS modules for 2.9 - 3 ( #60678 )
...
* FortiOS modules for 2.9 - 3
* Remove default values in doc, as suggested from review
* Retriggering due to shippable failure
* Update fortios_firewall_ipv6_eh_filter.py
* Update fortios_firewall_ipmacbinding_setting.py
* Update fortios_firewall_ippool.py
* Update fortios_firewall_local_in_policy6.py
* Update fortios_firewall_local_in_policy.py
2019-08-19 18:18:11 +05:30
Rohit
d8f9904f43
vyos_lldp_global ( #59627 )
...
* vyos_lldp_global
Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com>
* sanity checks
Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com>
* deprecated changes
Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com>
* comments incorporated
Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com>
* test cases updated
Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com>
* comments incorporated
Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com>
* branch conflict resolved
Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com>
* sanity check passes
Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com>
2019-08-19 17:31:09 +05:30
Sumit Jaiswal
b55a54469c
Resource module for ios_vlans ( #59640 )
...
* ios_vlans resource module
* fix shippable error
* fix shippable
Signed-off-by: Sumit Jaiswal <sjaiswal@redhat.com>
* fix vlans resource
* fix facts doc
Signed-off-by: Sumit Jaiswal <sjaiswal@redhat.com>
* fix shippable n review
* fix test
Signed-off-by: Sumit Jaiswal <sjaiswal@redhat.com>
* fix indentation
Signed-off-by: Sumit Jaiswal <sjaiswal@redhat.com>
* fix review
* fix shebang
Signed-off-by: Sumit Jaiswal <sjaiswal@redhat.com>
2019-08-19 16:03:29 +05:30
Mark Chappell
8e99f0ecc6
aws_kms: Rename various policy manipulation options to reduce confusion ( #60561 )
...
* aws_kms: Rename various policy manipulation options to reduce confusion
AWS KMS now has the concept of issuing a 'grant', which is independent
of the policy attached to a key. Rename the following options to make
it clearer that the operate on the CMK Policy *not* on CMK Grants
* aws_kms: don't just rename grant_types/mode, deprecate them too.
2019-08-19 19:44:03 +10:00
Miguel Angel Muñoz González
20f9e72c74
Fortinet's new module for fortios_router_key_chain ( #60758 )
2019-08-19 15:08:46 +05:30
Miguel Angel Muñoz González
be639a57f8
Fortinet's new module for fortios_router_isis ( #60757 )
2019-08-19 15:05:16 +05:30
Miguel Angel Muñoz González
174a854e05
Fortinet's new module for fortios_router_community_list ( #60756 )
2019-08-19 15:02:44 +05:30
Miguel Angel Muñoz González
78a382e91d
Fortinet's new module for fortios_router_aspath_list ( #60755 )
2019-08-19 15:01:55 +05:30
Felix Fontein
7a9e865a23
docker_image_info: improve docs ( #60622 )
...
* Improve return value documentation.
* Improve example.
* Fix typo.
* Update lib/ansible/modules/cloud/docker/docker_image_info.py
Co-Authored-By: Alicia Cozine <879121+acozine@users.noreply.github.com>
* Update lib/ansible/modules/cloud/docker/docker_image_info.py
Co-Authored-By: Alicia Cozine <879121+acozine@users.noreply.github.com>
2019-08-19 03:21:50 -04:00
Ryan Butler
555b8413a1
VMware: Add uptime and maintenance mode in vmware_host_facts ( #60688 )
...
* adding host facts
* adding to test
2019-08-19 10:57:01 +05:30
Jordan Borean
aea52c67d6
ansible-galaxy: create parent dir for token file ( #60615 )
...
* ansible-galaxy: create parent dir for token file
* The path unfrack is already done by config
* Move common dir creation to ansible cli
* Add warning if dir failed to be created
* remove testing path
* Make mode a position arg not kwarg
2019-08-19 06:21:47 +10:00