Zim Kalinowski
308e4c31c6
fixed vmss required parameters handling ( #51012 )
6 years ago
Dag Wieers
30227ace98
Fix parameter types and other fixes ( #50111 )
...
* Fix parameter types and other fixes
* Fix issues after review
* Fix Windows-references in system/files modules
This PR includes:
- Replacing version/v with just Ansible X.Y
- Removing Windows-alternatives from notes
* Update lib/ansible/modules/system/parted.py
Co-Authored-By: dagwieers <dag@wieers.com>
* Update lib/ansible/modules/system/service.py
Co-Authored-By: dagwieers <dag@wieers.com>
* Update lib/ansible/modules/system/service.py
Co-Authored-By: dagwieers <dag@wieers.com>
* Revert type change, move to separate PR
* Update lib/ansible/modules/files/replace.py
Co-Authored-By: dagwieers <dag@wieers.com>
* Update lib/ansible/modules/files/replace.py
Co-Authored-By: dagwieers <dag@wieers.com>
* Update lib/ansible/modules/files/replace.py
Co-Authored-By: dagwieers <dag@wieers.com>
* Update lib/ansible/modules/files/replace.py
Co-Authored-By: dagwieers <dag@wieers.com>
* Update lib/ansible/modules/files/replace.py
Co-Authored-By: dagwieers <dag@wieers.com>
* Update lib/ansible/modules/files/replace.py
Co-Authored-By: dagwieers <dag@wieers.com>
6 years ago
Matt Clay
b834b29e43
Run integration tests from temporary directory.
...
ci_complete
6 years ago
Jordan Borean
18c35b69fb
setup_rabbitmq - fix erlang pinned dependencies ( #51048 )
6 years ago
Jordan Borean
b7620c161a
win_updates - fix category return value to be a list ( #51001 )
...
* win_updates - fix category return value to be a list
* remove unstable test alias
6 years ago
Martin Nečas
88bb555ab8
ovirt hosts facts add cluster version filtration ( #48664 )
...
* ovirt hosts facts add cluster version filtration
* update filtering of ovirt hosts and input of cluster version
* ovirt host facts change compat version to string
6 years ago
Martin Nečas
8206ee96e3
ovirt add sync_networks ( #49298 )
...
* ovirt add sync_networks
* ovirt add network sync check
* ovirt rename check sync function
* correct python syntax ovirt host networks
* ovirt sync networks update docs
* ovirt sync network update check controll
6 years ago
Matt Clay
d95c716249
Fix azure_rm_rediscache test resource naming.
6 years ago
Matt Clay
a864247bd5
Encoding fixes for plugin loader and vault. ( #51002 )
6 years ago
Jordan Borean
9fa46e7f94
reboot - Fix connection timeout reset ( #51000 )
...
* only reset if we could retrieve the conn timeout
6 years ago
Johannes Brunswicker
c6d404cbe9
Add optional headers to utm modules ( #49856 )
...
* removed info declaration from documentation fragment as this is not implemented
* added optional headers for POST and PUT requests
* updated documentation
* added missing headers field decalaration
* removed info choice from state field
* added tests for the new utm_utils function
* fixed class invocation
* added missing required params
* fixed the pytests
6 years ago
Dag Wieers
31222b65c1
Fix small typo
...
+label: docsite_pr
6 years ago
Albert Siersema
b1c295386f
Match VLAN ID as whole line instead of searching for digits in line ( #51019 )
...
Searching for digits somewhere in the output line will also match VLAN name (lines) starting with digits.
Fixes issue #50998
6 years ago
Ricardo Carrillo Cruz
22d914a888
Add Checkpoint access layer facts module ( #51016 )
6 years ago
Martin Krizek
3b42b1796c
facts: set virtualization_role for KVM hosts ( #50770 )
...
* facts: set virtualization_role for KVM hosts
Fixes #49734
* Add changelog
6 years ago
Matt Clay
f06474ae4f
Remove unnecessary absolute paths from tests.
6 years ago
Matt Clay
d2a9b16f7e
Make Shippable timing script more resilient.
...
This will permit the script to pass through content which could
not be previously decoded or encoded. This could occur when running
some tests on macOS using file paths with non-ASCII characters.
6 years ago
Nilashish Chakraborty
422604fb3e
Fix malformed string error for hashed_password ( #51007 )
...
* Fix malformed string error using ast
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
* Update doc for this option
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
* Revert "Update doc for this option"
This reverts commit 3579d19121
.
* Revert type value
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
6 years ago
Martin Krizek
3dc5ba6186
Remove unnecessary calls to cache_block_tasks noop ( #50715 )
6 years ago
vaneuk
e150943314
added timestamps to nxos_command module ( #50261 )
...
* added timestamps to nxos_command module
nxos_command module now returns timestamps field, which shows command execution time
* fixed unit test failure for /lib/ansible/module_utils/basic
* cosmetic changes to align with PEP 8
6 years ago
Zim Kalinowski
fdb91a5c02
fixed idempotence in vm extension ( #51005 )
6 years ago
Matt Clay
b971ebd343
More path encoding fixes.
6 years ago
Yunge Zhu
0f846f39ca
fix new inventory azure_rm.py ( #50006 )
...
* fix new inventory
* fix lint
* resolve comments
* resolve comments
* add defensive code
* fix response not match handler
* remove useless import
* fix lint
* add changelog
6 years ago
Matt Clay
c46a09dcf4
Fix UnicodeEncodeError for ansible --version. ( #50997 )
...
The error occurs on Python 2.x when running the following commands:
```
mkdir /tmp/Δ.cfg
ANSIBLE_CONFIG=/tmp/Δ.cfg ansible --version | tee
```
6 years ago
Matt Clay
54867b4add
Add comment explaining to_native usage.
6 years ago
Matt Clay
53a640f2cc
Use to_bytes on open and to_native on load_source.
6 years ago
Matt Clay
a8e6577403
Fix path encoding issue loading plugins.
6 years ago
Thiago Ribeiro
04b381b28a
Add new param "ignore_selinux_state" to seport, sefcontext, seboolean ( #48945 )
6 years ago
Alex Stephen
4746781423
New GCP module: gcp_bigquery_dataset ( #50676 )
6 years ago
Alex Stephen
937fe2f658
New GCP module: gcp_bigquery_table ( #50678 )
6 years ago
Alex Stephen
263e266f68
New GCP module: gcp_compute_interconnect_attachment ( #50680 )
6 years ago
Alex Stephen
b9dd0e2286
New GCP module: gcp_iam_service_account ( #50681 )
6 years ago
Alex Stephen
caedfcbfb0
New GCP module: gcp_resourcemanager_project ( #50683 )
6 years ago
Alex Stephen
a0a199fb93
New GCP module: gcp_storage_object ( #50684 )
6 years ago
Alex Stephen
36fd9d1b6a
Bug fixes for GCP modules (as of 2019-01-09T15:35:45-08:00) ( #50783 )
6 years ago
Alex Stephen
41c1f8b9a5
Bug fixes for GCP modules (as of 2019-01-09T15:35:45-08:00) ( #50784 )
6 years ago
Alex Stephen
5ca5936e05
Bug fixes for GCP modules (as of 2019-01-09T15:35:45-08:00) ( #50785 )
6 years ago
Brian Coca
eca7c3c8c7
Prevent duplicate role insertion into roles: ( #50552 )
...
* Corner case in which import_role would add another instance of a role with the same signature into roles: when it already existed there.
roles:
- name: a
tasks:
- import_role: name=a
would execute role 'a' 3 times instead of the intended 2 (x2 in roles: phase +1 in tasks:)
* added tests
6 years ago
Christopher Gadd
e89fb35843
Allow overwrite of SSH key ( #49971 )
...
* Allow overwrite of SSH key
* Use k: v syntax rather than k=v
6 years ago
Alex Stephen
5137bd5958
Bug fixes for GCP modules (as of 2019-01-09T15:35:45-08:00) ( #50786 )
6 years ago
Brian Coca
a7e81ba500
ensure we have required systemd env var ( #50607 )
...
* ensure we have required systemd env var
* add clarification about systemd and user scope
fixes #50272
6 years ago
Ricardo Carrillo Cruz
1beb6f433b
Add object_type param to checkpoint_object_facts ( #50982 )
...
* Add object_type param to checkpoint_object_facts
* Add changelog fragment
* Fix sanity
* Fix sanity
* Pass type param to payload
Otherwise it does not do what is expected to do
* Add ip-only default to docstring
6 years ago
Dag Wieers
a79441ca30
Rename MSC modules to MSO nomenclature ( #50959 )
...
* msc_tenant: improve docs
* Rename MSC modules to MSO
* Rename MSC-related objects to MSO nomenclature
* Add missing doc fragments
6 years ago
Dag Wieers
7a1ceb6988
Correct the command for test coverage
...
+label: docsite_pr
6 years ago
Ricardo Carrillo Cruz
ac61c99821
Add checkpoint_session module ( #50930 )
...
* Add checkpoint_session module
* Add unit test
* Fix pep8
* Rename Checkpoint for Check Point
6 years ago
Ricardo Carrillo Cruz
2135ddf233
Add checkpoint_object_facts module ( #50933 )
...
* Add checkpoint_object_facts module
* Fix pep8 and bogus type for ip only param
* Fix doc issues per samccann comments
6 years ago
Hannes Ljungberg
d264bf4f4e
docker_swarm_service: Add option tests ( #50699 )
...
* Add option tests
* Check for api version on publish
* Enable configs tests
* Remove unsupported test
* Let main.yml hande creation/destruction of swarms
* Revert "Remove unsupported test"
This reverts commit 50f46bb04e
.
* Revert "Enable configs tests"
This reverts commit a94054b0bb
.
* Fix typo to properly clear secrets
6 years ago
Matt Clay
1d51c425ba
Add missing file deps to vmware_inventory test.
6 years ago
Trishna Guha
a1ea7e430a
fix ansible_connect_timeout variable in connection plugins and nxos_install_os timeout check ( #50965 )
...
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
6 years ago
Matt Clay
6842c0467f
Fix ansible-test handling of empty test targets.
...
Previously empty test targets were ignored by ansible-test.
This would prevent them from participating in dependency analysis.
These targets are actually empty roles, and should be processed as such.
6 years ago