Playbook #1

/root/kubeinit/ci/builds/6mbKNrxD/0/kubeinit/kubeinit/kubeinit-aux/kubeinit/playbook.yml

Report Status CLI Date Duration Controller User Versions Hosts Plays Tasks Results Files Records
29 Oct 2023 10:04:38 +0000 00:25:53.67 nyctea root Ansible 2.15.2 ara 1.6.1 (client), 1.6.1 (server) Python 3.11.4 5 9 822 822 48 1

Task result details

Field Value
actions
[
    "created okdcluster-provision"
]
changed
True
container
{
    "AppArmorProfile": "",
    "Args": [
        "/sbin/init"
    ],
    "BoundingCaps": [
        "CAP_AUDIT_WRITE",
        "CAP_CHOWN",
        "CAP_DAC_OVERRIDE",
        "CAP_FOWNER",
        "CAP_FSETID",
        "CAP_KILL",
        "CAP_NET_BIND_SERVICE",
        "CAP_SETFCAP",
        "CAP_SETGID",
        "CAP_SETPCAP",
        "CAP_SETUID",
        "CAP_SYS_CHROOT"
    ],
    "Config": {
        "Annotations": {
            "io.kubernetes.cri-o.SandboxID": "2e6644331485907f412e14e82b3d534e560374a651bbbdae2c8f64b637e0b50a"
        },
        "AttachStderr": false,
        "AttachStdin": false,
        "AttachStdout": false,
        "Cmd": null,
        "CreateCommand": [
            "podman",
            "container",
            "create",
            "--name",
            "okdcluster-provision",
            "--pod",
            "okdcluster-service-pod",
            "--cap-add",
            "AUDIT_WRITE",
            "--volume",
            "okdcluster-data:/var/kubeinit",
            "kubeinit/okdcluster-provision:latest"
        ],
        "Domainname": "",
        "Entrypoint": "/sbin/init",
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "TERM=xterm",
            "container=podman"
        ],
        "HealthcheckOnFailureAction": "none",
        "Hostname": "service.okdcluster.kubeinit.local",
        "Image": "localhost/kubeinit/okdcluster-provision:latest",
        "Labels": {
            "io.buildah.version": "1.31.0",
            "kubeinit-cluster-name": "okdcluster",
            "org.label-schema.build-date": "20231024",
            "org.label-schema.license": "GPLv2",
            "org.label-schema.name": "CentOS Stream 9 Base Image",
            "org.label-schema.schema-version": "1.0",
            "org.label-schema.vendor": "CentOS"
        },
        "OnBuild": null,
        "OpenStdin": false,
        "Passwd": true,
        "StdinOnce": false,
        "StopSignal": 37,
        "StopTimeout": 10,
        "SystemdMode": true,
        "Timeout": 0,
        "Tty": false,
        "Umask": "0022",
        "User": "",
        "Volumes": null,
        "WorkingDir": "/root",
        "sdNotifyMode": "container"
    },
    "ConmonPidFile": "/run/containers/storage/overlay-containers/6b856d20aed460a0ec94e6a00b1ffd73ba5436c328f2717ece270992cbe13ee0/userdata/conmon.pid",
    "Created": "2023-10-29T12:12:05.161328107+02:00",
    "Dependencies": [
        "2e6644331485907f412e14e82b3d534e560374a651bbbdae2c8f64b637e0b50a"
    ],
    "Driver": "overlay",
    "EffectiveCaps": [
        "CAP_AUDIT_WRITE",
        "CAP_CHOWN",
        "CAP_DAC_OVERRIDE",
        "CAP_FOWNER",
        "CAP_FSETID",
        "CAP_KILL",
        "CAP_NET_BIND_SERVICE",
        "CAP_SETFCAP",
        "CAP_SETGID",
        "CAP_SETPCAP",
        "CAP_SETUID",
        "CAP_SYS_CHROOT"
    ],
    "ExecIDs": [],
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/containers/storage/overlay/a6e82824ac8fe38c19a3800ac799e637c6698e7efdc225619a0483397853907e/diff:/var/lib/containers/storage/overlay/f62a9edc95fefc2570e1d6024433db29c62be8e406931fcf6c549103d85ee6b8/diff",
            "UpperDir": "/var/lib/containers/storage/overlay/22af0e358a380bef77b147ffc3b8819f26e38e04deecdcd0be414f297344ab2d/diff",
            "WorkDir": "/var/lib/containers/storage/overlay/22af0e358a380bef77b147ffc3b8819f26e38e04deecdcd0be414f297344ab2d/work"
        },
        "Name": "overlay"
    },
    "HostConfig": {
        "AutoRemove": false,
        "Binds": [
            "okdcluster-data:/var/kubeinit:rw,rprivate,nosuid,nodev,rbind"
        ],
        "BlkioDeviceReadBps": null,
        "BlkioDeviceReadIOps": null,
        "BlkioDeviceWriteBps": null,
        "BlkioDeviceWriteIOps": null,
        "BlkioWeight": 0,
        "BlkioWeightDevice": null,
        "CapAdd": [
            "CAP_AUDIT_WRITE"
        ],
        "CapDrop": [],
        "Cgroup": "",
        "CgroupConf": null,
        "CgroupManager": "systemd",
        "CgroupMode": "private",
        "CgroupParent": "machine.slice/machine-libpod_pod_dfd630e63e7cbdeb01c1396ca8e2c77e3d340ced2b2d8792ef48ba36f1d8dbce.slice",
        "Cgroups": "default",
        "ConsoleSize": [
            0,
            0
        ],
        "ContainerIDFile": "",
        "CpuCount": 0,
        "CpuPercent": 0,
        "CpuPeriod": 0,
        "CpuQuota": 0,
        "CpuRealtimePeriod": 0,
        "CpuRealtimeRuntime": 0,
        "CpuShares": 0,
        "CpusetCpus": "",
        "CpusetMems": "",
        "Devices": [],
        "DiskQuota": 0,
        "Dns": [],
        "DnsOptions": [],
        "DnsSearch": [],
        "ExtraHosts": [],
        "GroupAdd": [],
        "IOMaximumBandwidth": 0,
        "IOMaximumIOps": 0,
        "IpcMode": "container:2e6644331485907f412e14e82b3d534e560374a651bbbdae2c8f64b637e0b50a",
        "Isolation": "",
        "KernelMemory": 0,
        "Links": null,
        "LogConfig": {
            "Config": null,
            "Path": "",
            "Size": "0B",
            "Tag": "",
            "Type": "journald"
        },
        "Memory": 0,
        "MemoryReservation": 0,
        "MemorySwap": 0,
        "MemorySwappiness": 0,
        "NanoCpus": 0,
        "NetworkMode": "container:2e6644331485907f412e14e82b3d534e560374a651bbbdae2c8f64b637e0b50a",
        "OomKillDisable": false,
        "OomScoreAdj": 0,
        "PidMode": "private",
        "PidsLimit": 2048,
        "PortBindings": {},
        "Privileged": false,
        "PublishAllPorts": false,
        "ReadonlyRootfs": false,
        "RestartPolicy": {
            "MaximumRetryCount": 0,
            "Name": ""
        },
        "Runtime": "oci",
        "SecurityOpt": [],
        "ShmSize": 65536000,
        "Tmpfs": {},
        "UTSMode": "container:2e6644331485907f412e14e82b3d534e560374a651bbbdae2c8f64b637e0b50a",
        "Ulimits": [
            {
                "Hard": 1048576,
                "Name": "RLIMIT_NOFILE",
                "Soft": 1048576
            },
            {
                "Hard": 4194304,
                "Name": "RLIMIT_NPROC",
                "Soft": 4194304
            }
        ],
        "UsernsMode": "",
        "VolumeDriver": "",
        "VolumesFrom": null
    },
    "HostnamePath": "",
    "HostsPath": "",
    "Id": "6b856d20aed460a0ec94e6a00b1ffd73ba5436c328f2717ece270992cbe13ee0",
    "Image": "ab98150258510a2d52f69fc29384baf2b40355208043a333f7c954f90bb54ebc",
    "ImageDigest": "sha256:23476d5287d8a108b0470f3f65a788fa5655c2828105dc6984764a6c81c2c19b",
    "ImageName": "localhost/kubeinit/okdcluster-provision:latest",
    "IsInfra": false,
    "IsService": false,
    "MountLabel": "system_u:object_r:container_file_t:s0:c149,c560",
    "Mounts": [
        {
            "Destination": "/var/kubeinit",
            "Driver": "local",
            "Mode": "",
            "Name": "okdcluster-data",
            "Options": [
                "nosuid",
                "nodev",
                "rbind"
            ],
            "Propagation": "rprivate",
            "RW": true,
            "Source": "/var/lib/containers/storage/volumes/okdcluster-data/_data",
            "Type": "volume"
        }
    ],
    "Name": "okdcluster-provision",
    "Namespace": "",
    "NetworkSettings": {
        "Bridge": "",
        "EndpointID": "",
        "Gateway": "",
        "GlobalIPv6Address": "",
        "GlobalIPv6PrefixLen": 0,
        "HairpinMode": false,
        "IPAddress": "",
        "IPPrefixLen": 0,
        "IPv6Gateway": "",
        "LinkLocalIPv6Address": "",
        "LinkLocalIPv6PrefixLen": 0,
        "MacAddress": "",
        "Networks": {
            "okdcluster-service-bridge": {
                "Aliases": [
                    "2e6644331485"
                ],
                "DriverOpts": null,
                "EndpointID": "",
                "Gateway": "10.89.0.1",
                "GlobalIPv6Address": "",
                "GlobalIPv6PrefixLen": 0,
                "IPAMConfig": null,
                "IPAddress": "10.89.0.86",
                "IPPrefixLen": 24,
                "IPv6Gateway": "",
                "Links": null,
                "MacAddress": "5a:83:58:89:51:56",
                "NetworkID": "okdcluster-service-bridge"
            }
        },
        "Ports": {},
        "SandboxID": "",
        "SandboxKey": "/run/netns/netns-5ab29f43-9a4a-c205-12a2-73889666501f"
    },
    "OCIRuntime": "crun",
    "Path": "/sbin/init",
    "PidFile": "/run/containers/storage/overlay-containers/6b856d20aed460a0ec94e6a00b1ffd73ba5436c328f2717ece270992cbe13ee0/userdata/pidfile",
    "Pod": "dfd630e63e7cbdeb01c1396ca8e2c77e3d340ced2b2d8792ef48ba36f1d8dbce",
    "ProcessLabel": "system_u:system_r:container_init_t:s0:c149,c560",
    "ResolvConfPath": "",
    "RestartCount": 0,
    "Rootfs": "",
    "State": {
        "CheckpointedAt": "0001-01-01T00:00:00Z",
        "Dead": false,
        "Error": "",
        "ExitCode": 0,
        "FinishedAt": "0001-01-01T00:00:00Z",
        "Health": {
            "FailingStreak": 0,
            "Log": null,
            "Status": ""
        },
        "OOMKilled": false,
        "OciVersion": "1.1.0-rc.1",
        "Paused": false,
        "Pid": 0,
        "Restarting": false,
        "RestoredAt": "0001-01-01T00:00:00Z",
        "Running": false,
        "StartedAt": "0001-01-01T00:00:00Z",
        "Status": "created"
    },
    "StaticDir": "/var/lib/containers/storage/overlay-containers/6b856d20aed460a0ec94e6a00b1ffd73ba5436c328f2717ece270992cbe13ee0/userdata"
}
invocation
{
    "module_args": {
        "annotation": null,
        "authfile": null,
        "blkio_weight": null,
        "blkio_weight_device": null,
        "cap_add": [
            "AUDIT_WRITE"
        ],
        "cap_drop": null,
        "cgroup_parent": null,
        "cgroupns": null,
        "cgroups": null,
        "cidfile": null,
        "cmd_args": null,
        "command": null,
        "conmon_pidfile": null,
        "cpu_period": null,
        "cpu_rt_period": null,
        "cpu_rt_runtime": null,
        "cpu_shares": null,
        "cpus": null,
        "cpuset_cpus": null,
        "cpuset_mems": null,
        "debug": false,
        "detach": true,
        "detach_keys": null,
        "device": null,
        "device_read_bps": null,
        "device_read_iops": null,
        "device_write_bps": null,
        "device_write_iops": null,
        "dns": null,
        "dns_option": null,
        "dns_search": null,
        "entrypoint": null,
        "env": null,
        "env_file": null,
        "env_host": null,
        "etc_hosts": null,
        "executable": "podman",
        "expose": null,
        "force_restart": false,
        "generate_systemd": {},
        "gidmap": null,
        "group_add": null,
        "healthcheck": null,
        "healthcheck_interval": null,
        "healthcheck_retries": null,
        "healthcheck_start_period": null,
        "healthcheck_timeout": null,
        "hooks_dir": null,
        "hostname": null,
        "http_proxy": null,
        "image": "kubeinit/okdcluster-provision:latest",
        "image_strict": false,
        "image_volume": null,
        "init": null,
        "init_path": null,
        "interactive": null,
        "ip": null,
        "ipc": null,
        "kernel_memory": null,
        "label": null,
        "label_file": null,
        "log_driver": null,
        "log_level": null,
        "log_opt": null,
        "mac_address": null,
        "memory": null,
        "memory_reservation": null,
        "memory_swap": null,
        "memory_swappiness": null,
        "mount": null,
        "name": "okdcluster-provision",
        "network": null,
        "network_aliases": null,
        "no_hosts": null,
        "oom_kill_disable": null,
        "oom_score_adj": null,
        "pid": null,
        "pids_limit": null,
        "pod": "okdcluster-service-pod",
        "privileged": null,
        "publish": null,
        "publish_all": null,
        "read_only": null,
        "read_only_tmpfs": null,
        "recreate": false,
        "requires": null,
        "restart_policy": null,
        "rm": null,
        "rootfs": null,
        "sdnotify": null,
        "secrets": null,
        "security_opt": null,
        "shm_size": null,
        "sig_proxy": null,
        "state": "stopped",
        "stop_signal": null,
        "stop_timeout": null,
        "subgidname": null,
        "subuidname": null,
        "sysctl": null,
        "systemd": null,
        "timezone": null,
        "tmpfs": null,
        "tty": null,
        "uidmap": null,
        "ulimit": null,
        "user": null,
        "userns": null,
        "uts": null,
        "volume": [
            "okdcluster-data:/var/kubeinit"
        ],
        "volumes": [
            "okdcluster-data:/var/kubeinit"
        ],
        "volumes_from": null,
        "workdir": null
    }
}
podman_actions
[
    "podman create --name okdcluster-provision --pod okdcluster-service-pod --cap-add AUDIT_WRITE --volume okdcluster-data:/var/kubeinit kubeinit/okdcluster-provision:latest"
]
podman_systemd
{
    "container-okdcluster-provision": "# container-okdcluster-provision.service\n# autogenerated by Podman 4.5.1\n# Sun Oct 29 12:12:05 IST 2023\n\n[Unit]\nDescription=Podman container-okdcluster-provision.service\nDocumentation=man:podman-generate-systemd(1)\nWants=network-online.target\nAfter=network-online.target\nRequiresMountsFor=/run/containers/storage\n\n[Service]\nEnvironment=PODMAN_SYSTEMD_UNIT=%n\nRestart=on-failure\nTimeoutStopSec=70\nExecStart=/usr/bin/podman start okdcluster-provision\nExecStop=/usr/bin/podman stop  \\\n\t-t 10 okdcluster-provision\nExecStopPost=/usr/bin/podman stop  \\\n\t-t 10 okdcluster-provision\nPIDFile=/run/containers/storage/overlay-containers/6b856d20aed460a0ec94e6a00b1ffd73ba5436c328f2717ece270992cbe13ee0/userdata/conmon.pid\nType=forking\n\n[Install]\nWantedBy=default.target\n"
}
stderr

stderr_lines
[]
stdout
6b856d20aed460a0ec94e6a00b1ffd73ba5436c328f2717ece270992cbe13ee0
stdout_lines
[
    "6b856d20aed460a0ec94e6a00b1ffd73ba5436c328f2717ece270992cbe13ee0"
]