Abhijeet Kasurde
db8702cdb8
Close all open filehandle ( #50544 )
...
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com >
2019-01-11 10:14:08 -05:00
James E. King III
1ae365c112
azure_rm_managed_disk: properly handle os_type on creation and update ( #49385 )
2019-01-11 22:09:26 +08:00
Ricardo Carrillo Cruz
22c1c5ffcb
Add docstrings ( #49934 )
2019-01-11 12:45:59 +01:00
Ricardo Carrillo Cruz
577765592a
Checkpoint task facts ( #49932 )
...
* Add docstrings
* Fix pep8
2019-01-11 12:33:06 +01:00
getjack
d8d1ddc35d
Added Ansible UTM Module for managing network/interface_address objects. ( #49864 )
...
* Added Ansible UTM Module for managing network/interface_address objects.
* - Fix sanity checks
- Fixed documentation trailing whitespaces
- Added missing documentation
* - Fix sanity checks
- Removed duplicate documentation
2019-01-11 11:27:41 +00:00
Ricardo Carrillo Cruz
8ec69e4464
Checkpoint host facts ( #49935 )
...
* Add checkpoint_host_facts module
* Rebase with devel and add docstrings
2019-01-11 11:36:09 +01:00
Ricardo Carrillo Cruz
12e0da4f20
Checkpoint access rule facts ( #49933 )
...
* Add checkpoint access rule facts module
* Add docstrings and rebase with devel
* Add ANSIBLE_METADATA
2019-01-11 11:36:02 +01:00
traittinen
d3107d9915
Improve panos_commit module ( #50451 )
...
* Added description, admin commit and VSYS commit features.
* pep8 fixing
* Ansible pylint fixing + module.fail on commit fail
* Ported from lxml.etree to xml.etree. Changed username to fall back to admin if nothing else defined.
* Fixed documentation for username defaults.
2019-01-11 04:26:40 -05:00
Brian Coca
91d8383898
added missing docs for option in acl module ( #50775 )
...
* added missing docs for option in acl module
* remove acl from ignore
2019-01-11 09:49:43 +01:00
Yuwei Zhou
0f6252baf3
dns zone enhancement and return curated value ( #50740 )
2019-01-11 16:38:29 +08:00
Yuwei Zhou
9487815a26
azure virtualmachine scaleset supports loadbalancer update ( #50132 )
2019-01-11 16:33:13 +08:00
rajaspachipulusu17
ca74c443ba
Pluribus Networks port config module ( #50314 )
...
* Pluribus Networks port config module
* Documentation fix for version added
* Doc fixes
2019-01-11 14:02:36 +05:30
rajaspachipulusu17
44febe4e56
Pluribus Networks port cos bw module ( #50287 )
...
* Pluribus Networks port cos bw module
* Indentation fix
* Documentation fix
* Corrected indetentation for required_one_of
* Added maintainer name in BOTMETA.yml
* Removed maintainer name in BOTMETA.yml as my team is already there
2019-01-11 14:00:10 +05:30
Yuwei Zhou
3e2e67c677
Add support for idle_timeout, version and ipTags, curated in facts module ( #48923 )
2019-01-11 13:36:50 +08:00
Sylvain Rabot
f29256e4da
Azure: Add Availability Zones ( #49243 )
...
Signed-off-by: Sylvain Rabot <s.rabot@lectra.com >
2019-01-11 09:34:06 +08:00
Simon Dodsley
e8e22e31dc
Update purefa_volume to allow clearing of QoS limits ( #50662 )
2019-01-10 20:29:47 -05:00
Kevin Breit
476a7fc27d
Clean up some of the execution of the module ( #48391 )
...
- Module now checks whether a specified network is valid very early
- Simplifies the present code flow
- No functionality enhancement
2019-01-10 12:10:31 -05:00
Ricardo Carrillo Cruz
aea20f95c6
Fix comma ( #50766 )
2019-01-10 17:18:37 +01:00
Ricardo Carrillo Cruz
88eb01b660
Checkpoint host ( #49936 )
...
* Add checkpoint_host module
* Add state param to docstring
* Require ip_address if state is present
* Make else more explicit by doing and elif 404
* Remove bogus paren
* Add checkpoint_host module
2019-01-10 17:04:12 +01:00
Anas
4790d77a58
schema can also be provided if type is default_privs ( #50498 )
...
+label: docsite_pr
2019-01-10 11:05:05 +01:00
Tetsuya Sodo
1d4dbd76c0
fix eos_l2_interface insufficient commands ( #50754 )
2019-01-10 15:05:07 +05:30
Yuwei Zhou
07c6ce2dbf
Curate the virtual network facts module ( #50311 )
2019-01-10 15:53:23 +08:00
rajaspachipulusu17
abdcf2a776
Pluribus Networks pn_dscp_map_pri_map module with Unit tests ( #50142 )
...
* Pluribus Networks pn_dscp_map_pri_map module with Unit tests
* Corrected method name in unit test script
2019-01-10 12:51:07 +05:30
Sumit Jaiswal
3784abc96a
To resolve NIOS race condition when ip allocated via NIOS next available ip function ( #49818 )
...
Signed-off-by: Sumit Jaiswal <sjaiswal@redhat.com >
* resolves bug 45218
Signed-off-by: Sumit Jaiswal <sjaiswal@redhat.com >
* fixing review comments
2019-01-10 09:50:27 +05:30
Yuwei Zhou
c405fe3098
azure_managed_disk enhancement ( #50317 )
2019-01-10 10:41:43 +08:00
Zim Kalinowski
3739dc9684
cleanup - required: false ( #50648 )
2019-01-10 09:26:18 +08:00
Jan-Philipp Litza
636e1d5fcb
Fix sanitizing config lines ( #50553 )
...
Previously, the index got out of sync with the actual config list. Invoked with lines:
- bad
- first
- bad
- second
the sanitization would first delete index 0 and then index 2, which would result in the output
- first
- bad
By reversing the list, we avoid that problem (though a filter() would be nicer)
2019-01-09 10:56:30 -05:00
Anil Kumar Muraleedharan
cb89b1758d
Lenovo cnos l2interface ( #50641 )
...
* Adding cnos_l2 interface module and its associated Integration test as well as Unit test code
2019-01-09 10:46:56 -05:00
Anil Kumar Muraleedharan
f5ebd9736c
Lenovo cnos banner new module ( #50145 )
...
* Adding cnos_banner module to the list.
2019-01-09 10:43:57 -05:00
Richlv
95f97bb8d6
Update zabbix_action.py ( #50548 )
...
* Update zabbix_action.py
Clarify when in/not in operators can be used.
2019-01-09 09:32:39 -06:00
jainnikhil30
cd27982959
Fixing exception import for tower modules ( #50447 )
...
* fixing the exception import from tower modules
* Adding tests for checking tower modules are failing with correct msg
* fixed failing tests
* fixed failing test in tower_team
2019-01-09 15:31:21 +01:00
Alicia Cozine
d84e21dfc8
fix docs for tower modules ( #50710 )
2019-01-09 09:21:26 -05:00
Felix Fontein
41de2855ae
Remove elements= from arg_spec when type is not 'list'. ( #50484 )
2019-01-09 19:40:17 +05:30
Ricardo Carrillo Cruz
3e91ec28b8
Checkpoint access rule ( #49937 )
...
* WIP checkpoint_access_rule module
* Add fixes and docstrings
* Add dunder init
* Fix sanity tests issues
* Fix sanity test
* Add RETURN and EXAMPLES
* Fix example
* Fix pep8
* Add tests
* Fix pep8
* Fix pep8
2019-01-09 11:25:18 +01:00
mindrb
260285a73f
zabbix_host_facts: get list of templates ( #50007 )
...
Get list of templates among other items. It is useful because later one can edit this list using zabbix_host module.
2019-01-09 05:12:32 -05:00
René Moser
33d888210b
zabbix: fix author's github handle ( #50700 )
2019-01-09 10:45:31 +01:00
Alex Stephen
c22fbd9ddf
New module: gcp_bigquery_dataset_facts ( #50677 )
2019-01-08 20:26:06 -05:00
Alex Stephen
1d747649e6
New module: gcp_bigquery_table_facts ( #50679 )
2019-01-08 20:25:47 -05:00
Jordan Borean
13a2a8b5f6
win_psexec: added the pid return value to the docs ( #50664 )
2019-01-09 01:28:03 +01:00
Kairo Araujo
3ec469f904
Included support to AIX group of subsystems on service module ( #33043 )
...
* Included support to AIX group subsystems
AIX systems has subsystems as services but also uses group
subsystems.
For example, spooler is a group subsystem to services
qdaemon, writesrv, and lpd.
This change enables the possibility to use also the group
susbsystmes such as spooler, nfs, etc.
When the service name is informed, first the module will
check if the name is a subsystem, if not it will check if
the name is a group subsystem and also it subsystems states.
This change makes services more flexible with AIX systems.
* Included test/legacy/aix_services.yml for tests
As discussed on IRC ansible-devel channes, was include the
legacy tests for further manual tests.
2019-01-08 17:41:58 -05:00
Richlv
c7f3829ad4
Update zabbix_action.py ( #50582 )
...
* Document "host_groups", "templates" and "inventory" operation parameters.
* Fix a couple of typos.
Fixes #50581
+label: docsite_pr
2019-01-08 10:11:48 -05:00
rwinand
2dbade4adc
Introduce 'insertbefore' and 'insertafter' to specify the position ( #44811 )
...
* Introduce 'insertbefore' and 'insertafter' to specify the position children have to be inserted.
* Added version_added to new options
* Xpath in example needs single quotes
* Added integration tests for insertafter and insertbefore
* Changed version_added to 2.8
2019-01-08 15:38:51 +01:00
Steve C
1793cad07b
fix ip address tokenization bug in eos_static_route module ( #43151 )
2019-01-08 09:11:43 -05:00
Piotr Wojciechowski
1f28ecd276
docker_node_facts: Read information about swarm node from swarm manager ( #50571 )
...
* docker_node_facts: New module to read information about swarm node from swarm manager
* Update lib/ansible/modules/cloud/docker/docker_node_facts.py
Co-Authored-By: WojciechowskiPiotr <23406016+WojciechowskiPiotr@users.noreply.github.com >
* Update lib/ansible/modules/cloud/docker/docker_node_facts.py
Co-Authored-By: WojciechowskiPiotr <23406016+WojciechowskiPiotr@users.noreply.github.com >
* Update lib/ansible/modules/cloud/docker/docker_node_facts.py
Co-Authored-By: WojciechowskiPiotr <23406016+WojciechowskiPiotr@users.noreply.github.com >
* docker_node_facts: min_docker_api_version and docker updated to align with Docker documentation
* docker_node_facts: Updated documentation and minimum version requirements
* docker_node_facts: Updated documentation of requirements
* Update lib/ansible/modules/cloud/docker/docker_node_facts.py
Co-Authored-By: WojciechowskiPiotr <23406016+WojciechowskiPiotr@users.noreply.github.com >
* Update lib/ansible/modules/cloud/docker/docker_node_facts.py
Co-Authored-By: WojciechowskiPiotr <23406016+WojciechowskiPiotr@users.noreply.github.com >
* Update lib/ansible/modules/cloud/docker/docker_node_facts.py
Co-Authored-By: WojciechowskiPiotr <23406016+WojciechowskiPiotr@users.noreply.github.com >
* Update lib/ansible/modules/cloud/docker/docker_node_facts.py
Co-Authored-By: WojciechowskiPiotr <23406016+WojciechowskiPiotr@users.noreply.github.com >
* Update lib/ansible/modules/cloud/docker/docker_node_facts.py
* Update lib/ansible/modules/cloud/docker/docker_node_facts.py
Co-Authored-By: WojciechowskiPiotr <23406016+WojciechowskiPiotr@users.noreply.github.com >
2019-01-08 13:00:59 +00:00
Trishna Guha
1400d161c0
fix eos_l2_interface invalid command ( #50644 )
...
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com >
2019-01-08 17:27:20 +05:30
Nijin Ashok
449fdf44b9
ovirt_storage_connection: Fix issue in detaching the connection ( #50005 )
...
Currently deleting the storage connection just tries to delete the
connection but it doesn't detach the connection from storage domain.
The patch first tries to detach the connection from storage domain
before attempting to delete the same if the storage domain parameter
is provided.
2019-01-08 06:53:20 -05:00
Nilashish Chakraborty
7845373f96
New Module: vyos_ping ( #50193 )
...
* New module for vyos ping functionality
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com >
* Add some new parameters
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com >
* Need spaces
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com >
* Fix pylint errors
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com >
* Fix pylint errors
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com >
* Fix docs
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com >
* Fix docs
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com >
* Fix docs
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com >
2019-01-08 10:42:24 +05:30
Gaudenz Steinlin
35f17bf4c2
Cloudscale volume ( #49887 )
...
* Cloudscale integration test setup
CloudProvider and CloudEnvironment classes for Cloudscale integration
tests. This also contains a cloudscale_common role with common
variables for all tests.
* cloudscale_volume module
New cloud module to manage volumes on the cloudscale.ch IaaS service.
2019-01-07 22:29:01 +01:00
Dag Wieers
100988899a
xml: Improve documentation and examples ( #50602 )
...
This PR includes:
- Type information for parameters
- Added 'seealso' section to documentation
- Improve examples
2019-01-07 14:46:51 -06:00
feran
1d3d6a3e2d
archive: Fix check if archive is created in path to be removed ( #29420 )
2019-01-07 09:43:30 -08:00