mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-25 22:30:22 -07:00
Add inventory plugin iocage (#9262)
* Add inventory plugin iocage #9261 * inventory/iocage.py BOTMETA entry added. * Remove missing methods from the test. * Avoid shell mode. * Parameter host is optional default=localhost * Fix AnsibleError calls. * Update plugins/inventory/iocage.py Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/inventory/iocage.py Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/inventory/iocage.py Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/inventory/iocage.py Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/inventory/iocage.py Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/inventory/iocage.py Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/inventory/iocage.py Co-authored-by: Felix Fontein <felix@fontein.de> * iocage_data removed. Not necessarily defined at this point. * Description mentions that remote hosts are contacted via SSH. * test inventory iocage * Create get_jails and get_properties in iocage plugin to simplify testing. * Update test_iocage.py * Add fixtures iocage_* * Update documentation. * Update documentation. * Update documentation. * Fix localhost environment. * Update plugins/inventory/iocage.py Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/inventory/iocage.py Co-authored-by: Felix Fontein <felix@fontein.de> --------- Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
9751461295
commit
23d97fa4b0
19 changed files with 1791 additions and 0 deletions
460
tests/unit/plugins/inventory/fixtures/iocage_inventory.yml
Normal file
460
tests/unit/plugins/inventory/fixtures/iocage_inventory.yml
Normal file
|
@ -0,0 +1,460 @@
|
|||
all:
|
||||
children:
|
||||
test:
|
||||
hosts:
|
||||
test_101:
|
||||
iocage_basejail: 'yes'
|
||||
iocage_boot: 'off'
|
||||
iocage_ip4: 10.1.0.101
|
||||
iocage_ip6: '-'
|
||||
iocage_jid: '-'
|
||||
iocage_properties:
|
||||
CONFIG_VERSION: '28'
|
||||
allow_chflags: '0'
|
||||
allow_mlock: '0'
|
||||
allow_mount: '0'
|
||||
allow_mount_devfs: '0'
|
||||
allow_mount_fusefs: '0'
|
||||
allow_mount_nullfs: '0'
|
||||
allow_mount_procfs: '0'
|
||||
allow_mount_tmpfs: '0'
|
||||
allow_mount_zfs: '0'
|
||||
allow_quotas: '0'
|
||||
allow_raw_sockets: '0'
|
||||
allow_set_hostname: '1'
|
||||
allow_socket_af: '0'
|
||||
allow_sysvipc: '0'
|
||||
allow_tun: '0'
|
||||
allow_vmm: '0'
|
||||
assign_localhost: '0'
|
||||
available: readonly
|
||||
basejail: '1'
|
||||
boot: '0'
|
||||
bpf: '0'
|
||||
children_max: '0'
|
||||
comment: none
|
||||
compression: lz4
|
||||
compressratio: readonly
|
||||
coredumpsize: 'off'
|
||||
count: '1'
|
||||
cpuset: 'off'
|
||||
cputime: 'off'
|
||||
datasize: 'off'
|
||||
dedup: 'off'
|
||||
defaultrouter: 10.1.0.10
|
||||
defaultrouter6: auto
|
||||
depends: none
|
||||
devfs_ruleset: '4'
|
||||
dhcp: '0'
|
||||
enforce_statfs: '2'
|
||||
exec_clean: '1'
|
||||
exec_created: /usr/bin/true
|
||||
exec_fib: '0'
|
||||
exec_jail_user: root
|
||||
exec_poststart: /usr/bin/true
|
||||
exec_poststop: /usr/bin/true
|
||||
exec_prestart: /usr/bin/true
|
||||
exec_prestop: /usr/bin/true
|
||||
exec_start: /bin/sh /etc/rc
|
||||
exec_stop: /bin/sh /etc/rc.shutdown
|
||||
exec_system_jail_user: '0'
|
||||
exec_system_user: root
|
||||
exec_timeout: '60'
|
||||
host_domainname: none
|
||||
host_hostname: ansible-client
|
||||
host_hostuuid: test_101
|
||||
host_time: '1'
|
||||
hostid: 34333834-3734-5a43-3331-313342464631
|
||||
hostid_strict_check: '0'
|
||||
interfaces: vnet0:bridge0
|
||||
ip4: new
|
||||
ip4_addr: vnet0|10.1.0.101/24
|
||||
ip4_saddrsel: '1'
|
||||
ip6: new
|
||||
ip6_addr: none
|
||||
ip6_saddrsel: '1'
|
||||
ip_hostname: '0'
|
||||
jail_zfs: '0'
|
||||
jail_zfs_dataset: iocage/jails/test_101/data
|
||||
jail_zfs_mountpoint: none
|
||||
last_started: none
|
||||
localhost_ip: none
|
||||
login_flags: -f root
|
||||
mac_prefix: 3e4a92
|
||||
maxproc: 'off'
|
||||
memorylocked: 'off'
|
||||
memoryuse: 'off'
|
||||
min_dyn_devfs_ruleset: '1000'
|
||||
mount_devfs: '1'
|
||||
mount_fdescfs: '1'
|
||||
mount_linprocfs: '0'
|
||||
mount_procfs: '0'
|
||||
mountpoint: readonly
|
||||
msgqqueued: 'off'
|
||||
msgqsize: 'off'
|
||||
nat: '0'
|
||||
nat_backend: ipfw
|
||||
nat_forwards: none
|
||||
nat_interface: none
|
||||
nat_prefix: '172.16'
|
||||
nmsgq: 'off'
|
||||
notes: vmm=iocage_01
|
||||
nsem: 'off'
|
||||
nsemop: 'off'
|
||||
nshm: 'off'
|
||||
nthr: 'off'
|
||||
openfiles: 'off'
|
||||
origin: readonly
|
||||
owner: root
|
||||
pcpu: 'off'
|
||||
plugin_name: none
|
||||
plugin_repository: none
|
||||
priority: '99'
|
||||
pseudoterminals: 'off'
|
||||
quota: none
|
||||
readbps: 'off'
|
||||
readiops: 'off'
|
||||
release: 13.4-RELEASE-p2
|
||||
reservation: none
|
||||
resolver: /etc/resolv.conf
|
||||
rlimits: 'off'
|
||||
rtsold: '0'
|
||||
securelevel: '2'
|
||||
shmsize: 'off'
|
||||
stacksize: 'off'
|
||||
state: down
|
||||
stop_timeout: '30'
|
||||
swapuse: 'off'
|
||||
sync_state: none
|
||||
sync_target: none
|
||||
sync_tgt_zpool: none
|
||||
sysvmsg: new
|
||||
sysvsem: new
|
||||
sysvshm: new
|
||||
template: '0'
|
||||
type: jail
|
||||
used: readonly
|
||||
vmemoryuse: 'off'
|
||||
vnet: '1'
|
||||
vnet0_mac: none
|
||||
vnet0_mtu: auto
|
||||
vnet1_mac: none
|
||||
vnet1_mtu: auto
|
||||
vnet2_mac: none
|
||||
vnet2_mtu: auto
|
||||
vnet3_mac: none
|
||||
vnet3_mtu: auto
|
||||
vnet_default_interface: auto
|
||||
vnet_default_mtu: '1500'
|
||||
vnet_interfaces: none
|
||||
wallclock: 'off'
|
||||
writebps: 'off'
|
||||
writeiops: 'off'
|
||||
iocage_release: 13.4-RELEASE-p2
|
||||
iocage_state: down
|
||||
iocage_template: ansible_client
|
||||
iocage_type: jail
|
||||
test_102:
|
||||
iocage_basejail: 'yes'
|
||||
iocage_boot: 'off'
|
||||
iocage_ip4: 10.1.0.102
|
||||
iocage_ip6: '-'
|
||||
iocage_jid: '-'
|
||||
iocage_properties:
|
||||
CONFIG_VERSION: '28'
|
||||
allow_chflags: '0'
|
||||
allow_mlock: '0'
|
||||
allow_mount: '0'
|
||||
allow_mount_devfs: '0'
|
||||
allow_mount_fusefs: '0'
|
||||
allow_mount_nullfs: '0'
|
||||
allow_mount_procfs: '0'
|
||||
allow_mount_tmpfs: '0'
|
||||
allow_mount_zfs: '0'
|
||||
allow_quotas: '0'
|
||||
allow_raw_sockets: '0'
|
||||
allow_set_hostname: '1'
|
||||
allow_socket_af: '0'
|
||||
allow_sysvipc: '0'
|
||||
allow_tun: '0'
|
||||
allow_vmm: '0'
|
||||
assign_localhost: '0'
|
||||
available: readonly
|
||||
basejail: '1'
|
||||
boot: '0'
|
||||
bpf: '0'
|
||||
children_max: '0'
|
||||
comment: none
|
||||
compression: lz4
|
||||
compressratio: readonly
|
||||
coredumpsize: 'off'
|
||||
count: '1'
|
||||
cpuset: 'off'
|
||||
cputime: 'off'
|
||||
datasize: 'off'
|
||||
dedup: 'off'
|
||||
defaultrouter: 10.1.0.10
|
||||
defaultrouter6: auto
|
||||
depends: none
|
||||
devfs_ruleset: '4'
|
||||
dhcp: '0'
|
||||
enforce_statfs: '2'
|
||||
exec_clean: '1'
|
||||
exec_created: /usr/bin/true
|
||||
exec_fib: '0'
|
||||
exec_jail_user: root
|
||||
exec_poststart: /usr/bin/true
|
||||
exec_poststop: /usr/bin/true
|
||||
exec_prestart: /usr/bin/true
|
||||
exec_prestop: /usr/bin/true
|
||||
exec_start: /bin/sh /etc/rc
|
||||
exec_stop: /bin/sh /etc/rc.shutdown
|
||||
exec_system_jail_user: '0'
|
||||
exec_system_user: root
|
||||
exec_timeout: '60'
|
||||
host_domainname: none
|
||||
host_hostname: ansible-client
|
||||
host_hostuuid: test_102
|
||||
host_time: '1'
|
||||
hostid: 34333834-3734-5a43-3331-313342464631
|
||||
hostid_strict_check: '0'
|
||||
interfaces: vnet0:bridge0
|
||||
ip4: new
|
||||
ip4_addr: vnet0|10.1.0.102/24
|
||||
ip4_saddrsel: '1'
|
||||
ip6: new
|
||||
ip6_addr: none
|
||||
ip6_saddrsel: '1'
|
||||
ip_hostname: '0'
|
||||
jail_zfs: '0'
|
||||
jail_zfs_dataset: iocage/jails/test_102/data
|
||||
jail_zfs_mountpoint: none
|
||||
last_started: none
|
||||
localhost_ip: none
|
||||
login_flags: -f root
|
||||
mac_prefix: 3e4a92
|
||||
maxproc: 'off'
|
||||
memorylocked: 'off'
|
||||
memoryuse: 'off'
|
||||
min_dyn_devfs_ruleset: '1000'
|
||||
mount_devfs: '1'
|
||||
mount_fdescfs: '1'
|
||||
mount_linprocfs: '0'
|
||||
mount_procfs: '0'
|
||||
mountpoint: readonly
|
||||
msgqqueued: 'off'
|
||||
msgqsize: 'off'
|
||||
nat: '0'
|
||||
nat_backend: ipfw
|
||||
nat_forwards: none
|
||||
nat_interface: none
|
||||
nat_prefix: '172.16'
|
||||
nmsgq: 'off'
|
||||
notes: vmm=iocage_01
|
||||
nsem: 'off'
|
||||
nsemop: 'off'
|
||||
nshm: 'off'
|
||||
nthr: 'off'
|
||||
openfiles: 'off'
|
||||
origin: readonly
|
||||
owner: root
|
||||
pcpu: 'off'
|
||||
plugin_name: none
|
||||
plugin_repository: none
|
||||
priority: '99'
|
||||
pseudoterminals: 'off'
|
||||
quota: none
|
||||
readbps: 'off'
|
||||
readiops: 'off'
|
||||
release: 13.4-RELEASE-p2
|
||||
reservation: none
|
||||
resolver: /etc/resolv.conf
|
||||
rlimits: 'off'
|
||||
rtsold: '0'
|
||||
securelevel: '2'
|
||||
shmsize: 'off'
|
||||
stacksize: 'off'
|
||||
state: down
|
||||
stop_timeout: '30'
|
||||
swapuse: 'off'
|
||||
sync_state: none
|
||||
sync_target: none
|
||||
sync_tgt_zpool: none
|
||||
sysvmsg: new
|
||||
sysvsem: new
|
||||
sysvshm: new
|
||||
template: '0'
|
||||
type: jail
|
||||
used: readonly
|
||||
vmemoryuse: 'off'
|
||||
vnet: '1'
|
||||
vnet0_mac: none
|
||||
vnet0_mtu: auto
|
||||
vnet1_mac: none
|
||||
vnet1_mtu: auto
|
||||
vnet2_mac: none
|
||||
vnet2_mtu: auto
|
||||
vnet3_mac: none
|
||||
vnet3_mtu: auto
|
||||
vnet_default_interface: auto
|
||||
vnet_default_mtu: '1500'
|
||||
vnet_interfaces: none
|
||||
wallclock: 'off'
|
||||
writebps: 'off'
|
||||
writeiops: 'off'
|
||||
iocage_release: 13.4-RELEASE-p2
|
||||
iocage_state: down
|
||||
iocage_template: ansible_client
|
||||
iocage_type: jail
|
||||
test_103:
|
||||
iocage_basejail: 'yes'
|
||||
iocage_boot: 'off'
|
||||
iocage_ip4: 10.1.0.103
|
||||
iocage_ip6: '-'
|
||||
iocage_jid: '-'
|
||||
iocage_properties:
|
||||
CONFIG_VERSION: '28'
|
||||
allow_chflags: '0'
|
||||
allow_mlock: '0'
|
||||
allow_mount: '0'
|
||||
allow_mount_devfs: '0'
|
||||
allow_mount_fusefs: '0'
|
||||
allow_mount_nullfs: '0'
|
||||
allow_mount_procfs: '0'
|
||||
allow_mount_tmpfs: '0'
|
||||
allow_mount_zfs: '0'
|
||||
allow_quotas: '0'
|
||||
allow_raw_sockets: '0'
|
||||
allow_set_hostname: '1'
|
||||
allow_socket_af: '0'
|
||||
allow_sysvipc: '0'
|
||||
allow_tun: '0'
|
||||
allow_vmm: '0'
|
||||
assign_localhost: '0'
|
||||
available: readonly
|
||||
basejail: '1'
|
||||
boot: '0'
|
||||
bpf: '0'
|
||||
children_max: '0'
|
||||
comment: none
|
||||
compression: lz4
|
||||
compressratio: readonly
|
||||
coredumpsize: 'off'
|
||||
count: '1'
|
||||
cpuset: 'off'
|
||||
cputime: 'off'
|
||||
datasize: 'off'
|
||||
dedup: 'off'
|
||||
defaultrouter: 10.1.0.10
|
||||
defaultrouter6: auto
|
||||
depends: none
|
||||
devfs_ruleset: '4'
|
||||
dhcp: '0'
|
||||
enforce_statfs: '2'
|
||||
exec_clean: '1'
|
||||
exec_created: /usr/bin/true
|
||||
exec_fib: '0'
|
||||
exec_jail_user: root
|
||||
exec_poststart: /usr/bin/true
|
||||
exec_poststop: /usr/bin/true
|
||||
exec_prestart: /usr/bin/true
|
||||
exec_prestop: /usr/bin/true
|
||||
exec_start: /bin/sh /etc/rc
|
||||
exec_stop: /bin/sh /etc/rc.shutdown
|
||||
exec_system_jail_user: '0'
|
||||
exec_system_user: root
|
||||
exec_timeout: '60'
|
||||
host_domainname: none
|
||||
host_hostname: ansible-client
|
||||
host_hostuuid: test_103
|
||||
host_time: '1'
|
||||
hostid: 34333834-3734-5a43-3331-313342464631
|
||||
hostid_strict_check: '0'
|
||||
interfaces: vnet0:bridge0
|
||||
ip4: new
|
||||
ip4_addr: vnet0|10.1.0.103/24
|
||||
ip4_saddrsel: '1'
|
||||
ip6: new
|
||||
ip6_addr: none
|
||||
ip6_saddrsel: '1'
|
||||
ip_hostname: '0'
|
||||
jail_zfs: '0'
|
||||
jail_zfs_dataset: iocage/jails/test_103/data
|
||||
jail_zfs_mountpoint: none
|
||||
last_started: none
|
||||
localhost_ip: none
|
||||
login_flags: -f root
|
||||
mac_prefix: 3e4a92
|
||||
maxproc: 'off'
|
||||
memorylocked: 'off'
|
||||
memoryuse: 'off'
|
||||
min_dyn_devfs_ruleset: '1000'
|
||||
mount_devfs: '1'
|
||||
mount_fdescfs: '1'
|
||||
mount_linprocfs: '0'
|
||||
mount_procfs: '0'
|
||||
mountpoint: readonly
|
||||
msgqqueued: 'off'
|
||||
msgqsize: 'off'
|
||||
nat: '0'
|
||||
nat_backend: ipfw
|
||||
nat_forwards: none
|
||||
nat_interface: none
|
||||
nat_prefix: '172.16'
|
||||
nmsgq: 'off'
|
||||
notes: vmm=iocage_01
|
||||
nsem: 'off'
|
||||
nsemop: 'off'
|
||||
nshm: 'off'
|
||||
nthr: 'off'
|
||||
openfiles: 'off'
|
||||
origin: readonly
|
||||
owner: root
|
||||
pcpu: 'off'
|
||||
plugin_name: none
|
||||
plugin_repository: none
|
||||
priority: '99'
|
||||
pseudoterminals: 'off'
|
||||
quota: none
|
||||
readbps: 'off'
|
||||
readiops: 'off'
|
||||
release: 13.4-RELEASE-p2
|
||||
reservation: none
|
||||
resolver: /etc/resolv.conf
|
||||
rlimits: 'off'
|
||||
rtsold: '0'
|
||||
securelevel: '2'
|
||||
shmsize: 'off'
|
||||
stacksize: 'off'
|
||||
state: down
|
||||
stop_timeout: '30'
|
||||
swapuse: 'off'
|
||||
sync_state: none
|
||||
sync_target: none
|
||||
sync_tgt_zpool: none
|
||||
sysvmsg: new
|
||||
sysvsem: new
|
||||
sysvshm: new
|
||||
template: '0'
|
||||
type: jail
|
||||
used: readonly
|
||||
vmemoryuse: 'off'
|
||||
vnet: '1'
|
||||
vnet0_mac: none
|
||||
vnet0_mtu: auto
|
||||
vnet1_mac: none
|
||||
vnet1_mtu: auto
|
||||
vnet2_mac: none
|
||||
vnet2_mtu: auto
|
||||
vnet3_mac: none
|
||||
vnet3_mtu: auto
|
||||
vnet_default_interface: auto
|
||||
vnet_default_mtu: '1500'
|
||||
vnet_interfaces: none
|
||||
wallclock: 'off'
|
||||
writebps: 'off'
|
||||
writeiops: 'off'
|
||||
iocage_release: 13.4-RELEASE-p2
|
||||
iocage_state: down
|
||||
iocage_template: ansible_client
|
||||
iocage_type: jail
|
|
@ -0,0 +1,3 @@
|
|||
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
|
||||
SPDX-FileCopyrightText: Ansible Project
|
3
tests/unit/plugins/inventory/fixtures/iocage_jails.txt
Normal file
3
tests/unit/plugins/inventory/fixtures/iocage_jails.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
- test_101 off down jail 13.4-RELEASE-p2 vnet0|10.1.0.101/24 - ansible_client yes
|
||||
- test_102 off down jail 13.4-RELEASE-p2 vnet0|10.1.0.102/24 - ansible_client yes
|
||||
- test_103 off down jail 13.4-RELEASE-p2 vnet0|10.1.0.103/24 - ansible_client yes
|
|
@ -0,0 +1,3 @@
|
|||
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
|
||||
SPDX-FileCopyrightText: Ansible Project
|
32
tests/unit/plugins/inventory/fixtures/iocage_jails.yml
Normal file
32
tests/unit/plugins/inventory/fixtures/iocage_jails.yml
Normal file
|
@ -0,0 +1,32 @@
|
|||
_meta:
|
||||
hostvars:
|
||||
test_101:
|
||||
iocage_basejail: 'yes'
|
||||
iocage_boot: 'off'
|
||||
iocage_ip4: 10.1.0.101
|
||||
iocage_ip6: '-'
|
||||
iocage_jid: '-'
|
||||
iocage_release: 13.4-RELEASE-p2
|
||||
iocage_state: down
|
||||
iocage_template: ansible_client
|
||||
iocage_type: jail
|
||||
test_102:
|
||||
iocage_basejail: 'yes'
|
||||
iocage_boot: 'off'
|
||||
iocage_ip4: 10.1.0.102
|
||||
iocage_ip6: '-'
|
||||
iocage_jid: '-'
|
||||
iocage_release: 13.4-RELEASE-p2
|
||||
iocage_state: down
|
||||
iocage_template: ansible_client
|
||||
iocage_type: jail
|
||||
test_103:
|
||||
iocage_basejail: 'yes'
|
||||
iocage_boot: 'off'
|
||||
iocage_ip4: 10.1.0.103
|
||||
iocage_ip6: '-'
|
||||
iocage_jid: '-'
|
||||
iocage_release: 13.4-RELEASE-p2
|
||||
iocage_state: down
|
||||
iocage_template: ansible_client
|
||||
iocage_type: jail
|
|
@ -0,0 +1,3 @@
|
|||
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
|
||||
SPDX-FileCopyrightText: Ansible Project
|
11
tests/unit/plugins/inventory/fixtures/iocage_properties.txt
Normal file
11
tests/unit/plugins/inventory/fixtures/iocage_properties.txt
Normal file
|
@ -0,0 +1,11 @@
|
|||
CONFIG_VERSION:28
|
||||
notes:abbridged_properties
|
||||
allow_chflags:0
|
||||
allow_mlock:0
|
||||
allow_mount:0
|
||||
allow_mount_devfs:0
|
||||
allow_mount_fusefs:0
|
||||
allow_mount_nullfs:0
|
||||
allow_mount_procfs:0
|
||||
allow_mount_tmpfs:0
|
||||
allow_mount_zfs:0
|
|
@ -0,0 +1,3 @@
|
|||
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
|
||||
SPDX-FileCopyrightText: Ansible Project
|
458
tests/unit/plugins/inventory/fixtures/iocage_properties.yml
Normal file
458
tests/unit/plugins/inventory/fixtures/iocage_properties.yml
Normal file
|
@ -0,0 +1,458 @@
|
|||
_meta:
|
||||
hostvars:
|
||||
test_101:
|
||||
iocage_basejail: 'yes'
|
||||
iocage_boot: 'off'
|
||||
iocage_ip4: 10.1.0.101
|
||||
iocage_ip6: '-'
|
||||
iocage_jid: '-'
|
||||
iocage_properties:
|
||||
CONFIG_VERSION: '28'
|
||||
allow_chflags: '0'
|
||||
allow_mlock: '0'
|
||||
allow_mount: '0'
|
||||
allow_mount_devfs: '0'
|
||||
allow_mount_fusefs: '0'
|
||||
allow_mount_nullfs: '0'
|
||||
allow_mount_procfs: '0'
|
||||
allow_mount_tmpfs: '0'
|
||||
allow_mount_zfs: '0'
|
||||
allow_quotas: '0'
|
||||
allow_raw_sockets: '0'
|
||||
allow_set_hostname: '1'
|
||||
allow_socket_af: '0'
|
||||
allow_sysvipc: '0'
|
||||
allow_tun: '0'
|
||||
allow_vmm: '0'
|
||||
assign_localhost: '0'
|
||||
available: readonly
|
||||
basejail: '1'
|
||||
boot: '0'
|
||||
bpf: '0'
|
||||
children_max: '0'
|
||||
comment: none
|
||||
compression: lz4
|
||||
compressratio: readonly
|
||||
coredumpsize: 'off'
|
||||
count: '1'
|
||||
cpuset: 'off'
|
||||
cputime: 'off'
|
||||
datasize: 'off'
|
||||
dedup: 'off'
|
||||
defaultrouter: 10.1.0.10
|
||||
defaultrouter6: auto
|
||||
depends: none
|
||||
devfs_ruleset: '4'
|
||||
dhcp: '0'
|
||||
enforce_statfs: '2'
|
||||
exec_clean: '1'
|
||||
exec_created: /usr/bin/true
|
||||
exec_fib: '0'
|
||||
exec_jail_user: root
|
||||
exec_poststart: /usr/bin/true
|
||||
exec_poststop: /usr/bin/true
|
||||
exec_prestart: /usr/bin/true
|
||||
exec_prestop: /usr/bin/true
|
||||
exec_start: /bin/sh /etc/rc
|
||||
exec_stop: /bin/sh /etc/rc.shutdown
|
||||
exec_system_jail_user: '0'
|
||||
exec_system_user: root
|
||||
exec_timeout: '60'
|
||||
host_domainname: none
|
||||
host_hostname: ansible-client
|
||||
host_hostuuid: test_101
|
||||
host_time: '1'
|
||||
hostid: 34333834-3734-5a43-3331-313342464631
|
||||
hostid_strict_check: '0'
|
||||
interfaces: vnet0:bridge0
|
||||
ip4: new
|
||||
ip4_addr: vnet0|10.1.0.101/24
|
||||
ip4_saddrsel: '1'
|
||||
ip6: new
|
||||
ip6_addr: none
|
||||
ip6_saddrsel: '1'
|
||||
ip_hostname: '0'
|
||||
jail_zfs: '0'
|
||||
jail_zfs_dataset: iocage/jails/test_101/data
|
||||
jail_zfs_mountpoint: none
|
||||
last_started: none
|
||||
localhost_ip: none
|
||||
login_flags: -f root
|
||||
mac_prefix: 3e4a92
|
||||
maxproc: 'off'
|
||||
memorylocked: 'off'
|
||||
memoryuse: 'off'
|
||||
min_dyn_devfs_ruleset: '1000'
|
||||
mount_devfs: '1'
|
||||
mount_fdescfs: '1'
|
||||
mount_linprocfs: '0'
|
||||
mount_procfs: '0'
|
||||
mountpoint: readonly
|
||||
msgqqueued: 'off'
|
||||
msgqsize: 'off'
|
||||
nat: '0'
|
||||
nat_backend: ipfw
|
||||
nat_forwards: none
|
||||
nat_interface: none
|
||||
nat_prefix: '172.16'
|
||||
nmsgq: 'off'
|
||||
notes: vmm=iocage_01
|
||||
nsem: 'off'
|
||||
nsemop: 'off'
|
||||
nshm: 'off'
|
||||
nthr: 'off'
|
||||
openfiles: 'off'
|
||||
origin: readonly
|
||||
owner: root
|
||||
pcpu: 'off'
|
||||
plugin_name: none
|
||||
plugin_repository: none
|
||||
priority: '99'
|
||||
pseudoterminals: 'off'
|
||||
quota: none
|
||||
readbps: 'off'
|
||||
readiops: 'off'
|
||||
release: 13.4-RELEASE-p2
|
||||
reservation: none
|
||||
resolver: /etc/resolv.conf
|
||||
rlimits: 'off'
|
||||
rtsold: '0'
|
||||
securelevel: '2'
|
||||
shmsize: 'off'
|
||||
stacksize: 'off'
|
||||
state: down
|
||||
stop_timeout: '30'
|
||||
swapuse: 'off'
|
||||
sync_state: none
|
||||
sync_target: none
|
||||
sync_tgt_zpool: none
|
||||
sysvmsg: new
|
||||
sysvsem: new
|
||||
sysvshm: new
|
||||
template: '0'
|
||||
type: jail
|
||||
used: readonly
|
||||
vmemoryuse: 'off'
|
||||
vnet: '1'
|
||||
vnet0_mac: none
|
||||
vnet0_mtu: auto
|
||||
vnet1_mac: none
|
||||
vnet1_mtu: auto
|
||||
vnet2_mac: none
|
||||
vnet2_mtu: auto
|
||||
vnet3_mac: none
|
||||
vnet3_mtu: auto
|
||||
vnet_default_interface: auto
|
||||
vnet_default_mtu: '1500'
|
||||
vnet_interfaces: none
|
||||
wallclock: 'off'
|
||||
writebps: 'off'
|
||||
writeiops: 'off'
|
||||
iocage_release: 13.4-RELEASE-p2
|
||||
iocage_state: down
|
||||
iocage_template: ansible_client
|
||||
iocage_type: jail
|
||||
test_102:
|
||||
iocage_basejail: 'yes'
|
||||
iocage_boot: 'off'
|
||||
iocage_ip4: 10.1.0.102
|
||||
iocage_ip6: '-'
|
||||
iocage_jid: '-'
|
||||
iocage_properties:
|
||||
CONFIG_VERSION: '28'
|
||||
allow_chflags: '0'
|
||||
allow_mlock: '0'
|
||||
allow_mount: '0'
|
||||
allow_mount_devfs: '0'
|
||||
allow_mount_fusefs: '0'
|
||||
allow_mount_nullfs: '0'
|
||||
allow_mount_procfs: '0'
|
||||
allow_mount_tmpfs: '0'
|
||||
allow_mount_zfs: '0'
|
||||
allow_quotas: '0'
|
||||
allow_raw_sockets: '0'
|
||||
allow_set_hostname: '1'
|
||||
allow_socket_af: '0'
|
||||
allow_sysvipc: '0'
|
||||
allow_tun: '0'
|
||||
allow_vmm: '0'
|
||||
assign_localhost: '0'
|
||||
available: readonly
|
||||
basejail: '1'
|
||||
boot: '0'
|
||||
bpf: '0'
|
||||
children_max: '0'
|
||||
comment: none
|
||||
compression: lz4
|
||||
compressratio: readonly
|
||||
coredumpsize: 'off'
|
||||
count: '1'
|
||||
cpuset: 'off'
|
||||
cputime: 'off'
|
||||
datasize: 'off'
|
||||
dedup: 'off'
|
||||
defaultrouter: 10.1.0.10
|
||||
defaultrouter6: auto
|
||||
depends: none
|
||||
devfs_ruleset: '4'
|
||||
dhcp: '0'
|
||||
enforce_statfs: '2'
|
||||
exec_clean: '1'
|
||||
exec_created: /usr/bin/true
|
||||
exec_fib: '0'
|
||||
exec_jail_user: root
|
||||
exec_poststart: /usr/bin/true
|
||||
exec_poststop: /usr/bin/true
|
||||
exec_prestart: /usr/bin/true
|
||||
exec_prestop: /usr/bin/true
|
||||
exec_start: /bin/sh /etc/rc
|
||||
exec_stop: /bin/sh /etc/rc.shutdown
|
||||
exec_system_jail_user: '0'
|
||||
exec_system_user: root
|
||||
exec_timeout: '60'
|
||||
host_domainname: none
|
||||
host_hostname: ansible-client
|
||||
host_hostuuid: test_102
|
||||
host_time: '1'
|
||||
hostid: 34333834-3734-5a43-3331-313342464631
|
||||
hostid_strict_check: '0'
|
||||
interfaces: vnet0:bridge0
|
||||
ip4: new
|
||||
ip4_addr: vnet0|10.1.0.102/24
|
||||
ip4_saddrsel: '1'
|
||||
ip6: new
|
||||
ip6_addr: none
|
||||
ip6_saddrsel: '1'
|
||||
ip_hostname: '0'
|
||||
jail_zfs: '0'
|
||||
jail_zfs_dataset: iocage/jails/test_102/data
|
||||
jail_zfs_mountpoint: none
|
||||
last_started: none
|
||||
localhost_ip: none
|
||||
login_flags: -f root
|
||||
mac_prefix: 3e4a92
|
||||
maxproc: 'off'
|
||||
memorylocked: 'off'
|
||||
memoryuse: 'off'
|
||||
min_dyn_devfs_ruleset: '1000'
|
||||
mount_devfs: '1'
|
||||
mount_fdescfs: '1'
|
||||
mount_linprocfs: '0'
|
||||
mount_procfs: '0'
|
||||
mountpoint: readonly
|
||||
msgqqueued: 'off'
|
||||
msgqsize: 'off'
|
||||
nat: '0'
|
||||
nat_backend: ipfw
|
||||
nat_forwards: none
|
||||
nat_interface: none
|
||||
nat_prefix: '172.16'
|
||||
nmsgq: 'off'
|
||||
notes: vmm=iocage_01
|
||||
nsem: 'off'
|
||||
nsemop: 'off'
|
||||
nshm: 'off'
|
||||
nthr: 'off'
|
||||
openfiles: 'off'
|
||||
origin: readonly
|
||||
owner: root
|
||||
pcpu: 'off'
|
||||
plugin_name: none
|
||||
plugin_repository: none
|
||||
priority: '99'
|
||||
pseudoterminals: 'off'
|
||||
quota: none
|
||||
readbps: 'off'
|
||||
readiops: 'off'
|
||||
release: 13.4-RELEASE-p2
|
||||
reservation: none
|
||||
resolver: /etc/resolv.conf
|
||||
rlimits: 'off'
|
||||
rtsold: '0'
|
||||
securelevel: '2'
|
||||
shmsize: 'off'
|
||||
stacksize: 'off'
|
||||
state: down
|
||||
stop_timeout: '30'
|
||||
swapuse: 'off'
|
||||
sync_state: none
|
||||
sync_target: none
|
||||
sync_tgt_zpool: none
|
||||
sysvmsg: new
|
||||
sysvsem: new
|
||||
sysvshm: new
|
||||
template: '0'
|
||||
type: jail
|
||||
used: readonly
|
||||
vmemoryuse: 'off'
|
||||
vnet: '1'
|
||||
vnet0_mac: none
|
||||
vnet0_mtu: auto
|
||||
vnet1_mac: none
|
||||
vnet1_mtu: auto
|
||||
vnet2_mac: none
|
||||
vnet2_mtu: auto
|
||||
vnet3_mac: none
|
||||
vnet3_mtu: auto
|
||||
vnet_default_interface: auto
|
||||
vnet_default_mtu: '1500'
|
||||
vnet_interfaces: none
|
||||
wallclock: 'off'
|
||||
writebps: 'off'
|
||||
writeiops: 'off'
|
||||
iocage_release: 13.4-RELEASE-p2
|
||||
iocage_state: down
|
||||
iocage_template: ansible_client
|
||||
iocage_type: jail
|
||||
test_103:
|
||||
iocage_basejail: 'yes'
|
||||
iocage_boot: 'off'
|
||||
iocage_ip4: 10.1.0.103
|
||||
iocage_ip6: '-'
|
||||
iocage_jid: '-'
|
||||
iocage_properties:
|
||||
CONFIG_VERSION: '28'
|
||||
allow_chflags: '0'
|
||||
allow_mlock: '0'
|
||||
allow_mount: '0'
|
||||
allow_mount_devfs: '0'
|
||||
allow_mount_fusefs: '0'
|
||||
allow_mount_nullfs: '0'
|
||||
allow_mount_procfs: '0'
|
||||
allow_mount_tmpfs: '0'
|
||||
allow_mount_zfs: '0'
|
||||
allow_quotas: '0'
|
||||
allow_raw_sockets: '0'
|
||||
allow_set_hostname: '1'
|
||||
allow_socket_af: '0'
|
||||
allow_sysvipc: '0'
|
||||
allow_tun: '0'
|
||||
allow_vmm: '0'
|
||||
assign_localhost: '0'
|
||||
available: readonly
|
||||
basejail: '1'
|
||||
boot: '0'
|
||||
bpf: '0'
|
||||
children_max: '0'
|
||||
comment: none
|
||||
compression: lz4
|
||||
compressratio: readonly
|
||||
coredumpsize: 'off'
|
||||
count: '1'
|
||||
cpuset: 'off'
|
||||
cputime: 'off'
|
||||
datasize: 'off'
|
||||
dedup: 'off'
|
||||
defaultrouter: 10.1.0.10
|
||||
defaultrouter6: auto
|
||||
depends: none
|
||||
devfs_ruleset: '4'
|
||||
dhcp: '0'
|
||||
enforce_statfs: '2'
|
||||
exec_clean: '1'
|
||||
exec_created: /usr/bin/true
|
||||
exec_fib: '0'
|
||||
exec_jail_user: root
|
||||
exec_poststart: /usr/bin/true
|
||||
exec_poststop: /usr/bin/true
|
||||
exec_prestart: /usr/bin/true
|
||||
exec_prestop: /usr/bin/true
|
||||
exec_start: /bin/sh /etc/rc
|
||||
exec_stop: /bin/sh /etc/rc.shutdown
|
||||
exec_system_jail_user: '0'
|
||||
exec_system_user: root
|
||||
exec_timeout: '60'
|
||||
host_domainname: none
|
||||
host_hostname: ansible-client
|
||||
host_hostuuid: test_103
|
||||
host_time: '1'
|
||||
hostid: 34333834-3734-5a43-3331-313342464631
|
||||
hostid_strict_check: '0'
|
||||
interfaces: vnet0:bridge0
|
||||
ip4: new
|
||||
ip4_addr: vnet0|10.1.0.103/24
|
||||
ip4_saddrsel: '1'
|
||||
ip6: new
|
||||
ip6_addr: none
|
||||
ip6_saddrsel: '1'
|
||||
ip_hostname: '0'
|
||||
jail_zfs: '0'
|
||||
jail_zfs_dataset: iocage/jails/test_103/data
|
||||
jail_zfs_mountpoint: none
|
||||
last_started: none
|
||||
localhost_ip: none
|
||||
login_flags: -f root
|
||||
mac_prefix: 3e4a92
|
||||
maxproc: 'off'
|
||||
memorylocked: 'off'
|
||||
memoryuse: 'off'
|
||||
min_dyn_devfs_ruleset: '1000'
|
||||
mount_devfs: '1'
|
||||
mount_fdescfs: '1'
|
||||
mount_linprocfs: '0'
|
||||
mount_procfs: '0'
|
||||
mountpoint: readonly
|
||||
msgqqueued: 'off'
|
||||
msgqsize: 'off'
|
||||
nat: '0'
|
||||
nat_backend: ipfw
|
||||
nat_forwards: none
|
||||
nat_interface: none
|
||||
nat_prefix: '172.16'
|
||||
nmsgq: 'off'
|
||||
notes: vmm=iocage_01
|
||||
nsem: 'off'
|
||||
nsemop: 'off'
|
||||
nshm: 'off'
|
||||
nthr: 'off'
|
||||
openfiles: 'off'
|
||||
origin: readonly
|
||||
owner: root
|
||||
pcpu: 'off'
|
||||
plugin_name: none
|
||||
plugin_repository: none
|
||||
priority: '99'
|
||||
pseudoterminals: 'off'
|
||||
quota: none
|
||||
readbps: 'off'
|
||||
readiops: 'off'
|
||||
release: 13.4-RELEASE-p2
|
||||
reservation: none
|
||||
resolver: /etc/resolv.conf
|
||||
rlimits: 'off'
|
||||
rtsold: '0'
|
||||
securelevel: '2'
|
||||
shmsize: 'off'
|
||||
stacksize: 'off'
|
||||
state: down
|
||||
stop_timeout: '30'
|
||||
swapuse: 'off'
|
||||
sync_state: none
|
||||
sync_target: none
|
||||
sync_tgt_zpool: none
|
||||
sysvmsg: new
|
||||
sysvsem: new
|
||||
sysvshm: new
|
||||
template: '0'
|
||||
type: jail
|
||||
used: readonly
|
||||
vmemoryuse: 'off'
|
||||
vnet: '1'
|
||||
vnet0_mac: none
|
||||
vnet0_mtu: auto
|
||||
vnet1_mac: none
|
||||
vnet1_mtu: auto
|
||||
vnet2_mac: none
|
||||
vnet2_mtu: auto
|
||||
vnet3_mac: none
|
||||
vnet3_mtu: auto
|
||||
vnet_default_interface: auto
|
||||
vnet_default_mtu: '1500'
|
||||
vnet_interfaces: none
|
||||
wallclock: 'off'
|
||||
writebps: 'off'
|
||||
writeiops: 'off'
|
||||
iocage_release: 13.4-RELEASE-p2
|
||||
iocage_state: down
|
||||
iocage_template: ansible_client
|
||||
iocage_type: jail
|
|
@ -0,0 +1,3 @@
|
|||
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
|
||||
SPDX-FileCopyrightText: Ansible Project
|
|
@ -0,0 +1,141 @@
|
|||
CONFIG_VERSION:28
|
||||
allow_chflags:0
|
||||
allow_mlock:0
|
||||
allow_mount:0
|
||||
allow_mount_devfs:0
|
||||
allow_mount_fusefs:0
|
||||
allow_mount_nullfs:0
|
||||
allow_mount_procfs:0
|
||||
allow_mount_tmpfs:0
|
||||
allow_mount_zfs:0
|
||||
allow_quotas:0
|
||||
allow_raw_sockets:0
|
||||
allow_set_hostname:1
|
||||
allow_socket_af:0
|
||||
allow_sysvipc:0
|
||||
allow_tun:0
|
||||
allow_vmm:0
|
||||
assign_localhost:0
|
||||
available:readonly
|
||||
basejail:1
|
||||
boot:0
|
||||
bpf:0
|
||||
children_max:0
|
||||
comment:none
|
||||
compression:lz4
|
||||
compressratio:readonly
|
||||
coredumpsize:off
|
||||
count:1
|
||||
cpuset:off
|
||||
cputime:off
|
||||
datasize:off
|
||||
dedup:off
|
||||
defaultrouter:10.1.0.10
|
||||
defaultrouter6:auto
|
||||
depends:none
|
||||
devfs_ruleset:4
|
||||
dhcp:0
|
||||
enforce_statfs:2
|
||||
exec_clean:1
|
||||
exec_created:/usr/bin/true
|
||||
exec_fib:0
|
||||
exec_jail_user:root
|
||||
exec_poststart:/usr/bin/true
|
||||
exec_poststop:/usr/bin/true
|
||||
exec_prestart:/usr/bin/true
|
||||
exec_prestop:/usr/bin/true
|
||||
exec_start:/bin/sh /etc/rc
|
||||
exec_stop:/bin/sh /etc/rc.shutdown
|
||||
exec_system_jail_user:0
|
||||
exec_system_user:root
|
||||
exec_timeout:60
|
||||
host_domainname:none
|
||||
host_hostname:ansible-client
|
||||
host_hostuuid:test_101
|
||||
host_time:1
|
||||
hostid:34333834-3734-5a43-3331-313342464631
|
||||
hostid_strict_check:0
|
||||
interfaces:vnet0:bridge0
|
||||
ip4:new
|
||||
ip4_addr:vnet0|10.1.0.101/24
|
||||
ip4_saddrsel:1
|
||||
ip6:new
|
||||
ip6_addr:none
|
||||
ip6_saddrsel:1
|
||||
ip_hostname:0
|
||||
jail_zfs:0
|
||||
jail_zfs_dataset:iocage/jails/test_101/data
|
||||
jail_zfs_mountpoint:none
|
||||
last_started:none
|
||||
localhost_ip:none
|
||||
login_flags:-f root
|
||||
mac_prefix:3e4a92
|
||||
maxproc:off
|
||||
memorylocked:off
|
||||
memoryuse:off
|
||||
min_dyn_devfs_ruleset:1000
|
||||
mount_devfs:1
|
||||
mount_fdescfs:1
|
||||
mount_linprocfs:0
|
||||
mount_procfs:0
|
||||
mountpoint:readonly
|
||||
msgqqueued:off
|
||||
msgqsize:off
|
||||
nat:0
|
||||
nat_backend:ipfw
|
||||
nat_forwards:none
|
||||
nat_interface:none
|
||||
nat_prefix:172.16
|
||||
nmsgq:off
|
||||
notes:vmm=iocage_01
|
||||
nsem:off
|
||||
nsemop:off
|
||||
nshm:off
|
||||
nthr:off
|
||||
openfiles:off
|
||||
origin:readonly
|
||||
owner:root
|
||||
pcpu:off
|
||||
plugin_name:none
|
||||
plugin_repository:none
|
||||
priority:99
|
||||
pseudoterminals:off
|
||||
quota:none
|
||||
readbps:off
|
||||
readiops:off
|
||||
release:13.4-RELEASE-p2
|
||||
reservation:none
|
||||
resolver:/etc/resolv.conf
|
||||
rlimits:off
|
||||
rtsold:0
|
||||
securelevel:2
|
||||
shmsize:off
|
||||
stacksize:off
|
||||
state:down
|
||||
stop_timeout:30
|
||||
swapuse:off
|
||||
sync_state:none
|
||||
sync_target:none
|
||||
sync_tgt_zpool:none
|
||||
sysvmsg:new
|
||||
sysvsem:new
|
||||
sysvshm:new
|
||||
template:0
|
||||
type:jail
|
||||
used:readonly
|
||||
vmemoryuse:off
|
||||
vnet:1
|
||||
vnet0_mac:none
|
||||
vnet0_mtu:auto
|
||||
vnet1_mac:none
|
||||
vnet1_mtu:auto
|
||||
vnet2_mac:none
|
||||
vnet2_mtu:auto
|
||||
vnet3_mac:none
|
||||
vnet3_mtu:auto
|
||||
vnet_default_interface:auto
|
||||
vnet_default_mtu:1500
|
||||
vnet_interfaces:none
|
||||
wallclock:off
|
||||
writebps:off
|
||||
writeiops:off
|
|
@ -0,0 +1,3 @@
|
|||
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
|
||||
SPDX-FileCopyrightText: Ansible Project
|
|
@ -0,0 +1,141 @@
|
|||
CONFIG_VERSION:28
|
||||
allow_chflags:0
|
||||
allow_mlock:0
|
||||
allow_mount:0
|
||||
allow_mount_devfs:0
|
||||
allow_mount_fusefs:0
|
||||
allow_mount_nullfs:0
|
||||
allow_mount_procfs:0
|
||||
allow_mount_tmpfs:0
|
||||
allow_mount_zfs:0
|
||||
allow_quotas:0
|
||||
allow_raw_sockets:0
|
||||
allow_set_hostname:1
|
||||
allow_socket_af:0
|
||||
allow_sysvipc:0
|
||||
allow_tun:0
|
||||
allow_vmm:0
|
||||
assign_localhost:0
|
||||
available:readonly
|
||||
basejail:1
|
||||
boot:0
|
||||
bpf:0
|
||||
children_max:0
|
||||
comment:none
|
||||
compression:lz4
|
||||
compressratio:readonly
|
||||
coredumpsize:off
|
||||
count:1
|
||||
cpuset:off
|
||||
cputime:off
|
||||
datasize:off
|
||||
dedup:off
|
||||
defaultrouter:10.1.0.10
|
||||
defaultrouter6:auto
|
||||
depends:none
|
||||
devfs_ruleset:4
|
||||
dhcp:0
|
||||
enforce_statfs:2
|
||||
exec_clean:1
|
||||
exec_created:/usr/bin/true
|
||||
exec_fib:0
|
||||
exec_jail_user:root
|
||||
exec_poststart:/usr/bin/true
|
||||
exec_poststop:/usr/bin/true
|
||||
exec_prestart:/usr/bin/true
|
||||
exec_prestop:/usr/bin/true
|
||||
exec_start:/bin/sh /etc/rc
|
||||
exec_stop:/bin/sh /etc/rc.shutdown
|
||||
exec_system_jail_user:0
|
||||
exec_system_user:root
|
||||
exec_timeout:60
|
||||
host_domainname:none
|
||||
host_hostname:ansible-client
|
||||
host_hostuuid:test_102
|
||||
host_time:1
|
||||
hostid:34333834-3734-5a43-3331-313342464631
|
||||
hostid_strict_check:0
|
||||
interfaces:vnet0:bridge0
|
||||
ip4:new
|
||||
ip4_addr:vnet0|10.1.0.102/24
|
||||
ip4_saddrsel:1
|
||||
ip6:new
|
||||
ip6_addr:none
|
||||
ip6_saddrsel:1
|
||||
ip_hostname:0
|
||||
jail_zfs:0
|
||||
jail_zfs_dataset:iocage/jails/test_102/data
|
||||
jail_zfs_mountpoint:none
|
||||
last_started:none
|
||||
localhost_ip:none
|
||||
login_flags:-f root
|
||||
mac_prefix:3e4a92
|
||||
maxproc:off
|
||||
memorylocked:off
|
||||
memoryuse:off
|
||||
min_dyn_devfs_ruleset:1000
|
||||
mount_devfs:1
|
||||
mount_fdescfs:1
|
||||
mount_linprocfs:0
|
||||
mount_procfs:0
|
||||
mountpoint:readonly
|
||||
msgqqueued:off
|
||||
msgqsize:off
|
||||
nat:0
|
||||
nat_backend:ipfw
|
||||
nat_forwards:none
|
||||
nat_interface:none
|
||||
nat_prefix:172.16
|
||||
nmsgq:off
|
||||
notes:vmm=iocage_01
|
||||
nsem:off
|
||||
nsemop:off
|
||||
nshm:off
|
||||
nthr:off
|
||||
openfiles:off
|
||||
origin:readonly
|
||||
owner:root
|
||||
pcpu:off
|
||||
plugin_name:none
|
||||
plugin_repository:none
|
||||
priority:99
|
||||
pseudoterminals:off
|
||||
quota:none
|
||||
readbps:off
|
||||
readiops:off
|
||||
release:13.4-RELEASE-p2
|
||||
reservation:none
|
||||
resolver:/etc/resolv.conf
|
||||
rlimits:off
|
||||
rtsold:0
|
||||
securelevel:2
|
||||
shmsize:off
|
||||
stacksize:off
|
||||
state:down
|
||||
stop_timeout:30
|
||||
swapuse:off
|
||||
sync_state:none
|
||||
sync_target:none
|
||||
sync_tgt_zpool:none
|
||||
sysvmsg:new
|
||||
sysvsem:new
|
||||
sysvshm:new
|
||||
template:0
|
||||
type:jail
|
||||
used:readonly
|
||||
vmemoryuse:off
|
||||
vnet:1
|
||||
vnet0_mac:none
|
||||
vnet0_mtu:auto
|
||||
vnet1_mac:none
|
||||
vnet1_mtu:auto
|
||||
vnet2_mac:none
|
||||
vnet2_mtu:auto
|
||||
vnet3_mac:none
|
||||
vnet3_mtu:auto
|
||||
vnet_default_interface:auto
|
||||
vnet_default_mtu:1500
|
||||
vnet_interfaces:none
|
||||
wallclock:off
|
||||
writebps:off
|
||||
writeiops:off
|
|
@ -0,0 +1,3 @@
|
|||
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
|
||||
SPDX-FileCopyrightText: Ansible Project
|
|
@ -0,0 +1,141 @@
|
|||
CONFIG_VERSION:28
|
||||
allow_chflags:0
|
||||
allow_mlock:0
|
||||
allow_mount:0
|
||||
allow_mount_devfs:0
|
||||
allow_mount_fusefs:0
|
||||
allow_mount_nullfs:0
|
||||
allow_mount_procfs:0
|
||||
allow_mount_tmpfs:0
|
||||
allow_mount_zfs:0
|
||||
allow_quotas:0
|
||||
allow_raw_sockets:0
|
||||
allow_set_hostname:1
|
||||
allow_socket_af:0
|
||||
allow_sysvipc:0
|
||||
allow_tun:0
|
||||
allow_vmm:0
|
||||
assign_localhost:0
|
||||
available:readonly
|
||||
basejail:1
|
||||
boot:0
|
||||
bpf:0
|
||||
children_max:0
|
||||
comment:none
|
||||
compression:lz4
|
||||
compressratio:readonly
|
||||
coredumpsize:off
|
||||
count:1
|
||||
cpuset:off
|
||||
cputime:off
|
||||
datasize:off
|
||||
dedup:off
|
||||
defaultrouter:10.1.0.10
|
||||
defaultrouter6:auto
|
||||
depends:none
|
||||
devfs_ruleset:4
|
||||
dhcp:0
|
||||
enforce_statfs:2
|
||||
exec_clean:1
|
||||
exec_created:/usr/bin/true
|
||||
exec_fib:0
|
||||
exec_jail_user:root
|
||||
exec_poststart:/usr/bin/true
|
||||
exec_poststop:/usr/bin/true
|
||||
exec_prestart:/usr/bin/true
|
||||
exec_prestop:/usr/bin/true
|
||||
exec_start:/bin/sh /etc/rc
|
||||
exec_stop:/bin/sh /etc/rc.shutdown
|
||||
exec_system_jail_user:0
|
||||
exec_system_user:root
|
||||
exec_timeout:60
|
||||
host_domainname:none
|
||||
host_hostname:ansible-client
|
||||
host_hostuuid:test_103
|
||||
host_time:1
|
||||
hostid:34333834-3734-5a43-3331-313342464631
|
||||
hostid_strict_check:0
|
||||
interfaces:vnet0:bridge0
|
||||
ip4:new
|
||||
ip4_addr:vnet0|10.1.0.103/24
|
||||
ip4_saddrsel:1
|
||||
ip6:new
|
||||
ip6_addr:none
|
||||
ip6_saddrsel:1
|
||||
ip_hostname:0
|
||||
jail_zfs:0
|
||||
jail_zfs_dataset:iocage/jails/test_103/data
|
||||
jail_zfs_mountpoint:none
|
||||
last_started:none
|
||||
localhost_ip:none
|
||||
login_flags:-f root
|
||||
mac_prefix:3e4a92
|
||||
maxproc:off
|
||||
memorylocked:off
|
||||
memoryuse:off
|
||||
min_dyn_devfs_ruleset:1000
|
||||
mount_devfs:1
|
||||
mount_fdescfs:1
|
||||
mount_linprocfs:0
|
||||
mount_procfs:0
|
||||
mountpoint:readonly
|
||||
msgqqueued:off
|
||||
msgqsize:off
|
||||
nat:0
|
||||
nat_backend:ipfw
|
||||
nat_forwards:none
|
||||
nat_interface:none
|
||||
nat_prefix:172.16
|
||||
nmsgq:off
|
||||
notes:vmm=iocage_01
|
||||
nsem:off
|
||||
nsemop:off
|
||||
nshm:off
|
||||
nthr:off
|
||||
openfiles:off
|
||||
origin:readonly
|
||||
owner:root
|
||||
pcpu:off
|
||||
plugin_name:none
|
||||
plugin_repository:none
|
||||
priority:99
|
||||
pseudoterminals:off
|
||||
quota:none
|
||||
readbps:off
|
||||
readiops:off
|
||||
release:13.4-RELEASE-p2
|
||||
reservation:none
|
||||
resolver:/etc/resolv.conf
|
||||
rlimits:off
|
||||
rtsold:0
|
||||
securelevel:2
|
||||
shmsize:off
|
||||
stacksize:off
|
||||
state:down
|
||||
stop_timeout:30
|
||||
swapuse:off
|
||||
sync_state:none
|
||||
sync_target:none
|
||||
sync_tgt_zpool:none
|
||||
sysvmsg:new
|
||||
sysvsem:new
|
||||
sysvshm:new
|
||||
template:0
|
||||
type:jail
|
||||
used:readonly
|
||||
vmemoryuse:off
|
||||
vnet:1
|
||||
vnet0_mac:none
|
||||
vnet0_mtu:auto
|
||||
vnet1_mac:none
|
||||
vnet1_mtu:auto
|
||||
vnet2_mac:none
|
||||
vnet2_mtu:auto
|
||||
vnet3_mac:none
|
||||
vnet3_mtu:auto
|
||||
vnet_default_interface:auto
|
||||
vnet_default_mtu:1500
|
||||
vnet_interfaces:none
|
||||
wallclock:off
|
||||
writebps:off
|
||||
writeiops:off
|
|
@ -0,0 +1,3 @@
|
|||
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
|
||||
SPDX-FileCopyrightText: Ansible Project
|
112
tests/unit/plugins/inventory/test_iocage.py
Normal file
112
tests/unit/plugins/inventory/test_iocage.py
Normal file
|
@ -0,0 +1,112 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
# Copyright (c) 2024 Vladimir Botka <vbotka@gmail.com>
|
||||
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
from __future__ import (absolute_import, division, print_function)
|
||||
__metaclass__ = type
|
||||
|
||||
import pytest
|
||||
import yaml
|
||||
|
||||
from ansible.inventory.data import InventoryData
|
||||
from ansible.template import Templar
|
||||
from ansible_collections.community.general.plugins.inventory.iocage import InventoryModule
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
def inventory():
|
||||
inv = InventoryModule()
|
||||
inv.inventory = InventoryData()
|
||||
inv.templar = Templar(None)
|
||||
inv.jails = load_txt_data('tests/unit/plugins/inventory/fixtures/iocage_jails.txt')
|
||||
inv.js_ok = load_yml_data('tests/unit/plugins/inventory/fixtures/iocage_jails.yml')
|
||||
prpts_101 = load_txt_data('tests/unit/plugins/inventory/fixtures/iocage_properties_test_101.txt')
|
||||
prpts_102 = load_txt_data('tests/unit/plugins/inventory/fixtures/iocage_properties_test_102.txt')
|
||||
prpts_103 = load_txt_data('tests/unit/plugins/inventory/fixtures/iocage_properties_test_103.txt')
|
||||
inv.prpts = {'test_101': prpts_101, 'test_102': prpts_102, 'test_103': prpts_103}
|
||||
inv.ps_ok = load_yml_data('tests/unit/plugins/inventory/fixtures/iocage_properties.yml')
|
||||
inv.ok = load_yml_data('tests/unit/plugins/inventory/fixtures/iocage_inventory.yml')
|
||||
return inv
|
||||
|
||||
|
||||
def load_txt_data(path):
|
||||
f = open(path, 'r')
|
||||
s = f.read()
|
||||
f.close()
|
||||
return s
|
||||
|
||||
|
||||
def load_yml_data(path):
|
||||
f = open(path, 'r')
|
||||
d = yaml.safe_load(f)
|
||||
f.close()
|
||||
return d
|
||||
|
||||
|
||||
def get_option(option):
|
||||
groups = {}
|
||||
groups['test'] = "inventory_hostname.startswith('test')"
|
||||
|
||||
if option == 'groups':
|
||||
return groups
|
||||
elif option == 'keyed_groups':
|
||||
return []
|
||||
elif option == 'compose':
|
||||
return {}
|
||||
elif option == 'strict':
|
||||
return False
|
||||
else:
|
||||
return None
|
||||
|
||||
|
||||
def test_verify_file_bad_config(inventory):
|
||||
assert inventory.verify_file('foobar.iocage.yml') is False
|
||||
|
||||
|
||||
def test_verify_file(tmp_path, inventory):
|
||||
file = tmp_path / "foobar.iocage.yml"
|
||||
file.touch()
|
||||
assert inventory.verify_file(str(file))
|
||||
|
||||
|
||||
def test_get_jails(inventory):
|
||||
results = {'_meta': {'hostvars': {}}}
|
||||
inventory.get_jails(inventory.jails, results)
|
||||
assert results == inventory.js_ok
|
||||
|
||||
|
||||
def test_get_properties(inventory):
|
||||
results = {'_meta': {'hostvars': {}}}
|
||||
inventory.get_jails(inventory.jails, results)
|
||||
for hostname, host_vars in results['_meta']['hostvars'].items():
|
||||
inventory.get_properties(inventory.prpts[hostname], results, hostname)
|
||||
assert results == inventory.ps_ok
|
||||
|
||||
|
||||
def test_populate(inventory, mocker):
|
||||
results = {'_meta': {'hostvars': {}}}
|
||||
inventory.get_jails(inventory.jails, results)
|
||||
for hostname, host_vars in results['_meta']['hostvars'].items():
|
||||
inventory.get_properties(inventory.prpts[hostname], results, hostname)
|
||||
inventory.get_option = mocker.MagicMock(side_effect=get_option)
|
||||
inventory.populate(results)
|
||||
|
||||
# test
|
||||
hosts = ('test_101', 'test_102', 'test_103')
|
||||
vars = ('iocage_basejail', 'iocage_boot', 'iocage_ip4', 'iocage_ip6', 'iocage_properties',
|
||||
'iocage_release', 'iocage_state', 'iocage_template', 'iocage_type')
|
||||
|
||||
# test host_vars
|
||||
for host in hosts:
|
||||
h = inventory.inventory.get_host(host)
|
||||
for var in vars:
|
||||
assert inventory.ok['all']['children']['test']['hosts'][host][var] == h.get_vars()[var]
|
||||
|
||||
# test groups
|
||||
test_101_info = inventory.inventory.get_host('test_101')
|
||||
test_102_info = inventory.inventory.get_host('test_102')
|
||||
test_103_info = inventory.inventory.get_host('test_103')
|
||||
g = inventory.inventory.groups['test']
|
||||
assert g.hosts == [test_101_info, test_102_info, test_103_info]
|
Loading…
Add table
Add a link
Reference in a new issue