Skip to content

Feature: Add option for action instead of module #385

@KalleDK

Description

@KalleDK

Link to API

https://docs.ansible.com/projects/ansible/latest/dev_guide/developing_plugins.html#developing-actions

Description

I would like to help with adding support to have them as actions that can call module if needed.

This is base on that right now the user can either push the module to the executor (local or remote) but it requires that the used python has httpx.

I would like to create the most modules such that they are an action and module. The user can then optin to use as action, that way the code is not needed to be moved, and would be run in the ansible env. Hope that makes sense?

The default would be that the action would simple call the module and thereby keep the original flow

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions