all:
  children:
    controllers:
      hosts:
        controller: null
    zuul_unreachable:
      hosts: {}
  hosts:
    controller:
      ansible_connection: ssh
      ansible_host: 162.253.55.204
      ansible_port: 22
      ansible_python_interpreter: auto
      ansible_user: zuul
      cilium_helm_values:
        operator:
          replicas: 1
      cilium_ipv4_cidr: 172.24.0.0/16
      kube_vip_address: 172.17.0.100
      kube_vip_interface: '{{ ansible_facts[''default_ipv4''].interface }}'
      kubernetes_hostname: '{{ ansible_facts[''default_ipv4''].address }}'
      kubernetes_version: 1.34.0
      molecule_scenario: aio
      nodepool:
        az: nova
        cloud: public
        external_id: b3a41a0f-af39-498c-917a-02c1994303eb
        host_id: c3960d6808d44d1eb7d41ff8f195b627bd14b6a9ca83ea7250fd5db8
        interface_ip: 162.253.55.204
        label: ubuntu-jammy
        node_properties: {}
        private_ipv4: 162.253.55.204
        private_ipv6: null
        provider: yul1
        public_ipv4: 162.253.55.204
        public_ipv6: 2604:e100:1:0:f816:3eff:feee:4176
        region: ca-ymq-1
        slot: null
      zuul_node:
        az: nova
        cloud: public
        external_id: b3a41a0f-af39-498c-917a-02c1994303eb
        host_id: c3960d6808d44d1eb7d41ff8f195b627bd14b6a9ca83ea7250fd5db8
        interface_ip: 162.253.55.204
        label: ubuntu-jammy
        node_properties: {}
        private_ipv4: 162.253.55.204
        private_ipv6: null
        provider: yul1
        public_ipv4: 162.253.55.204
        public_ipv6: 2604:e100:1:0:f816:3eff:feee:4176
        region: ca-ymq-1
        slot: null
        uuid: null
  vars:
    cilium_helm_values:
      operator:
        replicas: 1
    kubernetes_version: 1.34.0
    molecule_scenario: aio
    zuul:
      _inheritance_path:
      - '<Job base explicit: None implied: {MatchAny:{ImpliedBranchMatcher:main}}
        source: vexxhost/zuul-config/zuul.d/jobs.yaml@main#1>'
      - '<Job molecule explicit: None implied: {MatchAny:{ImpliedBranchMatcher:main}}
        source: vexxhost/zuul-jobs/zuul.d/ansible-jobs.yaml@main#1>'
      - '<Job ansible-collection-kubernetes-molecule explicit: None implied: {MatchAny:{ImpliedBranchMatcher:main}}
        source: vexxhost/ansible-collection-kubernetes/.zuul.yaml@main#49>'
      - '<Job ansible-collection-kubernetes-molecule-aio explicit: None implied: {MatchAny:{ImpliedBranchMatcher:main}}
        source: vexxhost/ansible-collection-kubernetes/.zuul.yaml@main#71>'
      - '<Job ansible-collection-kubernetes-molecule-aio-ubuntu-jammy explicit: None
        implied: {MatchAny:{ImpliedBranchMatcher:main}} source: vexxhost/ansible-collection-kubernetes/.zuul.yaml@main#88>'
      - '<Job ansible-collection-kubernetes-molecule-aio-ubuntu-jammy explicit: None
        implied: None source: vexxhost/ansible-collection-kubernetes/.zuul.yaml@main#173>'
      ansible_version: '9'
      attempts: 2
      branch: main
      build: 70cd9bd00d42421a84628c13bb1dd282
      build_refs:
      - branch: main
        change: '240'
        change_message: "feat: add Kubernetes log collection to molecule CI post-run\n\nCI
          failures (e.g. #238) are hard to diagnose without pod logs and object state.
          This adds a Zuul post-run step to all molecule jobs that collects and uploads
          Kubernetes diagnostics as job artifacts.\n\n## Changes\n\n- **`.zuul.yaml`**
          \u2014 wires `pre-run`, `post-run`, and `roles: opendev.org/openstack/openstack-helm`
          into the abstract `ansible-collection-kubernetes-molecule` job; all concrete
          jobs inherit this automatically\n\n- **`playbooks/zuul/pre.yml`** \u2014
          installs `jq` on test nodes (required by the openstack-helm log roles)\n\n-
          **`playbooks/zuul/post.yml`** \u2014 mirrors atmosphere's `test-playbooks/molecule/post.yml`;
          runs three roles from openstack-helm:\n  - `describe-kubernetes-objects`
          \u2014 `kubectl get/describe` for all cluster- and namespace-scoped objects\n
          \ - `gather-pod-logs` \u2014 current and previous container logs for every
          pod across all namespaces\n  - `helm-release-status` \u2014 `helm status`
          + `helm get values` for every release\n\nAll roles sync collected files
          to `zuul.executor.log_root` and use `ignore_errors: true`, so log collection
          never causes a job to fail.\n\n<!-- START COPILOT CODING AGENT TIPS -->\n---\n\n\U0001F4F1
          Kick off Copilot coding agent tasks wherever you are with [GitHub Mobile](https://gh.io/cca-mobile-docs),
          available on iOS and Android."
        change_url: https://github.com/vexxhost/ansible-collection-kubernetes/pull/240
        commit_id: 77d8bb62e961d713fa6bfc8e24dbaeab088a72ba
        patchset: 77d8bb62e961d713fa6bfc8e24dbaeab088a72ba
        project:
          canonical_hostname: github.com
          canonical_name: github.com/vexxhost/ansible-collection-kubernetes
          name: vexxhost/ansible-collection-kubernetes
          short_name: ansible-collection-kubernetes
          src_dir: src/github.com/vexxhost/ansible-collection-kubernetes
        src_dir: src/github.com/vexxhost/ansible-collection-kubernetes
        topic: null
      buildset: 8b8091aeeec9417f9454da44446619ca
      buildset_refs:
      - branch: main
        change: '240'
        change_message: "feat: add Kubernetes log collection to molecule CI post-run\n\nCI
          failures (e.g. #238) are hard to diagnose without pod logs and object state.
          This adds a Zuul post-run step to all molecule jobs that collects and uploads
          Kubernetes diagnostics as job artifacts.\n\n## Changes\n\n- **`.zuul.yaml`**
          \u2014 wires `pre-run`, `post-run`, and `roles: opendev.org/openstack/openstack-helm`
          into the abstract `ansible-collection-kubernetes-molecule` job; all concrete
          jobs inherit this automatically\n\n- **`playbooks/zuul/pre.yml`** \u2014
          installs `jq` on test nodes (required by the openstack-helm log roles)\n\n-
          **`playbooks/zuul/post.yml`** \u2014 mirrors atmosphere's `test-playbooks/molecule/post.yml`;
          runs three roles from openstack-helm:\n  - `describe-kubernetes-objects`
          \u2014 `kubectl get/describe` for all cluster- and namespace-scoped objects\n
          \ - `gather-pod-logs` \u2014 current and previous container logs for every
          pod across all namespaces\n  - `helm-release-status` \u2014 `helm status`
          + `helm get values` for every release\n\nAll roles sync collected files
          to `zuul.executor.log_root` and use `ignore_errors: true`, so log collection
          never causes a job to fail.\n\n<!-- START COPILOT CODING AGENT TIPS -->\n---\n\n\U0001F4F1
          Kick off Copilot coding agent tasks wherever you are with [GitHub Mobile](https://gh.io/cca-mobile-docs),
          available on iOS and Android."
        change_url: https://github.com/vexxhost/ansible-collection-kubernetes/pull/240
        commit_id: 77d8bb62e961d713fa6bfc8e24dbaeab088a72ba
        patchset: 77d8bb62e961d713fa6bfc8e24dbaeab088a72ba
        project:
          canonical_hostname: github.com
          canonical_name: github.com/vexxhost/ansible-collection-kubernetes
          name: vexxhost/ansible-collection-kubernetes
          short_name: ansible-collection-kubernetes
          src_dir: src/github.com/vexxhost/ansible-collection-kubernetes
        src_dir: src/github.com/vexxhost/ansible-collection-kubernetes
        topic: null
      change: '240'
      change_message: "feat: add Kubernetes log collection to molecule CI post-run\n\nCI
        failures (e.g. #238) are hard to diagnose without pod logs and object state.
        This adds a Zuul post-run step to all molecule jobs that collects and uploads
        Kubernetes diagnostics as job artifacts.\n\n## Changes\n\n- **`.zuul.yaml`**
        \u2014 wires `pre-run`, `post-run`, and `roles: opendev.org/openstack/openstack-helm`
        into the abstract `ansible-collection-kubernetes-molecule` job; all concrete
        jobs inherit this automatically\n\n- **`playbooks/zuul/pre.yml`** \u2014 installs
        `jq` on test nodes (required by the openstack-helm log roles)\n\n- **`playbooks/zuul/post.yml`**
        \u2014 mirrors atmosphere's `test-playbooks/molecule/post.yml`; runs three
        roles from openstack-helm:\n  - `describe-kubernetes-objects` \u2014 `kubectl
        get/describe` for all cluster- and namespace-scoped objects\n  - `gather-pod-logs`
        \u2014 current and previous container logs for every pod across all namespaces\n
        \ - `helm-release-status` \u2014 `helm status` + `helm get values` for every
        release\n\nAll roles sync collected files to `zuul.executor.log_root` and
        use `ignore_errors: true`, so log collection never causes a job to fail.\n\n<!--
        START COPILOT CODING AGENT TIPS -->\n---\n\n\U0001F4F1 Kick off Copilot coding
        agent tasks wherever you are with [GitHub Mobile](https://gh.io/cca-mobile-docs),
        available on iOS and Android."
      change_url: https://github.com/vexxhost/ansible-collection-kubernetes/pull/240
      child_jobs: []
      commit_id: 77d8bb62e961d713fa6bfc8e24dbaeab088a72ba
      event_id: 76f62fe0-2236-11f1-925d-71069b5b68c1
      executor:
        hostname: 0a8996d2b663
        inventory_file: /var/lib/zuul/builds/70cd9bd00d42421a84628c13bb1dd282/ansible/inventory.yaml
        log_root: /var/lib/zuul/builds/70cd9bd00d42421a84628c13bb1dd282/work/logs
        result_data_file: /var/lib/zuul/builds/70cd9bd00d42421a84628c13bb1dd282/work/results.json
        src_root: /var/lib/zuul/builds/70cd9bd00d42421a84628c13bb1dd282/work/src
        work_root: /var/lib/zuul/builds/70cd9bd00d42421a84628c13bb1dd282/work
      include_vars: []
      items:
      - branch: main
        change: '240'
        change_message: "feat: add Kubernetes log collection to molecule CI post-run\n\nCI
          failures (e.g. #238) are hard to diagnose without pod logs and object state.
          This adds a Zuul post-run step to all molecule jobs that collects and uploads
          Kubernetes diagnostics as job artifacts.\n\n## Changes\n\n- **`.zuul.yaml`**
          \u2014 wires `pre-run`, `post-run`, and `roles: opendev.org/openstack/openstack-helm`
          into the abstract `ansible-collection-kubernetes-molecule` job; all concrete
          jobs inherit this automatically\n\n- **`playbooks/zuul/pre.yml`** \u2014
          installs `jq` on test nodes (required by the openstack-helm log roles)\n\n-
          **`playbooks/zuul/post.yml`** \u2014 mirrors atmosphere's `test-playbooks/molecule/post.yml`;
          runs three roles from openstack-helm:\n  - `describe-kubernetes-objects`
          \u2014 `kubectl get/describe` for all cluster- and namespace-scoped objects\n
          \ - `gather-pod-logs` \u2014 current and previous container logs for every
          pod across all namespaces\n  - `helm-release-status` \u2014 `helm status`
          + `helm get values` for every release\n\nAll roles sync collected files
          to `zuul.executor.log_root` and use `ignore_errors: true`, so log collection
          never causes a job to fail.\n\n<!-- START COPILOT CODING AGENT TIPS -->\n---\n\n\U0001F4F1
          Kick off Copilot coding agent tasks wherever you are with [GitHub Mobile](https://gh.io/cca-mobile-docs),
          available on iOS and Android."
        change_url: https://github.com/vexxhost/ansible-collection-kubernetes/pull/240
        commit_id: 77d8bb62e961d713fa6bfc8e24dbaeab088a72ba
        patchset: 77d8bb62e961d713fa6bfc8e24dbaeab088a72ba
        project:
          canonical_hostname: github.com
          canonical_name: github.com/vexxhost/ansible-collection-kubernetes
          name: vexxhost/ansible-collection-kubernetes
          short_name: ansible-collection-kubernetes
          src_dir: src/github.com/vexxhost/ansible-collection-kubernetes
        topic: null
      job: ansible-collection-kubernetes-molecule-aio-ubuntu-jammy
      jobtags: []
      max_attempts: 3
      message: ZmVhdDogYWRkIEt1YmVybmV0ZXMgbG9nIGNvbGxlY3Rpb24gdG8gbW9sZWN1bGUgQ0kgcG9zdC1ydW4KCkNJIGZhaWx1cmVzIChlLmcuICMyMzgpIGFyZSBoYXJkIHRvIGRpYWdub3NlIHdpdGhvdXQgcG9kIGxvZ3MgYW5kIG9iamVjdCBzdGF0ZS4gVGhpcyBhZGRzIGEgWnV1bCBwb3N0LXJ1biBzdGVwIHRvIGFsbCBtb2xlY3VsZSBqb2JzIHRoYXQgY29sbGVjdHMgYW5kIHVwbG9hZHMgS3ViZXJuZXRlcyBkaWFnbm9zdGljcyBhcyBqb2IgYXJ0aWZhY3RzLgoKIyMgQ2hhbmdlcwoKLSAqKmAuenV1bC55YW1sYCoqIOKAlCB3aXJlcyBgcHJlLXJ1bmAsIGBwb3N0LXJ1bmAsIGFuZCBgcm9sZXM6IG9wZW5kZXYub3JnL29wZW5zdGFjay9vcGVuc3RhY2staGVsbWAgaW50byB0aGUgYWJzdHJhY3QgYGFuc2libGUtY29sbGVjdGlvbi1rdWJlcm5ldGVzLW1vbGVjdWxlYCBqb2I7IGFsbCBjb25jcmV0ZSBqb2JzIGluaGVyaXQgdGhpcyBhdXRvbWF0aWNhbGx5CgotICoqYHBsYXlib29rcy96dXVsL3ByZS55bWxgKiog4oCUIGluc3RhbGxzIGBqcWAgb24gdGVzdCBub2RlcyAocmVxdWlyZWQgYnkgdGhlIG9wZW5zdGFjay1oZWxtIGxvZyByb2xlcykKCi0gKipgcGxheWJvb2tzL3p1dWwvcG9zdC55bWxgKiog4oCUIG1pcnJvcnMgYXRtb3NwaGVyZSdzIGB0ZXN0LXBsYXlib29rcy9tb2xlY3VsZS9wb3N0LnltbGA7IHJ1bnMgdGhyZWUgcm9sZXMgZnJvbSBvcGVuc3RhY2staGVsbToKICAtIGBkZXNjcmliZS1rdWJlcm5ldGVzLW9iamVjdHNgIOKAlCBga3ViZWN0bCBnZXQvZGVzY3JpYmVgIGZvciBhbGwgY2x1c3Rlci0gYW5kIG5hbWVzcGFjZS1zY29wZWQgb2JqZWN0cwogIC0gYGdhdGhlci1wb2QtbG9nc2Ag4oCUIGN1cnJlbnQgYW5kIHByZXZpb3VzIGNvbnRhaW5lciBsb2dzIGZvciBldmVyeSBwb2QgYWNyb3NzIGFsbCBuYW1lc3BhY2VzCiAgLSBgaGVsbS1yZWxlYXNlLXN0YXR1c2Ag4oCUIGBoZWxtIHN0YXR1c2AgKyBgaGVsbSBnZXQgdmFsdWVzYCBmb3IgZXZlcnkgcmVsZWFzZQoKQWxsIHJvbGVzIHN5bmMgY29sbGVjdGVkIGZpbGVzIHRvIGB6dXVsLmV4ZWN1dG9yLmxvZ19yb290YCBhbmQgdXNlIGBpZ25vcmVfZXJyb3JzOiB0cnVlYCwgc28gbG9nIGNvbGxlY3Rpb24gbmV2ZXIgY2F1c2VzIGEgam9iIHRvIGZhaWwuCgo8IS0tIFNUQVJUIENPUElMT1QgQ09ESU5HIEFHRU5UIFRJUFMgLS0+Ci0tLQoK8J+TsSBLaWNrIG9mZiBDb3BpbG90IGNvZGluZyBhZ2VudCB0YXNrcyB3aGVyZXZlciB5b3UgYXJlIHdpdGggW0dpdEh1YiBNb2JpbGVdKGh0dHBzOi8vZ2guaW8vY2NhLW1vYmlsZS1kb2NzKSwgYXZhaWxhYmxlIG9uIGlPUyBhbmQgQW5kcm9pZC4=
      patchset: 77d8bb62e961d713fa6bfc8e24dbaeab088a72ba
      pipeline: check
      playbook_context:
        playbook_projects:
          trusted/project_0/github.com/vexxhost/zuul-config:
            canonical_name: github.com/vexxhost/zuul-config
            checkout: main
            commit: 9052b5a7781b3346e4cffd452a54448cbff54d8b
          trusted/project_1/opendev.org/zuul/zuul-jobs:
            canonical_name: opendev.org/zuul/zuul-jobs
            checkout: master
            commit: c75fe6ef19c05b98349573c971950c51bbf24758
          trusted/project_2/github.com/vexxhost/zuul-jobs:
            canonical_name: github.com/vexxhost/zuul-jobs
            checkout: main
            commit: a6e68243e02ef030ce5e75f8b67630880c475f33
          untrusted/project_0/github.com/vexxhost/zuul-jobs:
            canonical_name: github.com/vexxhost/zuul-jobs
            checkout: main
            commit: a6e68243e02ef030ce5e75f8b67630880c475f33
          untrusted/project_1/github.com/vexxhost/zuul-config:
            canonical_name: github.com/vexxhost/zuul-config
            checkout: main
            commit: 9052b5a7781b3346e4cffd452a54448cbff54d8b
          untrusted/project_2/opendev.org/zuul/zuul-jobs:
            canonical_name: opendev.org/zuul/zuul-jobs
            checkout: master
            commit: c75fe6ef19c05b98349573c971950c51bbf24758
          untrusted/project_3/github.com/vexxhost/ansible-collection-kubernetes:
            canonical_name: github.com/vexxhost/ansible-collection-kubernetes
            checkout: main
            commit: aeefbb1f3e8f8d84bd56fd90413ecd81cb195ae1
          untrusted/project_4/opendev.org/openstack/openstack-helm:
            canonical_name: opendev.org/openstack/openstack-helm
            checkout: master
            commit: f5ea292118ac93fc8d50a2424cc2c83907e1df6b
        playbooks:
        - path: untrusted/project_0/github.com/vexxhost/zuul-jobs/playbooks/molecule/run.yaml
          roles:
          - checkout: master
            checkout_description: project default branch
            link_name: ansible/playbook_0/role_1/zuul-jobs
            link_target: untrusted/project_2/opendev.org/zuul/zuul-jobs
            role_path: ansible/playbook_0/role_1/zuul-jobs/roles
          - checkout: main
            checkout_description: playbook branch
            link_name: ansible/playbook_0/role_2/zuul-jobs
            link_target: untrusted/project_0/github.com/vexxhost/zuul-jobs
            role_path: ansible/playbook_0/role_2/zuul-jobs/roles
        post_playbooks:
        - path: untrusted/project_3/github.com/vexxhost/ansible-collection-kubernetes/test-playbooks/molecule/post.yml
          roles:
          - checkout: main
            checkout_description: playbook branch
            link_name: ansible/post_playbook_0/role_0/collection-kubernetes
            link_target: untrusted/project_3/github.com/vexxhost/ansible-collection-kubernetes
            role_path: ansible/post_playbook_0/role_0/collection-kubernetes/roles
          - checkout: master
            checkout_description: project default branch
            link_name: ansible/post_playbook_0/role_1/openstack-helm
            link_target: untrusted/project_4/opendev.org/openstack/openstack-helm
            role_path: ansible/post_playbook_0/role_1/openstack-helm/roles
          - checkout: master
            checkout_description: project default branch
            link_name: ansible/post_playbook_0/role_3/zuul-jobs
            link_target: untrusted/project_2/opendev.org/zuul/zuul-jobs
            role_path: ansible/post_playbook_0/role_3/zuul-jobs/roles
          - checkout: main
            checkout_description: zuul branch
            link_name: ansible/post_playbook_0/role_4/zuul-jobs
            link_target: untrusted/project_0/github.com/vexxhost/zuul-jobs
            role_path: ansible/post_playbook_0/role_4/zuul-jobs/roles
        - path: trusted/project_0/github.com/vexxhost/zuul-config/playbooks/base/post.yaml
          roles:
          - checkout: master
            checkout_description: project default branch
            link_name: ansible/post_playbook_1/role_1/zuul-jobs
            link_target: trusted/project_1/opendev.org/zuul/zuul-jobs
            role_path: ansible/post_playbook_1/role_1/zuul-jobs/roles
          - checkout: main
            checkout_description: zuul branch
            link_name: ansible/post_playbook_1/role_2/zuul-jobs
            link_target: trusted/project_2/github.com/vexxhost/zuul-jobs
            role_path: ansible/post_playbook_1/role_2/zuul-jobs/roles
        - path: trusted/project_0/github.com/vexxhost/zuul-config/playbooks/base/post-logs.yaml
          roles:
          - checkout: master
            checkout_description: project default branch
            link_name: ansible/post_playbook_2/role_1/zuul-jobs
            link_target: trusted/project_1/opendev.org/zuul/zuul-jobs
            role_path: ansible/post_playbook_2/role_1/zuul-jobs/roles
          - checkout: main
            checkout_description: zuul branch
            link_name: ansible/post_playbook_2/role_2/zuul-jobs
            link_target: trusted/project_2/github.com/vexxhost/zuul-jobs
            role_path: ansible/post_playbook_2/role_2/zuul-jobs/roles
        pre_playbooks:
        - path: trusted/project_0/github.com/vexxhost/zuul-config/playbooks/base/pre.yaml
          roles:
          - checkout: master
            checkout_description: project default branch
            link_name: ansible/pre_playbook_0/role_1/zuul-jobs
            link_target: trusted/project_1/opendev.org/zuul/zuul-jobs
            role_path: ansible/pre_playbook_0/role_1/zuul-jobs/roles
          - checkout: main
            checkout_description: zuul branch
            link_name: ansible/pre_playbook_0/role_2/zuul-jobs
            link_target: trusted/project_2/github.com/vexxhost/zuul-jobs
            role_path: ansible/pre_playbook_0/role_2/zuul-jobs/roles
        - path: untrusted/project_0/github.com/vexxhost/zuul-jobs/playbooks/molecule/pre.yaml
          roles:
          - checkout: master
            checkout_description: project default branch
            link_name: ansible/pre_playbook_1/role_1/zuul-jobs
            link_target: untrusted/project_2/opendev.org/zuul/zuul-jobs
            role_path: ansible/pre_playbook_1/role_1/zuul-jobs/roles
          - checkout: main
            checkout_description: playbook branch
            link_name: ansible/pre_playbook_1/role_2/zuul-jobs
            link_target: untrusted/project_0/github.com/vexxhost/zuul-jobs
            role_path: ansible/pre_playbook_1/role_2/zuul-jobs/roles
        - path: untrusted/project_3/github.com/vexxhost/ansible-collection-kubernetes/test-playbooks/molecule/pre.yml
          roles:
          - checkout: main
            checkout_description: playbook branch
            link_name: ansible/pre_playbook_2/role_0/collection-kubernetes
            link_target: untrusted/project_3/github.com/vexxhost/ansible-collection-kubernetes
            role_path: ansible/pre_playbook_2/role_0/collection-kubernetes/roles
          - checkout: master
            checkout_description: project default branch
            link_name: ansible/pre_playbook_2/role_1/openstack-helm
            link_target: untrusted/project_4/opendev.org/openstack/openstack-helm
            role_path: ansible/pre_playbook_2/role_1/openstack-helm/roles
          - checkout: master
            checkout_description: project default branch
            link_name: ansible/pre_playbook_2/role_3/zuul-jobs
            link_target: untrusted/project_2/opendev.org/zuul/zuul-jobs
            role_path: ansible/pre_playbook_2/role_3/zuul-jobs/roles
          - checkout: main
            checkout_description: zuul branch
            link_name: ansible/pre_playbook_2/role_4/zuul-jobs
            link_target: untrusted/project_0/github.com/vexxhost/zuul-jobs
            role_path: ansible/pre_playbook_2/role_4/zuul-jobs/roles
      post_review: false
      post_timeout: null
      pre_timeout: null
      project:
        canonical_hostname: github.com
        canonical_name: github.com/vexxhost/ansible-collection-kubernetes
        name: vexxhost/ansible-collection-kubernetes
        short_name: ansible-collection-kubernetes
        src_dir: src/github.com/vexxhost/ansible-collection-kubernetes
      projects:
        github.com/vexxhost/ansible-collection-kubernetes:
          canonical_hostname: github.com
          canonical_name: github.com/vexxhost/ansible-collection-kubernetes
          checkout: main
          checkout_description: zuul branch
          commit: aeefbb1f3e8f8d84bd56fd90413ecd81cb195ae1
          name: vexxhost/ansible-collection-kubernetes
          required: false
          short_name: ansible-collection-kubernetes
          src_dir: src/github.com/vexxhost/ansible-collection-kubernetes
      ref: refs/pull/240/head
      resources: {}
      tenant: oss
      timeout: 1800
      topic: null
      voting: true
