mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-03 15:04:02 -07:00
Some checks are pending
EOL CI / EOL Sanity (Ⓐ2.16) (push) Waiting to run
EOL CI / EOL Units (Ⓐ2.16+py2.7) (push) Waiting to run
EOL CI / EOL Units (Ⓐ2.16+py3.11) (push) Waiting to run
EOL CI / EOL Units (Ⓐ2.16+py3.6) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.16+alpine3+py:azp/posix/1/) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.16+alpine3+py:azp/posix/2/) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.16+alpine3+py:azp/posix/3/) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.16+fedora38+py:azp/posix/1/) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.16+fedora38+py:azp/posix/2/) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.16+fedora38+py:azp/posix/3/) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.16+opensuse15+py:azp/posix/1/) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.16+opensuse15+py:azp/posix/2/) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.16+opensuse15+py:azp/posix/3/) (push) Waiting to run
nox / Run extra sanity tests (push) Waiting to run
iocage inventory guide: adjust filenames, fix typo (#10396)
* Rename iocage inventory guide files.
* Fix typo.
(cherry picked from commit 3787808e72
)
Co-authored-by: Felix Fontein <felix@fontein.de>
31 lines
1.1 KiB
ReStructuredText
31 lines
1.1 KiB
ReStructuredText
..
|
|
Copyright (c) Ansible Project
|
|
GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
|
|
SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
.. _ansible_collections.community.general.docsite.guide_iocage.guide_iocage_inventory:
|
|
|
|
community.general.iocage inventory plugin
|
|
=========================================
|
|
|
|
The inventory plugin :ansplugin:`community.general.iocage#inventory` gets the inventory hosts from the iocage jail manager.
|
|
|
|
See:
|
|
|
|
* `iocage - A FreeBSD Jail Manager <https://iocage.readthedocs.io/en/latest>`_
|
|
* `man iocage <https://man.freebsd.org/cgi/man.cgi?query=iocage>`_
|
|
* `Jails and Containers <https://docs.freebsd.org/en/books/handbook/jails>`_
|
|
|
|
.. note::
|
|
The output of the examples is YAML formatted. See the option :ansopt:`ansible.builtin.default#callback:result_format`.
|
|
|
|
.. toctree::
|
|
:caption: Table of Contents
|
|
:maxdepth: 1
|
|
|
|
guide_iocage_inventory_basics
|
|
guide_iocage_inventory_dhcp
|
|
guide_iocage_inventory_hooks
|
|
guide_iocage_inventory_properties
|
|
guide_iocage_inventory_tags
|
|
guide_iocage_inventory_aliases
|