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
5 years ago
Matt Clay
32b0a72547
Support windows-integration on collections. ( #60984 )
...
* Support windows-integration on collections.
* Update configure-remoting-ps1 sanity test.
* Add copy of ConfigureRemotingForAnsible.ps1.
* Add ignore entry for copied file.
5 years ago
Bojan Vitnik
04e0f9d4ea
XenServer: When VM is in powered on state, plug newly added disks
...
Fixes : #60693
5 years ago
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
5 years ago
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
5 years ago
Matt Clay
4d424d0830
Only run package-data sanity once in CI.
5 years ago
Nathaniel Case
764a81fce7
New module eos_lacp ( #60698 )
...
* Initial builder import
* Add tests
* Implement facts & config
5 years ago
Kevin Breit
543401f83b
Collections documentatation - Add information about semantic versioning ( #60969 )
5 years ago
The Magician
229219ab77
Bug fixes for GCP modules ( #60920 )
5 years ago
Kevin Breit
48a04fade4
Update host parameter notes to include China. ( #60967 )
5 years ago
Toshio Kuratomi
32f264d508
ansible-doc added a new required element and broke changelog generation
...
ansible-doc should probably be using subcommands for its
exclusive_options...
5 years ago
Chris Archibald
673c9a3ee2
add import error ( #60886 )
5 years ago
Chris Archibald
3940a2c3c4
bug and doc fixes ( #60888 )
5 years ago
Chris Archibald
211fd2c95f
small bug fix ( #60890 )
5 years ago
Chris Archibald
cba8e12e3c
bug fix, was not checking vserver ( #60892 )
5 years ago
Chris Archibald
684661b5e0
small bug fix ( #60893 )
5 years ago
Chris Archibald
e1e2e61494
small update ( #60894 )
5 years ago
Chris Archibald
90d84dd162
doc update ( #60895 )
5 years ago
Chris Archibald
cd093be8b2
small bug fix for elementsw_vlan ( #60896 )
5 years ago
Chris Archibald
4bffa76134
small bug fix for cifs acl ( #60898 )
5 years ago
Chris Archibald
aae484dbae
cg snapshot needs to use vserver ( #60899 )
5 years ago
Chris Archibald
ad7b55f9ec
update copyright ( #60900 )
5 years ago
Chris Archibald
099d18bb7e
small doc update ( #60902 )
5 years ago
Chris Archibald
f8913dce6e
update copyright ( #60903 )
5 years ago
Chris Archibald
a972ceb344
bug fixes for backup ( #60904 )
5 years ago
Chris Archibald
63d4de7e1c
igroup has to use vserver ( #60905 )
5 years ago
Chris Archibald
d62e75bf6d
update copyright ( #60906 )
5 years ago
Chris Archibald
ceee866794
fixes' ( #60907 )
5 years ago
Chris Archibald
db465384b0
update copyright ( #60908 )
5 years ago
Matt Clay
100fe52860
Add missing ansible-test git ignore.
5 years ago
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
5 years ago
Matt Martz
ba25522db4
Remove ddeprecated redis_kv lookup. Fixes #59984 ( #60826 )
5 years ago
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)
5 years ago
Mark Chesney
11be31db71
Fix naming discrepancy in zip filter example ( #60918 )
...
Fix naming discrepancy in zip filter example
5 years ago
Matt Clay
92380d7050
Update ansible-test --windows inventory creation. ( #60911 )
...
Host specific settings are created as part of the generated inventory instead of using a host_vars directory.
Also update connection tests to work properly with the generated inventory changes.
5 years ago
Felix Fontein
e58919bccd
gluster_heal_facts: rename to gluster_heal_info ( #60919 )
...
* Rename gluster_heal_facts -> gluster_heal_info
* Add changelog.
5 years ago
Felix Fontein
c66163b118
hpilo_facts: rename to hpilo_info ( #60917 )
...
* Rename hpilo_facts -> hpilo_info
* Fix porting guide.
* Add changelog.
5 years ago
Miguel Angel Muñoz González
2e6458bb73
Fortinet's new module for fortios_switch_controller_security_policy_802_1X ( #60779 )
5 years ago
Miguel Angel Muñoz González
34bc40cfde
Fortinet's new module for fortios_switch_controller_qos_queue_policy ( #60777 )
5 years ago
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
5 years ago
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
5 years ago
Miguel Angel Muñoz González
7224114c3c
Fortinet's new module for fortios_switch_controller_quarantine ( #60778 )
5 years ago
Miguel Angel Muñoz González
150b20ed1d
Fortinet's new module for fortios_system_geoip_override ( #60835 )
5 years ago
Miguel Angel Muñoz González
f578534c79
Fortinet's new module for fortios_system_ftm_push ( #60834 )
5 years ago
Miguel Angel Muñoz González
f19851f1a3
Fortinet's new module for fortios_system_fsso_polling ( #60832 )
5 years ago
Miguel Angel Muñoz González
c8de713683
Fortinet's new module for fortios_system_fortisandbox ( #60831 )
5 years ago
Miguel Angel Muñoz González
95338e9062
Fortinet's new module for fortios_system_fortisandbox ( #60831 )
5 years ago
Miguel Angel Muñoz González
6089509c8a
Fortinet's new module for fortios_system_fortimanager ( #60830 )
5 years ago
Miguel Angel Muñoz González
869b5550c6
Fortinet's new module for fortios_system_fortiguard ( #60829 )
5 years ago
Miguel Angel Muñoz González
fea50bef72
Fortinet's new module for fortios_system_fm ( #60828 )
5 years ago