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

TASK [Get iocage facts] ********************************************************
ok: [iocage_06]

TASK [Reject jails with empty notes] *******************************************
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  defaultrouter=172.16.99.1  notes="vmm=iocage_06 swarm=sw_01"

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

TASK [Debug create swarms debug=true] ******************************************
ok: [iocage_06] => 
    out:
        changed: false
        failed: false
        msg: All items completed
        results:
        -   ansible_loop_var: item
            changed: false
            changed_when_result: false
            cmd:
            - iocage
            - create
            - --short
            - --template
            - ansible-client
            - --count
            - '3'
            - bpf=1
            - dhcp=1
            - vnet=1
            - defaultrouter=172.16.99.1
            - notes=vmm=iocage_06 swarm=sw_01
            delta: '0:00:01.628794'
            end: '2026-08-29 13:54:12.276971'
            failed: false
            item:
                key: sw_01
                value:
                    count: 3
                    template: ansible-client
            msg: ''
            rc: 0
            start: '2026-08-29 13:54:10.648177'
            stderr: ''
            stderr_lines: []
            stdout: |-
                e072ce12 successfully created!
                4ec5cf17 successfully created!
                b69877b4 successfully created!
            stdout_lines:
            - e072ce12 successfully created!
            - 4ec5cf17 successfully created!
            - b69877b4 successfully created!

TASK [Get iocage facts] ********************************************************
ok: [iocage_06]

TASK [Reject jails with empty notes] *******************************************
ok: [iocage_06]

TASK [Debug cmd_start debug=true] **********************************************
ok: [iocage_06] => (item=sw_01) => 
    msg: |-
        iocage start 4ec5cf17 b69877b4 e072ce12

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

TASK [Debug start swarms debug=true] *******************************************
ok: [iocage_06] => 
    out:
        changed: false
        failed: false
        msg: All items completed
        results:
        -   ansible_loop_var: item
            changed: false
            changed_when_result: false
            cmd:
            - iocage
            - start
            - 4ec5cf17
            - b69877b4
            - e072ce12
            delta: '0:00:10.275552'
            end: '2026-08-29 13:54:40.904006'
            failed: false
            item:
                key: sw_01
                value:
                    count: 3
                    template: ansible-client
            msg: ''
            rc: 0
            start: '2026-08-29 13:54:30.628454'
            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 4ec5cf17
                  + Started OK
                  + Using devfs_ruleset: 1009 (iocage generated default)
                  + Configuring VNET OK
                  + Using IP options: vnet
                  + Starting services OK
                  + Executing poststart OK
                  + DHCP Address: 172.16.99.126/24
                * Starting b69877b4
                  + Started OK
                  + Using devfs_ruleset: 1010 (iocage generated default)
                  + Configuring VNET OK
                  + Using IP options: vnet
                  + Starting services OK
                  + Executing poststart OK
                  + DHCP Address: 172.16.99.103/24
                * Starting e072ce12
                  + Started OK
                  + Using devfs_ruleset: 1011 (iocage generated default)
                  + Configuring VNET OK
                  + Using IP options: vnet
                  + Starting services OK
                  + Executing poststart OK
                  + DHCP Address: 172.16.99.128/24
            stdout_lines:
            - '* Starting 4ec5cf17'
            - '  + Started OK'
            - '  + Using devfs_ruleset: 1009 (iocage generated default)'
            - '  + Configuring VNET OK'
            - '  + Using IP options: vnet'
            - '  + Starting services OK'
            - '  + Executing poststart OK'
            - '  + DHCP Address: 172.16.99.126/24'
            - '* Starting b69877b4'
            - '  + Started OK'
            - '  + Using devfs_ruleset: 1010 (iocage generated default)'
            - '  + Configuring VNET OK'
            - '  + Using IP options: vnet'
            - '  + Starting services OK'
            - '  + Executing poststart OK'
            - '  + DHCP Address: 172.16.99.103/24'
            - '* Starting e072ce12'
            - '  + Started OK'
            - '  + Using devfs_ruleset: 1011 (iocage generated default)'
            - '  + Configuring VNET OK'
            - '  + Using IP options: vnet'
            - '  + Starting services OK'
            - '  + Executing poststart OK'
            - '  + DHCP Address: 172.16.99.128/24'

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

