From aaef821f60753303bf10330c2bd016343e614f7c Mon Sep 17 00:00:00 2001 From: Vladimir Botka Date: Fri, 6 Mar 2026 06:40:32 +0100 Subject: [PATCH] =?UTF-8?q?Update=20links=20to=20iocage.=20Current=20iocag?= =?UTF-8?q?e=20documentation=20is=20at=20freebsd.gi=E2=80=A6=20(#11552)?= 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.github.io/iocage/ --- 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,