
PLAY [Create and start jails. Optionally stop and destroy jails.] **************

TASK [Get iocage list of jails.] ***********************************************
ok: [iocage_06]

TASK [Set dictionary iocage_jails] *********************************************
ok: [iocage_06]

TASK [Set dictionary iocage_jails_properties] **********************************
ok: [iocage_06]

TASK [Combine iocage_jails and iocage_jails_properties] ************************
ok: [iocage_06]

TASK [Debug cmd_create debug=true] *********************************************
ok: [iocage_06] => (item=sw_01) => 
    msg: |-
        iocage create --short --template ansible_client --count 3 bpf=1 dhcp=1 vnet=1 notes="vmm=iocage_06  swarm=sw_01"

TASK [Create swarms.] **********************************************************
changed: [iocage_06] => (item=sw_01)

TASK [Debug create swarms debug=true] ******************************************
ok: [iocage_06] => 
    out:
        changed: true
        failed: false
        msg: All items completed
        results:
        -   ansible_loop_var: item
            changed: true
            cmd:
            - iocage
            - create
            - --short
            - --template
            - ansible_client
            - --count
            - '3'
            - bpf=1
            - dhcp=1
            - vnet=1
            - notes=vmm=iocage_06  swarm=sw_01
            delta: '0:00:01.644967'
            end: '2026-08-08 14:34:08.988392'
            failed: false
            item:
                key: sw_01
                value:
                    count: 3
                    template: ansible_client
            msg: ''
            rc: 0
            start: '2026-08-08 14:34:07.343425'
            stderr: ''
            stderr_lines: []
            stdout: |-
                f08e5cdb successfully created!
                687748c6 successfully created!
                34f8a401 successfully created!
            stdout_lines:
            - f08e5cdb successfully created!
            - 687748c6 successfully created!
            - 34f8a401 successfully created!

TASK [Get iocage list of jails.] ***********************************************
ok: [iocage_06]

TASK [Set dictionary iocage_jails] *********************************************
ok: [iocage_06]

TASK [Get properties of iocage jails.] *****************************************
ok: [iocage_06] => (item=34f8a401)
ok: [iocage_06] => (item=687748c6)
ok: [iocage_06] => (item=f08e5cdb)

TASK [Set dictionary iocage_jails_properties] **********************************
ok: [iocage_06]

TASK [Combine iocage_jails and iocage_jails_properties] ************************
ok: [iocage_06]

TASK [Debug cmd_start debug=true] **********************************************
ok: [iocage_06] => (item=sw_01) => 
    msg: |-
        iocage start f08e5cdb 687748c6 34f8a401

TASK [Start swarms.] ***********************************************************
changed: [iocage_06] => (item=sw_01)

TASK [Debug start swarms debug=true] *******************************************
ok: [iocage_06] => 
    out:
        changed: true
        failed: false
        msg: All items completed
        results:
        -   ansible_loop_var: item
            changed: true
            cmd:
            - iocage
            - start
            - f08e5cdb
            - 687748c6
            - 34f8a401
            delta: '0:00:11.883791'
            end: '2026-08-08 14:34:27.821827'
            failed: false
            item:
                key: sw_01
                value:
                    count: 3
                    template: ansible_client
            msg: ''
            rc: 0
            start: '2026-08-08 14:34:15.938036'
            stderr: |-
                No default gateway found for ipv6.
                No default gateway found for ipv6.
                No default gateway found for ipv6.
            stderr_lines:
            - No default gateway found for ipv6.
            - No default gateway found for ipv6.
            - No default gateway found for ipv6.
            stdout: |-
                * Starting f08e5cdb
                  + Started OK
                  + Using devfs_ruleset: 1000 (iocage generated default)
                  + Configuring VNET OK
                  + Using IP options: vnet
                  + Starting services OK
                  + Executing poststart OK
                  + DHCP Address: 172.16.99.178/24
                * Starting 687748c6
                  + Started OK
                  + Using devfs_ruleset: 1001 (iocage generated default)
                  + Configuring VNET OK
                  + Using IP options: vnet
                  + Starting services OK
                  + Executing poststart OK
                  + DHCP Address: 172.16.99.179/24
                * Starting 34f8a401
                  + Started OK
                  + Using devfs_ruleset: 1002 (iocage generated default)
                  + Configuring VNET OK
                  + Using IP options: vnet
                  + Starting services OK
                  + Executing poststart OK
                  + DHCP Address: 172.16.99.180/24
            stdout_lines:
            - '* Starting f08e5cdb'
            - '  + Started OK'
            - '  + Using devfs_ruleset: 1000 (iocage generated default)'
            - '  + Configuring VNET OK'
            - '  + Using IP options: vnet'
            - '  + Starting services OK'
            - '  + Executing poststart OK'
            - '  + DHCP Address: 172.16.99.178/24'
            - '* Starting 687748c6'
            - '  + Started OK'
            - '  + Using devfs_ruleset: 1001 (iocage generated default)'
            - '  + Configuring VNET OK'
            - '  + Using IP options: vnet'
            - '  + Starting services OK'
            - '  + Executing poststart OK'
            - '  + DHCP Address: 172.16.99.179/24'
            - '* Starting 34f8a401'
            - '  + Started OK'
            - '  + Using devfs_ruleset: 1002 (iocage generated default)'
            - '  + Configuring VNET OK'
            - '  + Using IP options: vnet'
            - '  + Starting services OK'
            - '  + Executing poststart OK'
            - '  + DHCP Address: 172.16.99.180/24'

PLAY RECAP *********************************************************************
iocage_06                  : ok=15   changed=2    unreachable=0    failed=0    skipped=3    rescued=0    ignored=0   

