ansible / ansible-builder

An Ansible execution environment builder
Other
287 stars 93 forks source link

Expose a way to exclude deps - option 2 #663

Closed sivel closed 5 months ago

sivel commented 5 months ago

Based on #647

---
version: 3.1

images:
  base_image:
    name: quay.io/centos/centos:stream9

dependencies:
  python_interpreter:
    package_system: python3.11
    python_path: /usr/bin/python3.11

  ansible_core:
    package_pip: ansible-core

  ansible_runner:
    package_pip: ansible-runner

  galaxy:
    collections:
      - name: community.docker
      - name: ansible.netcommon

  exclude:
    python:
      - docker
    system:
      - python3-Cython 

TODO:

NOTES:

Shrews commented 5 months ago

Closing this one and continuing work in https://github.com/ansible/ansible-builder/pull/664 so as not to annoy @sivel with noise on this one.