From fc7bcccc9dbd146f761d45eae00e825e63294da4 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 05:53:33 +0000 Subject: [PATCH] =?UTF-8?q?[PR=20#11552/aaef821f=20backport][stable-12]=20?= =?UTF-8?q?Update=20links=20to=20iocage.=20Current=20iocage=20documentatio?= =?UTF-8?q?n=20is=20at=20freebsd.gi=E2=80=A6=20(#11554)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update links to iocage. Current iocage documentation is at freebsd.gi… (#11552) Update links to iocage. Current iocage documentation is at freebsd.github.io/iocage/ (cherry picked from commit aaef821f60753303bf10330c2bd016343e614f7c) Co-authored-by: Vladimir Botka --- docs/docsite/rst/guide_iocage_inventory.rst | 2 +- docs/docsite/rst/guide_iocage_inventory_basics.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docsite/rst/guide_iocage_inventory.rst b/docs/docsite/rst/guide_iocage_inventory.rst index 4a410c35db..0c2042b54c 100644 --- a/docs/docsite/rst/guide_iocage_inventory.rst +++ b/docs/docsite/rst/guide_iocage_inventory.rst @@ -12,7 +12,7 @@ The inventory plugin :ansplugin:`community.general.iocage#inventory` gets the in See: -* `iocage - A FreeBSD Jail Manager `_ +* `iocage - A FreeBSD Jail Manager `_ * `man iocage `_ * `Jails and Containers `_ diff --git a/docs/docsite/rst/guide_iocage_inventory_basics.rst b/docs/docsite/rst/guide_iocage_inventory_basics.rst index f198edc4f4..c17a18f024 100644 --- a/docs/docsite/rst/guide_iocage_inventory_basics.rst +++ b/docs/docsite/rst/guide_iocage_inventory_basics.rst @@ -20,7 +20,7 @@ As root at the iocage host, create three VNET jails with a DHCP interface from t shell> iocage create --template ansible_client --name srv_3 bpf=1 dhcp=1 vnet=1 srv_3 successfully created! -See: `Configuring a VNET Jail `_. +See: `Configuring VNET `_. As admin at the controller, list the jails: @@ -115,7 +115,7 @@ Optionally, create shared IP jails: | None | srv_3 | off | down | jail | 14.2-RELEASE-p3 | em0|10.1.0.103/24 | - | ansible_client | no | +------+-------+------+-------+------+-----------------+-------------------+-----+----------------+----------+ -See: `Configuring a Shared IP Jail `_ +See: `Configuring a Shared IP Jail `_ If iocage needs environment variable(s), use the option :ansopt:`community.general.iocage#inventory:env`. For example,