samdoran

@samdoran

Joined on Sep 3, 2021

  • Summary Ansible Execution Environments provide a convenient method for packaging Ansible content in a portable format. The current implementation uses a container image for distributing this content. While this has a number of benefits, it also presents a number of challenges for embedded environments. Problems With Container Images A container runtime may not be available in the embedded environment. Container images contain an entire operating system worth of code and can be quite large. Managing the host running the container from within the container is difficult since containers were designed to prevent this. Proposed Solution
     Like  Bookmark