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,