Skip to content

Workflow Enhancements #4

@allamiro

Description

@allamiro

Problem to solve

  • Dynamic Inventory Integration: Add a script in your configs/ folder that can pull IP addresses from a cloud provider (AWS/GCP) or a simple JSON/YAML source.

  • Makefile "Wrappers": Since you have a Makefile, ensure it handles the container lifecycle. Example targets:

  • make shell: Drops you into the container with the volume mounted.

  • make run PLAYBOOK=site.yml: Runs a specific playbook without needing to remember long docker run strings.

  • Healthchecks: Add a HEALTHCHECK to your Dockerfile or docker-compose.yml that verifies the Ansible controller can at least reach a local "dummy" target or check the version.

Proposed solution

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions