docs: fix slide 30 Ansible core license Apache 2.0 -> GPLv3

Same correction as slide 23 — ansible-core is GPLv3, not Apache 2.0
(slide line + speaker note)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Arnaud Prémel-Cabic
2026-06-08 11:36:50 +02:00
parent f8db0fda48
commit 4d22fc0f2a

View File

@@ -1168,12 +1168,12 @@ $ ansible-galaxy install &lt;namespace&gt;.&lt;role&gt;
<li><strong>Ansible Automation Platform</strong> (Red Hat) — enterprise AWX with support</li>
<li><strong>Semaphore</strong> — lightweight open-source alternative</li>
</ul>
<p><em>Core engine remains Apache 2.0 — truly open-source.</em></p>
<p><em>Core engine remains GPLv3 — truly open-source.</em></p>
<aside class="notes">
<ul>
<li>At scale you want a UI/scheduler/RBAC layer on top of the CLI.</li>
<li>AWX (free) → Ansible Automation Platform (Red Hat, supported) is the main path; Semaphore is a lighter option.</li>
<li>Reassure: the core stays Apache 2.0 — no license rug-pull like Terraform.</li>
<li>Reassure: the core stays GPLv3 — no license rug-pull like Terraform.</li>
</ul>
</aside>
</section>