Lukas Kämmerling
100b56439e
hcloud_server: Allow users to enable/disable the rescue mode ( #60070 )
2019-08-17 11:29:58 +02:00
Fabrizio Dall'ara
85f7a7e848
Adding Port Security Timeout option in Interface Policy Port Security ( #57108 )
...
* Adding support for port security timeout attribute for ACI Interface Policy Port Security
- Feature Pull Request
Network Module ACI
lib: _aci_intf_policy_port_security.py
* Fixing missing quotes
* Fixing errors raised by ansible-test sanity test
pylint error E321 missing whitespace after comma
Added version 2.9 as version_added
* Fixing the missing version_added under new port_security_timeout option
2019-08-16 22:17:51 -04:00
Derrick Johnson
175f80c788
aci_epg_to_domain - Add switching_mode support ( #58429 )
...
* aci_epg_to_domain - Add switching_mode support
##### SUMMARY
When deploying an AVE with VXLAN, the switching mode cannot be native and must be AVE.
##### ISSUE TYPE
- Feature Pull Request
+label: docsite_pr
* Update aci_epg_to_domain.py
* Update aci_epg_to_domain.py
2019-08-17 03:15:32 +02:00
sig9org
82a00afffb
Add aci_extepg.py and aci_extsubnet.py ( #58079 )
...
* Add aci_extepg.py and aci_extsubnet.py
* Check pep8 style.
* Remove aci_extsubnet.py.
* Rename to aci_l3out_extepg
* Change file name. (aci_extepg.py -> aci_l3out_extepg.py)
2019-08-17 03:15:18 +02:00
Derrick Johnson
bb7da4239b
Fix INTERSITE BUM TRAFFIC ALLOW ( #58608 )
...
##### SUMMARY
The payload was using the incorrect keyword to push the True or False statement to the device and was getting dropped. This would also result in erroring out if layer2_unknown_unicase was set to Flood instread of Proxy.
##### ISSUE TYPE
- Docs Pull Request
+label: docsite_pr
2019-08-16 21:10:08 -04:00
Nirav Katarmal
b34002bb55
Added preferred group attribute to epg ( #59779 )
2019-08-17 03:04:52 +02:00
The Magician
11862782ff
Bug fixes for GCP modules ( #60666 )
2019-08-16 17:41:54 -04:00
Matt Davis
68f1e42d95
Minimize collection loader ansible imports
...
* pass in optional config instead of importing, so other things (eg ansible-test, units) don't have to take a config dependency
2019-08-16 12:36:43 -07:00
Paul Belanger
7f280434de
Remove unused import from eos facts ( #60694 )
...
Code clean up to help with collections migration
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2019-08-16 15:25:10 -04:00
The Magician
da57c3b334
Bug fixes for GCP modules ( #60664 )
2019-08-16 15:24:24 -04:00
The Magician
7cee7a6d90
Bug fixes for GCP modules ( #60665 )
2019-08-16 15:24:15 -04:00
The Magician
8d33e9ae4d
Bug fixes for GCP modules ( #60667 )
2019-08-16 15:23:48 -04:00
The Magician
818d1b2e45
New Module: gcp_cloudfunctions_cloud_function ( #60668 )
2019-08-16 15:23:39 -04:00
Jiri Tyr
134379b273
Updating documentation for the setup module ( #60696 )
2019-08-16 13:42:54 -05:00
The Magician
e7a8e48053
New Module: gcp_cloudfunctions_cloud_function_info ( #60669 )
2019-08-16 14:32:35 -04:00
Dusan Matejka
df9b4faa9f
Documented disadvantages of using default zabbix password for all zab… ( #60639 )
...
* Update lib/ansible/plugins/doc_fragments/zabbix.py
2019-08-16 10:58:06 -05:00
Mauricio Accetturi Carvalho
477b34c440
Add network and vpc to args ( #60657 )
...
* Add network and vpc to args
network and vpc are needed when create a loadbalancer in a vpc in a recent adquired public ip
* version_added in new args
2019-08-16 11:51:20 -04:00
Miguel Angel Muñoz González
7e22c7482e
Fortinet's new module for fortios_switch_controller_system ( #60691 )
2019-08-16 20:40:37 +05:30
Miguel Angel Muñoz González
b4f210945e
Fortinet's new module for fortios_system_ha ( #60689 )
...
* Fortinet's new module for fortios_system_ha
* Retriggering Ansible checks due to strange failure
2019-08-16 20:40:27 +05:30
Miguel Angel Muñoz González
ca28ae3be5
FortiOS modules for 2.9 - 2 ( #60598 )
...
* FortiOS modules for 2.9 - 2
* Fix long lines and ignore.txt
2019-08-16 20:34:37 +05:30
Sumit Jaiswal
585bfead75
fix ios_interfaces ( #60687 )
2019-08-16 19:25:28 +05:30
Mitsuru Nakakawaji
064cd63f3d
fix: docker_swarm_service does not publish both tcp and udp ports ( #60616 )
...
* fix: docker_swarm_service does not publish both tcp and udp ports for same published port
* fix the linting problems and add the changelog fragment.
* add test
* modify test to ensure result rather than return value
2019-08-16 15:23:45 +02:00
Felix Fontein
48541910bf
docker_container: add mount endpoint collision detection ( #60384 )
...
* Add mount endpoint collision detection.
* Add changelog.
* Fix error.
2019-08-16 15:23:03 +02:00
Alex Stephen
523e40e993
nonetype error ( #60603 )
2019-08-16 06:04:32 -04:00
Dane DeValcourt
c5c270d9f7
Typo fix in nxos_file_copy.py ( #60659 )
...
Corrected typo in example documentation "local_filr_directory" to "local_file_directory"
2019-08-16 10:40:30 +05:30
zingyb
06d1705752
Fix mispelling in postgresql_query docs ( #60648 )
...
Changed `arbitraty` to `arbitrary` in postgresql_query docs
2019-08-16 10:38:47 +05:30
Patrick Marques
39d249155a
Deprecates Digital Ocean sshkey_facts in favor of new module sshkey_info ( #60546 )
...
* Renames Digital Ocean sshkey_facts modules to sshkey_info
* Change digital_ocean_sshkey_facts status to deprected
* Update digital_ocean_sshkey _facts _info doc
* Allow digital_ocean_sshkey_info in Check Mode
* Update lib/ansible/modules/cloud/digital_ocean/_digital_ocean_sshkey_facts.py
Co-Authored-By: Felix Fontein <felix@fontein.de>
* Fix _info added version
2019-08-15 23:45:05 +02:00
Simon Dodsley
491a47c7c5
Pure modules: rename _facts with ansible_facts result to _info ( #60641 )
2019-08-15 22:42:35 +02:00
Paul Belanger
2ce082c277
Remove unused imports / variables ( #60654 )
...
This is to help with the migration to collections.
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2019-08-15 14:58:57 -04:00
Paul Belanger
37b30d18f3
Remove unused variable ( #60485 )
...
This is to keep our linters happy for ansible_collection vyos migration.
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2019-08-15 14:47:21 -04:00
Andreas Jaeger
8b78ba095c
Fix capitalization of SUSE ( #60625 )
...
The openSUSE project was always capitalized openSUSE, and SUSE does not
use the lowercase "u" since over 15 years. Let's update the docs for
this.
2019-08-15 09:04:58 -05:00
Simon Dodsley
c2160274c6
Update purefa_facts to show details on connected arrays ( #60368 )
2019-08-15 00:30:30 -04:00
Jordan Borean
4ebac7d5b7
ansible-galaxy - more fixes for verbosity without sub type ( #60604 )
...
* ansible-galaxy - more fixes for verbosity without sub type
* remove testing line
2019-08-15 11:53:40 +10:00
Matt Clay
25b20adb94
Fix git module when using absolute repo path.
...
This prevents a traceback when `repo` is set to an absolute path.
2019-08-14 18:09:56 -07:00
Nathaniel Case
7d3c4a8882
Delay persistent connection until needed ( #59153 )
...
* Delay calling connect() until absolutely necessary
* Implement transport_test to enable wait_for_connection
* plugin might be connected already for some reason?
* ensure_connect for httpapi
There's some become shenanigans still needing to be ironed out
* Fix tests for network_cli
2019-08-14 16:58:03 -04:00
René Moser
f02f5c4b5d
cloudscale_server: add tags support ( #60396 )
2019-08-14 22:55:31 +02:00
René Moser
5298d312a2
cloudscale_server_group: add tags support ( #60397 )
2019-08-14 22:54:25 +02:00
Lukas Kämmerling
4a09c7a920
hcloud: Add hcloud_rdns Module ( #60123 )
2019-08-14 22:51:05 +02:00
Richard Bonett
814e24fab5
Add note about registering floating IP ( #60494 )
...
* Add note about registering floating IP
* Remove trailing whitespace
* adds info to 'wait' param, edits
2019-08-14 14:30:17 -05:00
Chris Archibald
206594c5f0
New Module: Volume Autosize ( #59936 )
...
* add new module
* update volume
2019-08-14 15:21:51 -04:00
Chris Archibald
fed6598e28
fixes ( #60146 )
2019-08-14 10:26:12 -04:00
Miguel Angel Muñoz González
4cae96109b
FortiOS modules for 2.9 - 1 ( #60469 )
...
* FortiOS modules for 2.9 - 1
* Fix empty choices and avoid E337,E338 warnings
* Ansible comments on version_added and ignore.txt only on this PR files
* Add version_added also for state attribute
* Avoid null choices on dlp_sensor
* Change required flag according to argspec
2019-08-14 19:44:51 +05:30
Ganesh Nalawade
5923a64b20
Update junos_facts gather_network_resources choices ( #60467 )
...
* Add negation choice for individual resource names
2019-08-14 19:28:55 +05:30
Paul Belanger
55d3ecff01
Remove unused variables / imports ( #60505 )
...
These helps with the clean up of migrating eos to a collection.
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2019-08-14 19:26:34 +05:30
Chris Archibald
645eebdbbb
new options ( #60142 )
2019-08-14 09:51:38 -04:00
Chris Archibald
ae794369f8
new module: na_ontap_vserver_cifs_security ( #59817 )
...
* new module
* fixes
2019-08-14 09:02:56 -04:00
Rohit
69bc24f607
lag interfaces resource module ( #59175 )
...
* lag interfaces resource module
Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com>
* sanity check imports
Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com>
* sanity fixes
Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com>
* dict_diff usage issue fix
Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com>
* new task
Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com>
* overridden updated
Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com>
* dict update
Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com>
* comments incorporated
Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com>
* facts merged
Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com>
* rebased and merged
Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com>
* new failures added
Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com>
* obsolete file removed
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>
* dependency added
Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com>
2019-08-14 17:31:49 +05:30
Martin Nečas
d8d00c36fa
ovirt_vm add linux boot param warning ( #60474 )
...
* ovirt_vm add kernel param check
* update check
* update docs phrase
* use douple quotes
2019-08-14 06:24:29 -04:00
Alexandre Mulatinho
b2f1993b20
FreeIPA: Add dynamic update to zones in IPA ( #59489 )
...
This feature add a new option to `ipa_dnszone` called
**dynamicupdate** as requested by issue #46768 .
It allow user to change between default option `false`
to `true` if user/sysadmin wishes to make zone dynamically
updated.
Fixes #46768
Signed-off-by: Alexandre Mulatinho <alex@mulatinho.net>
2019-08-14 15:38:06 +05:30
Alexandre Mulatinho
7b0a5fb487
ipa_dnsrecord.py: ttl is not required to change zones in ipa ( #59924 )
...
this fixes the error reported on issue #56872 , is user not pass the argument
module 'record_ttl' it simples removes from json dictionary to make the
correct post request.
Fixes #56872
Signed-off-by: Alexandre Mulatinho <alex@mulatinho.net>
2019-08-14 15:37:33 +05:30