more docs
Some checks are pending
CI / test (push) Waiting to run

This commit is contained in:
Miguel Jacq 2026-06-21 12:45:20 +10:00
parent 1d1316d89f
commit b48666dc43
Signed by: mig5
GPG key ID: 03906B4110AAD3B8

View file

@ -158,7 +158,7 @@ description: "How Enroll works: harvest, manifest, modes, and configuration."
<div class="alert alert-secondary mt-3 mb-0">
<div class="fw-semibold">Does Enroll use community roles/modules?</div>
<div class="small mb-0">No, Enroll does not pull in Ansible Galaxy roles, Puppet Forge modules, or Salt formulas. It generates its own output from the harvest state. If you want to adopt community content later, Enroll can still help you discover and bootstrap the host-specific state you need to port.</div>
<div class="small mb-0">When using Ansible and any Docker/Podman images, Flatpak or Snaps are 'harvested' by the system, the manifested ansible playbooks will expect to use some of those community collections, but otherwise, everything is 'core' Ansible. Enroll generates a <code>requirements.yml</code> you can use with <code>ansible-galaxy</code> to install it, if needed, but many community collections may already be on your system, depending on your installation. For Puppet and Salt, no third-party extensions or modules are used.</div>
</div>
</section>