Felix Fontein
028facdfed
acme_challenge_cert_helper: add support for IP identifiers ( #53661 )
...
* Add IP address identifier support to acme_challenge_cert_helper.
* Add changelog.
* type -> identifier_type.
2019-03-13 10:15:57 +01:00
Miguel Angel Muñoz González
9e63b196c8
Fortinet's FortiOS voip profile ( #52833 )
...
* Fortinet's FortiOS voip profile
* Remove 'flatten' method if not used
2019-03-13 13:07:19 +05:30
Fedor V
8ac6145180
vmware_vm_facts: custom attributes support ( #45773 )
...
* Add toggle to attribute facts gathering
Signed-off-by: Fedor V <f.vompe@comptek.ru>
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2019-03-13 09:49:20 +05:30
Chris Van Heuveln
66fe6bfa0b
nxos_linkagg: group
type mismatch causes idempotency failure ( #53653 )
...
* nxos_linkagg: `group` type mismatch causes idempotency failure
* `group` values need to be cast; e.g.
```
want = {'group': '20'}
have = {'group': 20}
```
* Found with N7K `sanity` test
* nxos_linkagg: change group param type to str
2019-03-13 09:44:00 +05:30
Jason Witkowski
acdb4c3ede
Fix min_size reference where type is None ( #53669 )
2019-03-12 21:31:03 -04:00
Jordan Borean
2ecde81dcb
win_reboot: fix stray entry in module docs
2019-03-13 10:47:17 +10:00
Jordan Borean
3d23e47c53
win_reboot - Fix rc validation when using psrp and add extra docs ( #53711 )
...
* win_reboot - Fix rc validation when using psrp and add extra docs
* Revert boot time command and fix docs
2019-03-13 10:43:02 +10:00
David Passante
495c197770
cloudstack: streamline modules doc (part 3) ( #53412 )
...
* cloudstack: streamline modules doc (part 3)
* Parameter types added
* Copyright format fixes
* Doc style fixes
* Examples format fixes
* Remove cs_loadbalancer_rule from ignore.txt
* cs_loadbalancer_rule: add "version_added" for params added into the documentation
* cs_loadbalancer_rule: ignore E309 for now
* cs_loadbalancer_rule: remove E309 from ignore.txt
2019-03-12 23:19:07 +01:00
Brian Coca
b793f08a92
fixes for stripping ( #52930 )
...
function changed to do in place replacement, should be less expensive even with copy as it avoids 'sub copies', can compose with module_args_copy to create replacement for old behavior
attempt to fix #52910
* handle lists and subdicts correctly
* added missing exception case, which was not noticed since 'cleaning' was not working
* added comments to clarify exceptions
2019-03-12 18:18:38 -04:00
Gaudenz Steinlin
8111425a96
Cloudscale server password ( #53701 )
...
* cloudscale_server: remove required parameter check
The valid parameter combinations are already checked by the API. There
is no need to check a subset of this in the Ansible module as well. This
makes it more likely that future changes in the API won't require
changes in the Ansible module.
* cloudscale_server: add password parameter
Recent revisions of the cloudscale.ch API allow setting a password for a
server. Add this option to the cloudscale_server module.
2019-03-12 21:56:05 +01:00
Brian Coca
a8eb25ac14
clear all loader caches with new dir for plugin ( #53413 )
...
* clear all loader caches with new dir for plugin
fixes #17078
* added toggle to revert behaviour
2019-03-12 16:19:56 -04:00
Matt Clay
35b95abf28
Avoid auto-interpreter for ansible-pull localhost. ( #53699 )
2019-03-12 13:15:14 -07:00
Miguel Angel Muñoz González
06c5c11970
Fortinet's FortiOS system global ( #52826 )
...
* Fortinet's FortiOS system global
* Updated according to comments
2019-03-13 00:33:06 +05:30
Miguel Angel Muñoz González
20ec824607
Fortinet's FortiOS system virtual wan link ( #52830 )
...
* Fortinet's FortiOS system virtual wan link
* Updated according to comments
2019-03-13 00:32:45 +05:30
Miguel Angel Muñoz González
97a0473acb
Fortinet's FortiOS log webtrends filter ( #52272 )
...
* Fortinet's FortiOS log webtrends filter
* Avoid null choices
* Updated according to comments in PR
* Removed empty choices
2019-03-12 23:52:21 +05:30
Martin Krizek
42731ec73f
yum: fix disable_excludes in repoquery fallback ( #53552 )
...
Fixes #53134
2019-03-12 18:41:26 +01:00
Matt Martz
77217fdd24
Fix checksum file parsing in get_url ( #53685 )
...
* Fix checksum file parsing. Fixes #48790
* guard invalid int conversion
Co-Authored-By: sivel <matt@sivel.net>
* Remove extra newline
2019-03-12 12:39:02 -05:00
Brian Coca
3e52a6a693
Overridable safety ( #53458 )
...
* create overridable sanitation function
* now used in aws, gce and azure plugins
* added new option to these plugins to work in conjunction with general toggle to make it easier
to emulate inventory script behavior.
2019-03-12 12:03:20 -04:00
Matt Martz
e9f9bcae6a
Don't raise AnsibleConnectionFailure if the ssh process has already died. ( #53534 )
...
* Don't raise AnsibleConnectionFailure if the ssh_process has already died. Fixes #53487
* Better support for file not found messages
* Add changelog fragment
2019-03-12 10:41:30 -05:00
Dag Wieers
c87efe1447
Fix typo
2019-03-12 13:34:52 +01:00
krisvasudevan
651fc88303
Added support for infoblox member object ( #53174 )
...
* changes for member module
2019-03-12 17:48:51 +05:30
Nilashish Chakraborty
f615011de3
New module for BGP configuration management in iosxr ( #53121 )
...
* Add iosxr_bgp module
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
* Remove unused code
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
* Remove netconf code
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
2019-03-12 17:47:40 +05:30
Nilashish Chakraborty
9365c0f468
New module for BGP configuration management in Arista EOS ( #52722 )
...
* New module for BGP in EOS
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
* Add function to validate input
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
* Fix line indentation
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
* Add integration tests
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
* Fix CI
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
* Fix sanity test failure
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
* Remove unused code
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
2019-03-12 17:31:58 +05:30
Miguel Angel Muñoz González
3bef1dbfd2
Fortinet's FortiOS waf profile ( #52834 )
...
* Fortinet's FortiOS waf profile
* Updated with changes from comments
2019-03-12 15:23:34 +05:30
Miguel Angel Muñoz González
15dc8f854e
Fortinet's FortiOS wanopt profile ( #52839 )
...
* Fortinet's FortiOS wanopt profile
* Updated with changes from comments
2019-03-12 15:22:02 +05:30
Miguel Angel Muñoz González
2479005fc6
Fortinet's FortiOS wanopt settings ( #52840 )
...
* Fortinet's FortiOS wanopt settings
* Updated with changes from comments
2019-03-12 15:21:24 +05:30
Miguel Angel Muñoz González
2546b0eec1
Fortinet's FortiOS web proxy explicit ( #52841 )
...
* Fortinet's FortiOS web proxy explicit
* Triggering Ansible bot due to timeout
* Updated with changes from comments
2019-03-12 15:20:45 +05:30
Miguel Angel Muñoz González
4788a9f4a6
Fortinet's FortiOS web proxy global ( #52842 )
...
* Fortinet's FortiOS web proxy global
* Updated with changes from comments
2019-03-12 15:19:46 +05:30
Miguel Angel Muñoz González
3fc659e885
Fortinet's FortiOS web proxy profile ( #52843 )
...
* Fortinet's FortiOS web proxy profile
* updated with changes from comments
2019-03-12 15:18:52 +05:30
Jordan Borean
c8c326d88e
Use unicode string for auto interpreter warnings ( #53671 )
...
* Use unicode string for auto interpreter warnings
* Added some unit tests for interpreter selection
* Fix python 3 syntax issues
2019-03-12 14:16:49 +10:00
Simon Dodsley
38c742ccf3
Fix typos in purefa_pgsnap module ( #53643 )
2019-03-11 20:04:25 -04:00
Jordan Borean
4f2d055e2c
win_psexec - deprecate the extra_opts module options ( #53666 )
2019-03-12 09:05:43 +10:00
Brian Coca
f73e03632f
remove obsolete set_play on play_context ( #47934 )
...
* remove redundant assignments from play
- fix unit tests
2019-03-11 18:25:48 -04:00
UnknownGnome
b03b951789
Update vmware_vmkernel.py ( #53084 )
2019-03-11 17:15:19 -05:00
Matt Clay
887ab35656
Add support for ansible-test --coverage-check. ( #53573 )
2019-03-11 15:13:09 -07:00
Sayed Anisul Hoque
9ff25c0167
Updated playbook works sample. ( #51673 )
...
<!--- Your description here -->
Removed `|` from the playbook works sample.
+label: docsite_pr
2019-03-11 17:12:05 -05:00
Simon Metzger
0d7ea0bae6
new module aci_access_sub_port_block_to_access_port ( #51940 )
...
* new module aci_access_sub_port_block_to_access_port
* new line at end of file
2019-03-11 18:05:57 -04:00
Jordan Borean
f297229b52
Add arg and doc validation for PowerShell modules ( #53615 )
...
* Add arg and doc validation for PowerShell modules
* Verify if pwsh exists before running it
2019-03-12 07:56:51 +10:00
Dhanuka
da9b19cef7
redfish_utils: add support to automate multiple systems. ( #50854 )
...
* Add support to automate multiple systems
Currently `redfish_utils` module can support only one system.
These changes introduce the ability to support multiple systems.
* Update - add support to automate multiple systems
* Introduce `aggregate()` to avoid code duplication in `get_multi___` like
methods.
* Remove "set" related methods
* include systems URI in each aggregated entry
* rebased
* Fixes KeyError and merge errors
2019-03-12 06:58:42 +10:00
Theron Savery
de2531e275
nso documentation fixes ( #53478 )
2019-03-11 14:23:19 -05:00
Brian Coca
9b67219096
Fine tune sanity ( #53544 )
...
* modify regex to use implicit charsets this should solve issues in py3 and unicode names
* fix issue with subgroups in yaml inventory
* clarify deprecation message
* separated per name warning from deprecation
* move noise to verbosity, simplify warnings
* fix docs to reflect actual 'good' practice
* change toggle to choice list to give users more options
2019-03-11 15:12:14 -04:00
Sebastian Meyer
86ba4f3e46
remove some instances of state: installed
( #53537 )
...
This fixes the examples in multiple modules so they use `state: present`
instead of `state: installed`.
2019-03-11 12:13:52 -05:00
Sloane Hertel
4172d68dc3
use composed vars in constructed groups ( #53152 )
...
* changelog
* combine provided variables and host vars inside of constructing groups to take into account composed variables
let composed variables "win"
* fix whitespace
* Allow user to control hash behavior
2019-03-11 12:43:31 -04:00
Lukas Kämmerling
32c337ee39
hcloud_server: streamline label handling ( #53633 )
2019-03-11 16:57:23 +01:00
Chris Archibald
1a306ce871
Rewrite of na_ontap_snapshot to follow NetAppModule, add new option to rename snapshot, bug fix to modify snapmirror_label ( #52297 )
...
* Revert "changes to clusteR"
This reverts commit 33ee1b71e4bc8435fb315762a871f8c4cb6c5f80.
* upadets
* fix docs
* Revert "Revert "changes to clusteR""
This reverts commit 8e56b999e6cf6a65de339e516f7134a6b6b39cba.
* review change
2019-03-11 15:49:59 +00:00
Martin Nečas
b187e5a5c0
add ovirt_disk check mode ( #53625 )
2019-03-11 10:54:02 -04:00
Chris Archibald
48098ba688
Updates to na_ontap_net_route ( #49656 )
...
* new option and rewrite
* update documentation
* fix documentation
* Review change
* add comment
2019-03-11 14:43:26 +00:00
Lukas Kämmerling
3e02502056
Add hcloud_ssh_key module ( #53550 )
2019-03-11 15:42:49 +01:00
Chris Keller
ffa014e680
Adding ovirt_event Module ( #51760 ) ( #52982 )
...
* Adding ovirt_event Module (#51760 )
* Update lib/ansible/modules/cloud/ovirt/ovirt_event.py
Co-Authored-By: nasx <ckeller@redhat.com>
* Update lib/ansible/modules/cloud/ovirt/ovirt_event.py
Co-Authored-By: nasx <ckeller@redhat.com>
* Update lib/ansible/modules/cloud/ovirt/ovirt_event.py
Co-Authored-By: nasx <ckeller@redhat.com>
* Update lib/ansible/modules/cloud/ovirt/ovirt_event.py
Co-Authored-By: nasx <ckeller@redhat.com>
* Update lib/ansible/modules/cloud/ovirt/ovirt_event.py
Co-Authored-By: nasx <ckeller@redhat.com>
* Update lib/ansible/modules/cloud/ovirt/ovirt_event.py
Co-Authored-By: nasx <ckeller@redhat.com>
* Cleaning up Copyright, Documentation and Examples section per Akasurde.
* Minor formatting change in examples
2019-03-11 14:40:17 +00:00
Glandos
d784b77cb4
Remove dependency to psycopg2 with dump/restore ( #53323 )
...
* Remove dependency to psycopg2 with dump/restore
'dump' and 'restore' state only need pg_dump and pg_restore. These tools
don't use psycopg2 so this change tries to avoid the use of it in these
cases.
The db_exists test was replaced with an error detection when piping to
compression program, using a FIFO file. This effectively reverts #39483 ,
that was a fix for #39412 .
* Fix typo
* Add changelog fragment
* Add note for dump and restore not requiring psycopg2
* Fix YAML syntax
* Update lib/ansible/modules/database/postgresql/postgresql_db.py
Co-Authored-By: Glandos <bugs-github@antipoul.fr>
2019-03-11 14:38:14 +00:00