community.general/lib/ansible/modules
Piotr Wojciechowski daf1cfbde0 docker_node: Docker Swarm node operations module (#50584)
* * docker_node: New module for operations on Docker Swarm node
* Shared code for Docker Swarm modules

* * docker_node: Removed the attribute `force` as it is not used for any operation

* docker_node_facts: Update module to use client class AnsibleDockerSwarmClient instead of AnsibleDockerClient

* docker_node_facts: List of nodes can be provided as input, inspect all registered nodes or manager host itself

* docker_node: Update in method name called from AnsibleDockerSwarmClient

* docker_node: Additional method to shared module to get formatted output list of registered nodes

* docker_node: Additional method to shared module to get formatted output list of registered nodes

* docker_node: removed state list (featue moved to docker_swarm_facts)

* docker_node: Node labels manipulation (remove, replace, merge)

* module_utils/docker_swarm: Updated output for nodes list - adding swarm leader flag

* docker_node_facts: update in input and return values, update in documentation section

* docker_node: Updated operations on labels, tracking if change is required

* docker_node: Updated documentation, parameter 'hostname' is now required
docker_node_facts: Updated documentation

* * Failing Ansible tasl if not run on swarm manager - code cleanup

* * docker_node: Remove the 'action' list from output

* * docker_node: variable name change to be align with Python best practice, BOTMETA.yml update

* * module_utils/docker_swarm.py: fix for incorrect fail() action
* docker_node: documentation and code small updates

* * docker_node: revised labels manipulation

* docker_node_facts: Reverting to repository version, moving this change to separate PR

* * docker_node: Documentation update

* * docker_node: Update to node availability and role modification

* * docker_node: Update to check_mode handling

* * docker_node: Code cleanup

* docker_node_facts: Code cleanup

* docker_node_facts: Adding back the module with only update to use AnsibleDockerSwarmClient instead of AnsibleDockerClient
docker_node: cosmetic code changes
BOTMETA: updated on $team_docker

* docker_node: BOTMETA update
2019-02-04 13:08:46 +00:00
..
cloud docker_node: Docker Swarm node operations module (#50584) 2019-02-04 13:08:46 +00:00
clustering Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
commands toggle for stripping empty shell/command output (#51342) 2019-01-29 15:55:38 -05:00
crypto Relative time support for crypto modules (openssl_certificate) (#50570) 2019-01-22 20:41:02 +00:00
database Add session_role to postgresql modules (#43650) 2019-02-02 20:12:14 +01:00
files document how state=file works (#50986) 2019-01-29 16:35:08 -05:00
identity fix changed-behaviour in check mode (to not always return True) (#37776) 2019-01-31 10:59:00 -05:00
inventory Bulk fix DOCUMENTATION.author (Part 1) (#48934) 2018-11-20 19:31:35 +00:00
messaging rabbitmq_binding: Fix using empty routing key (#48597) 2018-12-19 08:30:41 -05:00
monitoring acknowledge operations are update operations now (#51304) 2019-01-29 09:51:18 -05:00
net_tools PR to implement support feature for creating NIOS network container (#51168) 2019-01-23 19:21:00 +05:30
network Pluribus Networks snmp community module with unit tests (#51165) 2019-02-04 10:42:00 +05:30
notification jabber: Fix joining group chats (#50846) 2019-01-14 22:30:48 +01:00
packaging dnf load substitutions from installroot (#51206) 2019-01-29 15:10:53 -05:00
remote_management Fix a potential issue with updating interfaces (#50464) 2019-02-02 12:44:57 +00:00
source_control update git.py (#51017) 2019-01-29 13:34:38 -05:00
storage Add module for Pure Storage FlashBlade to manage directory services (#44925) 2019-02-02 12:39:57 +00:00
system new module: aix_devices, manage AIX devices (#32290) 2019-02-04 03:49:25 +01:00
utilities Update documentation for ignore_unknown_extensions (#50383) 2019-01-22 12:56:10 -05:00
web_infrastructure doc: fixing typo and grammar rundeck_project.py (#51674) 2019-02-03 22:30:22 +01:00
windows Added support for defining the ServerSelection attribute of the update searcher session, which allows specifying non-default update server sources. (#51334) 2019-02-04 12:59:36 +10:00
__init__.py Re-adding the init py for modules 2016-12-08 11:35:20 -05:00