ansible / proposals

Repository for sharing and tracking progress on enhancement proposals for Ansible.
Creative Commons Zero v1.0 Universal
92 stars 19 forks source link

Ansible control node for IBM Z in a Linux/390 Docker container for z/OS Container Extensions #198

Closed ndegreef closed 2 years ago

ndegreef commented 2 years ago

Proposal: Ansible control node for s390 in z/OS docker container

Author: @ndegreef

Date: 2021-07-23

Motivation

On IBM Z we see more and more use of Ansible. Therefore we would like to be able to run an Ansible control node on IBM Z on z/OS itself in a Docker container under Z/OS Container Extension.

Problems

What problems exist that this proposal will solve?

Solution proposal

Dependencies (optional)

The usual prereqs for Ansible like Python and ssh but these are all available for Linux s390 already.

Testing (optional)

Documentation (optional)

Anything else?

agaffney commented 2 years ago

Ansible doesn't provide any official Docker images for any architecture, and there's nothing stopping you from building your own custom image containing Ansible.

bcoca commented 2 years ago

closing as per above, the Ansible project does not and is not planning on maintaining 'official' container images.