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
5 years ago
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.
5 years ago
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
5 years ago
Sloane Hertel
1d405fdd60
Add module aliases back in hardcoded module_defaults list ( #61203 )
5 years ago
Chris Archibald
53df4d8186
New options for identity_preserve ( #60498 )
...
* new option
* Force ansibot to run again
5 years ago
kvegh
930088da96
Clarifying: no lists in name parameter ( #61029 )
...
* Clarifying: no lists in name parameter
5 years ago
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
5 years ago
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
5 years ago
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
5 years ago
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
5 years ago
Trishna Guha
5a04b4feb6
Add nxos_l2_interfaces resource module ( #61120 )
...
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
5 years ago
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
5 years ago
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
5 years ago
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
5 years ago
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
5 years ago
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
5 years ago
Jordan Borean
9786e2b559
Fix up env config source for Galaxy server list ( #61294 )
5 years ago
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
5 years ago
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
5 years ago
Miguel Angel Muñoz González
a6b124cccc
FortiOS modules for 2.9 - 7 ( #61217 )
5 years ago
Paul Belanger
9d4dcc7506
Remove unused imports from netconf_get ( #61265 )
...
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
5 years ago
Paul Belanger
2ce091cc86
Remove duplicate imports in iosxr_lldp_interfaces ( #61266 )
...
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
5 years ago
Paul Belanger
c61dec032c
Remove unsed variable is l2_interfaces.py ( #61246 )
...
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
5 years ago
Felix Fontein
c3b1a0a7e8
Vultr: rename _facts -> _info ( #61239 )
5 years ago
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>
5 years ago
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.
5 years ago
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
5 years ago
Victor Costan
943b4f5a83
os_server: keep optional nic args for nics specified using net-name or port-name. ( #20969 )
5 years ago
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.
5 years ago
The Magician
d3b493020d
New Module: gcp_kms_crypto_key ( #61096 )
5 years ago
The Magician
bf514b5717
New Module: gcp_kms_crypto_key_info ( #61097 )
5 years ago
The Magician
ba026939bb
New Module: gcp_kms_key_ring ( #61098 )
5 years ago
Nathaniel Case
64312a09c9
Add use_proxy option to httpapi ( #59259 )
5 years ago
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>
5 years ago
Wojciech Wypior
a275bf1625
added better description on how aggregate functions ( #61069 )
5 years ago
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>
5 years ago
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.
5 years ago
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)
5 years ago
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
5 years ago
Trishna Guha
f0ef624cff
Add nxos_l3_interfaces resource module ( #61021 )
...
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
5 years ago
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
5 years ago
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
5 years ago
Sumit Jaiswal
2ce3ce8477
Fix zuul error for IOSXR interfaces PRs ( #61174 )
...
* fix zuul error
* fix utils
5 years ago
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
5 years ago
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
5 years ago
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
5 years ago
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
5 years ago
frankshen01
20327589f7
Fortinet's new module for fortios_wireless_controller_hotspot20_anqp_venue_name ( #61112 )
5 years ago
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
5 years ago
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
5 years ago
Miguel Angel Muñoz González
a549969b85
Fortinet's new module for fortios_vpn_certificate_crl ( #61124 )
5 years ago
frankshen01
81bff01893
Fortinet's new module for fortios_wireless_controller_hotspot20_h2qp_operator_name ( #61125 )
5 years ago
Miguel Angel Muñoz González
1d43c15c64
Fortinet's new module for fortios_vpn_certificate_local ( #61126 )
5 years ago
Miguel Angel Muñoz González
f5cc653865
Fortinet's new module for fortios_vpn_certificate_ocsp_server ( #61128 )
5 years ago
Miguel Angel Muñoz González
ae53e38ceb
Fortinet's new module for fortios_vpn_certificate_remote ( #61129 )
5 years ago
Miguel Angel Muñoz González
8f61e4e39e
Fortinet's new module for fortios_vpn_ssl_web_user_bookmark ( #61137 )
5 years ago
Miguel Angel Muñoz González
e637934e2c
Fortinet's new module for fortios_waf_main_class ( #61139 )
5 years ago
Miguel Angel Muñoz González
d41bf3409d
Fortinet's new module for fortios_waf_signature ( #61140 )
5 years ago
Miguel Angel Muñoz González
af5324b764
Fortinet's new module for fortios_waf_sub_class ( #61141 )
5 years ago
Miguel Angel Muñoz González
7a8f37f9e8
Fortinet's new module for fortios_wanopt_auth_group ( #61142 )
5 years ago
Miguel Angel Muñoz González
4b8d32d889
Fortinet's new module for fortios_wanopt_cache_service ( #61143 )
5 years ago
Miguel Angel Muñoz González
9a53058dda
Fortinet's new module for fortios_wanopt_content_delivery_network_rule ( #61144 )
5 years ago
Miguel Angel Muñoz González
2aa52a42a9
Fortinet's new module for fortios_wanopt_peer ( #61146 )
5 years ago
Miguel Angel Muñoz González
f3daab328b
Fortinet's new module for fortios_wanopt_remote_storage ( #61147 )
5 years ago
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
5 years ago
Miguel Angel Muñoz González
456ca6c817
Fortinet's new module for fortios_web_proxy_debug_url ( #61149 )
5 years ago
Miguel Angel Muñoz González
b40bab6a11
Fortinet's new module for fortios_web_proxy_forward_server ( #61150 )
5 years ago
Miguel Angel Muñoz González
c5bc51e365
Fortinet's new module for fortios_web_proxy_forward_server_group ( #61152 )
5 years ago
Miguel Angel Muñoz González
5b9f40ec1a
Fortinet's new module for fortios_web_proxy_url_match ( #61153 )
5 years ago
Miguel Angel Muñoz González
fa05a7960f
Fortinet's new module for fortios_web_proxy_wisp ( #61154 )
5 years ago
Miguel Angel Muñoz González
be48bb81ce
Fortinet's new module for fortios_wireless_controller_ap_status ( #61155 )
5 years ago
Miguel Angel Muñoz González
81617cf084
Fortinet's new module for fortios_wireless_controller_ble_profile ( #61156 )
5 years ago
frankshen01
1d5612bd09
Fortinet's new module for fortios_wireless_controller_hotspot20_h2qp_osu_provider ( #61158 )
5 years ago
Miguel Angel Muñoz González
f0c21c61b3
Fortinet's new module for fortios_wireless_controller_timers ( #61159 )
5 years ago
Miguel Angel Muñoz González
d4c9d13991
Fortinet's new module for fortios_wireless_controller_vap_group ( #61160 )
5 years ago
frankshen01
24ffd77fd8
Fortinet's new module for fortios_wireless_controller_hotspot20_h2qp_wan_metric ( #61161 )
5 years ago
Miguel Angel Muñoz González
999f5ef286
Fortinet's new module for fortios_wireless_controller_wtp_group ( #61162 )
5 years ago
frankshen01
c9bf39aa09
Fortinet's new module for fortios_wireless_controller_hotspot20_icon ( #61164 )
5 years ago
frankshen01
18a0fc701a
Fortinet's new module for fortios_wireless_controller_hotspot20_qos_map ( #61165 )
5 years ago
Miguel Angel Muñoz González
a1a8ccfd00
Fortinet's new module for fortios_alertemail_setting ( #61166 )
5 years ago
frankshen01
4a90563c64
Fortinet's new module for fortios_wireless_controller_qos_profile ( #61167 )
5 years ago
frankshen01
cabad4e0a1
Fortinet's new module for fortios_wireless_controller_inter_controller ( #61169 )
5 years ago
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
5 years ago
Felix Fontein
72365b01e0
acme_certificate: only return challenges that need to be satisfied ( #61191 )
...
* Only return challenges that need to be satisfied.
* Adjust PR #.
5 years ago
Alan Rominger
e5861eb468
Provide verbose details about which galaxy server was used ( #61190 )
5 years ago
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.
5 years ago
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
5 years ago
Matt Martz
0ff9978bc5
Ensure has_dead_workers functions ( #60653 )
...
* Ensure has_dead_workers functions
* Fix up tests
* Add changelog. Fixes #29124
5 years ago
Felix Fontein
d31876416b
acme_certificate: improve alternate chain handling ( #60742 )
...
* Improve alternate chain handling.
* Fix chain handling.
5 years ago
Nilashish Chakraborty
d06930d6f6
Add iosxr platform guide ( #60936 )
...
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
5 years ago
Wojciech Wypior
cedc012e30
adds diff functionality to the module ( #61074 )
5 years ago
Sumit Jaiswal
47243b0b2d
Resource module for iosxr_interfaces ( #59853 )
...
* iosxr interfaces resource
Signed-off-by: Sumit Jaiswal <sjaiswal@redhat.com>
5 years ago
Nathan Swartz
5487f5dc84
Fix documentation and use urlparse without converting to list. ( #60217 )
5 years ago
frankshen01
d86968991f
Fortinet's new module for fortios_wireless_controller_hotspot20_anqp_3gpp_cellular ( #61087 )
5 years ago
Miguel Angel Muñoz González
da1f35f494
Fortinet's new module for fortios_wireless_controller_bonjour_profile ( #61157 )
5 years ago
Miguel Angel Muñoz González
81f7034ee3
Fortinet's new module for fortios_user_security_exempt_list ( #61108 )
5 years ago
Miguel Angel Muñoz González
3033482f0b
Fortinet's new module for fortios_user_quarantine ( #61061 )
5 years ago
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
5 years ago
Miguel Angel Muñoz González
82d3a2e826
Fortinet's new module for fortios_user_peergrp ( #61057 )
5 years ago
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
5 years ago
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
5 years ago
Miguel Angel Muñoz González
4130fdbc8a
Fortinet's new module for fortios_user_krb_keytab ( #61052 )
5 years ago
Miguel Angel Muñoz González
f1a24da774
Fortinet's new module for fortios_user_group ( #61051 )
5 years ago
Miguel Angel Muñoz González
e4f393e643
Fortinet's new module for fortios_vpn_ssl_web_user_group_bookmark ( #61138 )
5 years ago
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
5 years ago
Miguel Angel Muñoz González
35ed1fbe8d
Fortinet's new module for fortios_user_fsso_polling ( #61050 )
5 years ago
Miguel Angel Muñoz González
cfecaba9b5
Fortinet's new module for fortios_user_fsso ( #61049 )
5 years ago
Lingxian Kong
a53ec6af87
os_loadbalancer: Fix the absent function ( #61083 )
5 years ago
Miguel Angel Muñoz González
eeb2fd35d1
Fortinet's new module for fortios_user_fortitoken ( #61048 )
5 years ago
Miguel Angel Muñoz González
88e5365019
Fortinet's new module for fortios_user_domain_controller ( #61047 )
5 years ago
Miguel Angel Muñoz González
22c8d74e74
Fortinet's new module for fortios_user_device_group ( #61046 )
5 years ago
Miguel Angel Muñoz González
24fe418115
Fortinet's new module for fortios_user_device_category ( #61044 )
5 years ago
Miguel Angel Muñoz González
7e4c41cf1d
Fortinet's new module for fortios_user_device_access_list ( #61042 )
5 years ago
Miguel Angel Muñoz González
9f9a741e19
Fortinet's new module for fortios_system_zone ( #61041 )
5 years ago
Miguel Angel Muñoz González
11b7b40b61
Fortinet's new module for fortios_system_wccp ( #61040 )
5 years ago
Miguel Angel Muñoz González
80897be42d
Fortinet's new module for fortios_system_vxlan ( #61039 )
5 years ago
Miguel Angel Muñoz González
7c38fc7d07
Fortinet's new module for fortios_system_virtual_wire_pair ( #61038 )
5 years ago
Miguel Angel Muñoz González
4bd296c6fe
Fortinet's new module for fortios_system_sit_tunnel ( #60954 )
5 years ago
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
5 years ago
Miguel Angel Muñoz González
aefe31e6d9
Fortinet's new module for fortios_vpn_certificate_setting ( #61130 )
5 years ago
Miguel Angel Muñoz González
48fe854511
Fortinet's new module for fortios_vpn_ssl_web_realm ( #61135 )
5 years ago
Miguel Angel Muñoz González
a5bab18986
Fortinet's new module for fortios_system_sflow ( #60953 )
5 years ago
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
5 years ago
Miguel Angel Muñoz González
55979cd0f4
Fortinet's new module for fortios_vpn_ssl_web_host_check_software ( #61134 )
5 years ago
Miguel Angel Muñoz González
0a5c11f4da
Fortinet's new module for fortios_system_session_ttl ( #60951 )
5 years ago
Miguel Angel Muñoz González
b57bf08f09
Fortinet's new module for fortios_vpn_l2tp ( #61131 )
5 years ago
Miguel Angel Muñoz González
f9e8dc042b
Fortinet's new module for fortios_vpn_pptp ( #61133 )
5 years ago
Miguel Angel Muñoz González
2b90ef19d2
Fortinet's new module for fortios_system_replacemsg_webproxy ( #60878 )
5 years ago
Miguel Angel Muñoz González
426eea7014
Fortinet's new module for fortios_system_replacemsg_utm ( #60877 )
5 years ago
Miguel Angel Muñoz González
b325c488e3
Fortinet's new module for fortios_system_replacemsg_traffic_quota ( #60876 )
5 years ago
Miguel Angel Muñoz González
8e493021a1
Fortinet's new module for fortios_system_replacemsg_sslvpn ( #60875 )
5 years ago
Miguel Angel Muñoz González
8fb4878906
Fortinet's new module for fortios_system_replacemsg_spam ( #60874 )
5 years ago
Miguel Angel Muñoz González
bf6212b23d
Fortinet's new module for fortios_system_replacemsg_nntp ( #60873 )
5 years ago
Miguel Angel Muñoz González
1ab09778fb
Fortinet's new module for fortios_router_access_list6 ( #61132 )
5 years ago
Miguel Angel Muñoz González
00d2e541b9
Fortinet's new module for fortios_vpn_certificate_ca ( #61123 )
5 years ago
Miguel Angel Muñoz González
267ce70818
Fortinet's new module for fortios_system_replacemsg_nac_quar ( #60872 )
5 years ago
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
5 years ago
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
5 years ago
Miguel Angel Muñoz González
3373a2518a
Fortinet's new module for fortios_system_replacemsg_mail ( #60871 )
5 years ago
Miguel Angel Muñoz González
4506371611
Fortinet's new module for fortios_system_replacemsg_image ( #60870 )
5 years ago
Miguel Angel Muñoz González
ab023b5276
Fortinet's new module for fortios_system_replacemsg_icap ( #60869 )
5 years ago
Miguel Angel Muñoz González
e887f1247f
Fortinet's new module for fortios_system_replacemsg_http ( #60868 )
5 years ago
Miguel Angel Muñoz González
b2c65f20d8
Fortinet's new module for fortios_system_replacemsg_group ( #60867 )
5 years ago
Miguel Angel Muñoz González
c4500bffbb
Fortinet's new module for fortios_system_replacemsg_ftp ( #60866 )
5 years ago
Miguel Angel Muñoz González
8fad5e3081
Fortinet's new module for fortios_system_replacemsg_fortiguard_wf ( #60864 )
5 years ago
Miguel Angel Muñoz González
bb09bdb309
Fortinet's new module for fortios_system_replacemsg_ec ( #60863 )
5 years ago
Miguel Angel Muñoz González
c041b6e9ca
Fortinet's new module for fortios_system_replacemsg_device_detection_portal ( #60862 )
5 years ago
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.
5 years ago
Fortinet Core CSE NA
45cc29ba08
PR Commit for fmgr_device_provision_template. Contains bug fixes. ( #58151 )
5 years ago
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
5 years ago
Miguel Angel Muñoz González
62f665f0ed
Fortinet's new module for fortios_system_vdom_radius_server ( #61036 )
5 years ago
Miguel Angel Muñoz González
ffbb906a9f
Fortinet's new module for fortios_system_vdom_sflow ( #61037 )
5 years ago
Miguel Angel Muñoz González
95fee79c13
Fortinet's new module for fortios_system_sms_server ( #60962 )
5 years ago
frankshen01
f6421bbe2b
Fortinet's new module for fortios_system_session_helper ( #60986 )
5 years ago
Miguel Angel Muñoz González
f624fd4c4c
Fortinet's new module for fortios_system_vdom_dns ( #60974 )
5 years ago
Miguel Angel Muñoz González
2497b0fd5f
Fortinet's new module for fortios_system_snmp_community ( #60963 )
5 years ago
Miguel Angel Muñoz González
0b1a8494a2
Fortinet's new module for fortios_system_snmp_sysinfo ( #60964 )
5 years ago
Miguel Angel Muñoz González
c16e9c2604
Fortinet's new module for fortios_system_replacemsg_auth ( #60861 )
5 years ago
Miguel Angel Muñoz González
19f35502f3
Fortinet's new module for fortios_system_replacemsg_alertmail ( #60859 )
5 years ago
Miguel Angel Muñoz González
1219c10844
Fortinet's new module for fortios_system_replacemsg_admin ( #60858 )
5 years ago
Miguel Angel Muñoz González
502682dfb0
Fortinet's new module for fortios_system_proxy_arp ( #60857 )
5 years ago
Miguel Angel Muñoz González
6ba7024e8a
Fortinet's new module for fortios_system_probe_response ( #60856 )
5 years ago
Miguel Angel Muñoz González
e2e68fa7de
Fortinet's new module for fortios_system_password_policy_guest_admin ( #60854 )
5 years ago
Miguel Angel Muñoz González
ebc3e48b66
Fortinet's new module for fortios_system_pppoe_interface ( #60855 )
5 years ago
Miguel Angel Muñoz González
fc544069c8
Fortinet's new module for fortios_system_snmp_user ( #60970 )
5 years ago
Miguel Angel Muñoz González
9cfadf2c67
Fortinet's new module for fortios_system_object_tagging ( #60852 )
5 years ago
Miguel Angel Muñoz González
e60b9e4944
Fortinet's new module for fortios_system_storage ( #60971 )
5 years ago
Miguel Angel Muñoz González
37bcb5b528
Fortinet's new module for fortios_system_password_policy ( #60853 )
5 years ago
Miguel Angel Muñoz González
c6d88da332
Fortinet's new module for fortios_system_ntp ( #60851 )
5 years ago
Miguel Angel Muñoz González
107306a5d4
Fortinet's new module for fortios_system_network_visibility ( #60850 )
5 years ago
Miguel Angel Muñoz González
8b882be084
Fortinet's new module for fortios_system_switch_interface ( #60972 )
5 years ago
Miguel Angel Muñoz González
da7ed1d8a6
Fortinet's new module for fortios_system_tos_based_priority ( #60973 )
5 years ago
Miguel Angel Muñoz González
7cc089f0d7
Fortinet's new module for fortios_system_vdom_netflow ( #61034 )
5 years ago
Miguel Angel Muñoz González
d39addf6c0
Fortinet's new module for fortios_system_nd_proxy ( #60848 )
5 years ago
Miguel Angel Muñoz González
83f7007848
Fortinet's new module for fortios_system_netflow ( #60849 )
5 years ago
Miguel Angel Muñoz González
6a0078bee2
Fortinet's new module for fortios_system_vdom_link ( #61033 )
5 years ago
Miguel Angel Muñoz González
7988f828b3
Fortinet's new module for fortios_system_nat64 ( #60847 )
5 years ago
Miguel Angel Muñoz González
5a28feb81c
Fortinet's new module for fortios_system_vdom_exception ( #61032 )
5 years ago
Miguel Angel Muñoz González
9d70b2db8c
Fortinet's new module for fortios_system_management_tunnel ( #60845 )
5 years ago
Miguel Angel Muñoz González
0280bcbfca
Fortinet's new module for fortios_system_mobile_tunnel ( #60846 )
5 years ago
Miguel Angel Muñoz González
6b5b4fa5e9
Fortinet's new module for fortios_system_link_monitor ( #60843 )
5 years ago
Miguel Angel Muñoz González
9245310c99
Fortinet's new module for fortios_system_vdom_property ( #61035 )
5 years ago
Miguel Angel Muñoz González
fd11090663
Fortinet's new module for fortios_system_mac_address_table ( #60844 )
5 years ago
Miguel Angel Muñoz González
c2f9292987
Fortinet's new module for fortios_system_ipv6_tunnel ( #60842 )
5 years ago
Miguel Angel Muñoz González
8d95455167
Fortinet's new module for fortios_system_ipv6_neighbor_cache ( #60841 )
5 years ago
Miguel Angel Muñoz González
f8a6d6d991
Fortinet's new module for fortios_system_ips_urlfilter_dns ( #60840 )
5 years ago
Miguel Angel Muñoz González
0785ecf58b
Fortinet's new module for fortios_system_ips_urlfilter_dns6 ( #60839 )
5 years ago
Miguel Angel Muñoz González
cb4de3e2a6
Fortinet's new module for fortios_system_ipip_tunnel ( #60838 )
5 years ago
Miguel Angel Muñoz González
b44e486fb0
Fortinet's new module for fortios_system_ha_monitor ( #60837 )
5 years ago
Miguel Angel Muñoz González
bcb8364031
Fortinet's new module for fortios_system_gre_tunnel ( #60836 )
5 years ago
Miguel Angel Muñoz González
052baf8151
Fortinet's new module for fortios_system_custom_language ( #60812 )
5 years ago
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
5 years ago
Miguel Angel Muñoz González
5fec75a91a
Fortinet's new module for fortios_system_console ( #60810 )
5 years ago
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
5 years ago
Craig Forrester
21accb132e
Update azure_rm_aks.py ( #61079 )
5 years ago
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
5 years ago
Wojciech Wypior
62feb18210
added route domain support ( #61077 )
...
added diff functionality
5 years ago
Wojciech Wypior
3e1f35155c
fixed an issue with LDAP credentials not saving on the device ( #61073 )
5 years ago
Wojciech Wypior
e89d178440
fixed issue with no_tl3 option for client ssl profile ( #61075 )
...
added better error reporting in bigip_firewall_rule module
5 years ago
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
5 years ago
Wojciech Wypior
e5243ef1d7
enabled specyfing snat translation objects as pool members ( #61076 )
...
added route domain support
added diff functionality
5 years ago
Wojciech Wypior
3a689d3b1f
added more examples of module usage ( #61070 )
5 years ago
Wojciech Wypior
3c19c75560
removes deprecated parameters ( #61066 )
...
adds diff functionality
fixes issue with serverscope parameter not setting on device
5 years ago
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 )
5 years ago
Wojciech Wypior
306b6b728c
adds new module for asm dos application profiles ( #61063 )
5 years ago
Wojciech Wypior
0210447fa7
fixes edge cases where software installation would time out if tomcat was not ready ( #61065 )
5 years ago
The Magician
3cd7182796
New Module: gcp_filestore_instance_info ( #60997 )
5 years ago
The Magician
21b14d95db
Bug fixes for GCP modules ( #60995 )
5 years ago
The Magician
76cc8e9fc3
New Module: gcp_filestore_instance ( #60996 )
5 years ago
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
5 years ago
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
5 years ago
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>
5 years ago
Alan Rominger
98827c7963
fix openstack bug with transforming group names ( #53778 )
5 years ago
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.
5 years ago
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>
5 years ago
Pedro Magalhães
145a6a8756
maven_artifact.py - add support for version ranges by using spec ( #54309 )
5 years ago
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
5 years ago
Miguel Angel Muñoz González
839e9019ef
Fortinet's new module for fortios_switch_controller_switch_group ( #60787 )
5 years ago
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>
5 years ago
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
5 years ago
Miguel Angel Muñoz González
1aecdbb5c5
Fortinet's new module for fortios_switch_controller_switch_interface_tag ( #60788 )
5 years ago
Miguel Angel Muñoz González
1d8556710e
Fortinet's new module for fortios_switch_controller_switch_log ( #60789 )
5 years ago
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
5 years ago
Miguel Angel Muñoz González
5041be8350
Fortinet's new module for fortios_switch_controller_sflow ( #60783 )
5 years ago
Miguel Angel Muñoz González
af49cd0c4e
Fortinet's new module for fortios_switch_controller_security_policy_captive_portal ( #60782 )
5 years ago
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.
5 years ago
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>
5 years ago
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
5 years ago
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
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
Nathaniel Case
764a81fce7
New module eos_lacp ( #60698 )
...
* Initial builder import
* Add tests
* Implement facts & config
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
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
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
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
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
Miguel Angel Muñoz González
7328c71adb
Fortinet's new module for fortios_system_fips_cc ( #60827 )
5 years ago
Miguel Angel Muñoz González
e223100f27
Fortinet's new module for fortios_system_external_resource ( #60825 )
5 years ago
Miguel Angel Muñoz González
e2c3f67aad
Fortinet's new module for fortios_system_email_server ( #60824 )
5 years ago
Miguel Angel Muñoz González
7cd380ddc3
Fortinet's new module for fortios_system_dscp_based_priority ( #60823 )
5 years ago
Miguel Angel Muñoz González
5deaf3f495
Fortinet's new module for fortios_system_dns_server ( #60822 )
5 years ago
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
5 years ago
Miguel Angel Muñoz González
1dc6c05521
Fortinet's new module for fortios_system_dhcp6_server ( #60816 )
5 years ago
Miguel Angel Muñoz González
1c75506e22
Fortinet's new module for fortios_system_dedicated_mgmt ( #60815 )
5 years ago
Miguel Angel Muñoz González
55110408c0
Fortinet's new module for fortios_system_ddns ( #60813 )
5 years ago
Miguel Angel Muñoz González
e4f6d956a7
Fortinet's new module for fortios_system_csf ( #60811 )
5 years ago
Miguel Angel Muñoz González
6382f8cb46
Fortinet's new module for fortios_system_cluster_sync ( #60807 )
5 years ago
Miguel Angel Muñoz González
ce8493fc4d
Fortinet's new module for fortios_system_autoupdate_tunneling ( #60804 )
5 years ago
Miguel Angel Muñoz González
2e9b9d2a70
Fortinet's new module for fortios_system_autoupdate_schedule ( #60803 )
5 years ago
Miguel Angel Muñoz González
5557a9eb44
Fortinet's new module for fortios_system_autoupdate_push_update ( #60802 )
5 years ago
Miguel Angel Muñoz González
4cb81ad13f
Fortinet's new module for fortios_system_auto_script ( #60801 )
5 years ago
Miguel Angel Muñoz González
f3c288acf3
Fortinet's new module for fortios_system_automation_trigger ( #60800 )
5 years ago
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
5 years ago
Miguel Angel Muñoz González
2b103a2e54
Fortinet's new module for fortios_system_automation_stitch ( #60799 )
5 years ago
Miguel Angel Muñoz González
47dcd2ea23
Fortinet's new module for fortios_system_automation_destination ( #60798 )
5 years ago
Miguel Angel Muñoz González
bef8a682d7
Fortinet's new module for fortios_system_automation_action ( #60797 )
5 years ago
Miguel Angel Muñoz González
2013f5e728
Fortinet's new module for fortios_system_auto_install ( #60795 )
5 years ago
Miguel Angel Muñoz González
c5a29d0b0c
Fortinet's new module for fortios_system_arp_table ( #60794 )
5 years ago
Miguel Angel Muñoz González
e0e2be1447
Fortinet's new module for fortios_system_alias ( #60793 )
5 years ago
Miguel Angel Muñoz González
29df45cd95
Fortinet's new module for fortios_system_alarm ( #60792 )
5 years ago
Miguel Angel Muñoz González
bc98bf67af
Fortinet's new module for fortios_system_affinity_packet_redistribution ( #60791 )
5 years ago
Miguel Angel Muñoz González
a97f4693d9
Fortinet's new module for fortios_system_affinity_interrupt ( #60790 )
5 years ago
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.
5 years ago
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
5 years ago
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
5 years ago
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
5 years ago