all:
  children:
    controllers:
      hosts:
        controller: null
    zuul_unreachable:
      hosts: {}
  hosts:
    controller:
      ansible_connection: ssh
      ansible_host: 199.204.45.205
      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_bgp_multihop: true
      kube_vip_bgp_peeraddress: '{{ ansible_facts[''default_ipv4''].address }}'
      kube_vip_bgp_routerid: 172.17.0.100
      kube_vip_bgp_sourceip: 172.17.0.100
      kube_vip_interface: '{{ ansible_facts[''default_ipv4''].interface }}'
      kube_vip_mode: bgp
      kubernetes_hostname: '{{ ansible_facts[''default_ipv4''].address }}'
      kubernetes_version: 1.34.0
      molecule_scenario: bgp
      nodepool:
        az: nova
        cloud: public
        external_id: a03dd598-bdd0-42ab-a9f5-e8237be95cd2
        host_id: a14e37c14509a0e10156ccf8c706cd5613db7e363735e5577c330644
        interface_ip: 199.204.45.205
        label: debian-trixie
        node_properties: {}
        private_ipv4: 199.204.45.205
        private_ipv6: null
        provider: yul1
        public_ipv4: 199.204.45.205
        public_ipv6: 2604:e100:1:0:f816:3eff:fe77:7b4
        region: ca-ymq-1
        slot: null
      zuul_node:
        az: nova
        cloud: public
        external_id: a03dd598-bdd0-42ab-a9f5-e8237be95cd2
        host_id: a14e37c14509a0e10156ccf8c706cd5613db7e363735e5577c330644
        interface_ip: 199.204.45.205
        label: debian-trixie
        node_properties: {}
        private_ipv4: 199.204.45.205
        private_ipv6: null
        provider: yul1
        public_ipv4: 199.204.45.205
        public_ipv6: 2604:e100:1:0:f816:3eff:fe77:7b4
        region: ca-ymq-1
        slot: null
        uuid: null
  vars:
    cilium_helm_values:
      operator:
        replicas: 1
    kubernetes_version: 1.34.0
    molecule_scenario: bgp
    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-bgp explicit: None implied: {MatchAny:{ImpliedBranchMatcher:main}}
        source: vexxhost/ansible-collection-kubernetes/.zuul.yaml@main#101>'
      - '<Job ansible-collection-kubernetes-molecule-bgp explicit: None implied: None
        source: vexxhost/ansible-collection-kubernetes/.zuul.yaml@main#176>'
      ansible_version: '9'
      attempts: 1
      branch: main
      build: fb05e8b6cfcb46eab96d780d2e2f9556
      build_refs:
      - branch: main
        change: '272'
        change_message: "chore(deps): update step-security/harden-runner action to
          v2.19.1\n\nThis PR contains the following updates:\n\n| Package | Type |
          Update | Change |\n|---|---|---|---|\n| [step-security/harden-runner](https://redirect.github.com/step-security/harden-runner)
          | action | patch | `v2.19.0` \u2192 `v2.19.1` |\n\n---\n\n### Release Notes\n\n<details>\n<summary>step-security/harden-runner
          (step-security/harden-runner)</summary>\n\n### [`v2.19.1`](https://redirect.github.com/step-security/harden-runner/releases/tag/v2.19.1)\n\n[Compare
          Source](https://redirect.github.com/step-security/harden-runner/compare/v2.19.0...v2.19.1)\n\n####
          What's Changed\n\n- fix: detect ubuntu-slim runners early and bail out by
          [@&#8203;devantler](https://redirect.github.com/devantler) in [#&#8203;657](https://redirect.github.com/step-security/harden-runner/pull/657)\n\nWhat
          the fix changes\n\n- Harden-Runner will detect `ubuntu-slim` runners and
          exit cleanly with an informational log message, instead of post harden runner
          step failing on chown: invalid user: 'undefined'.\n\nWhat the fix does not
          do\n\n- Jobs running on `ubuntu-slim` will not be monitored by Harden-Runner.
          The agent relies on kernel-level features (that require elevated capabilities).\n-
          Per GitHub's docs on [single-CPU runners](https://docs.github.com/en/actions/reference/runners/github-hosted-runners#single-cpu-runners):
          \"The container for ubuntu-slim runners runs in unprivileged mode. This
          means that some operations requiring elevated privileges such as mounting
          file systems, using Docker-in-Docker, or accessing low-level kernel features
          are not supported.\"  Those low-level kernel features are what the agent
          needs, so monitoring inside the unprivileged container is not feasible today.\n\nFor
          StepSecurity enterprise customers\nIf your security posture requires that
          workflows are always monitored, you can block the use of `ubuntu-slim` via
          workflow run policies see the [Runner Label Policy](https://docs.stepsecurity.io/workflow-run-policies/policies#runner-label-policy)
          docs. This lets you enforce that jobs only run on monitored runner types.\n\n####
          New Contributors\n\n- [@&#8203;devantler](https://redirect.github.com/devantler)
          made their first contribution in [#&#8203;657](https://redirect.github.com/step-security/harden-runner/pull/657)\n\n**Full
          Changelog**: <https://github.com/step-security/harden-runner/compare/v2.19.0...v2.19.1>\n\n</details>\n\n---\n\n###
          Configuration\n\n\U0001F4C5 **Schedule**: (UTC)\n\n- Branch creation\n  -
          At any time (no schedule defined)\n- Automerge\n  - At any time (no schedule
          defined)\n\n\U0001F6A6 **Automerge**: Enabled.\n\n\u267B **Rebasing**: Whenever
          PR is behind base branch, or you tick the rebase/retry checkbox.\n\n\U0001F515
          **Ignore**: Close this PR and you won't be reminded about this update again.\n\n---\n\n
          - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this
          box\n\n---\n\nThis PR was generated by [Mend Renovate](https://mend.io/renovate/).
          View the [repository job log](https://developer.mend.io/github/vexxhost/ansible-collection-kubernetes).\n<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNTkuMiIsInVwZGF0ZWRJblZlciI6IjQzLjE1OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->\n"
        change_url: https://github.com/vexxhost/ansible-collection-kubernetes/pull/272
        commit_id: 6bc40e95473ef1f281912d2863b2c78ec7a1cda0
        patchset: 6bc40e95473ef1f281912d2863b2c78ec7a1cda0
        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: 410a56a02546418c9c88dddbbdbf2135
      buildset_refs:
      - branch: main
        change: '272'
        change_message: "chore(deps): update step-security/harden-runner action to
          v2.19.1\n\nThis PR contains the following updates:\n\n| Package | Type |
          Update | Change |\n|---|---|---|---|\n| [step-security/harden-runner](https://redirect.github.com/step-security/harden-runner)
          | action | patch | `v2.19.0` \u2192 `v2.19.1` |\n\n---\n\n### Release Notes\n\n<details>\n<summary>step-security/harden-runner
          (step-security/harden-runner)</summary>\n\n### [`v2.19.1`](https://redirect.github.com/step-security/harden-runner/releases/tag/v2.19.1)\n\n[Compare
          Source](https://redirect.github.com/step-security/harden-runner/compare/v2.19.0...v2.19.1)\n\n####
          What's Changed\n\n- fix: detect ubuntu-slim runners early and bail out by
          [@&#8203;devantler](https://redirect.github.com/devantler) in [#&#8203;657](https://redirect.github.com/step-security/harden-runner/pull/657)\n\nWhat
          the fix changes\n\n- Harden-Runner will detect `ubuntu-slim` runners and
          exit cleanly with an informational log message, instead of post harden runner
          step failing on chown: invalid user: 'undefined'.\n\nWhat the fix does not
          do\n\n- Jobs running on `ubuntu-slim` will not be monitored by Harden-Runner.
          The agent relies on kernel-level features (that require elevated capabilities).\n-
          Per GitHub's docs on [single-CPU runners](https://docs.github.com/en/actions/reference/runners/github-hosted-runners#single-cpu-runners):
          \"The container for ubuntu-slim runners runs in unprivileged mode. This
          means that some operations requiring elevated privileges such as mounting
          file systems, using Docker-in-Docker, or accessing low-level kernel features
          are not supported.\"  Those low-level kernel features are what the agent
          needs, so monitoring inside the unprivileged container is not feasible today.\n\nFor
          StepSecurity enterprise customers\nIf your security posture requires that
          workflows are always monitored, you can block the use of `ubuntu-slim` via
          workflow run policies see the [Runner Label Policy](https://docs.stepsecurity.io/workflow-run-policies/policies#runner-label-policy)
          docs. This lets you enforce that jobs only run on monitored runner types.\n\n####
          New Contributors\n\n- [@&#8203;devantler](https://redirect.github.com/devantler)
          made their first contribution in [#&#8203;657](https://redirect.github.com/step-security/harden-runner/pull/657)\n\n**Full
          Changelog**: <https://github.com/step-security/harden-runner/compare/v2.19.0...v2.19.1>\n\n</details>\n\n---\n\n###
          Configuration\n\n\U0001F4C5 **Schedule**: (UTC)\n\n- Branch creation\n  -
          At any time (no schedule defined)\n- Automerge\n  - At any time (no schedule
          defined)\n\n\U0001F6A6 **Automerge**: Enabled.\n\n\u267B **Rebasing**: Whenever
          PR is behind base branch, or you tick the rebase/retry checkbox.\n\n\U0001F515
          **Ignore**: Close this PR and you won't be reminded about this update again.\n\n---\n\n
          - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this
          box\n\n---\n\nThis PR was generated by [Mend Renovate](https://mend.io/renovate/).
          View the [repository job log](https://developer.mend.io/github/vexxhost/ansible-collection-kubernetes).\n<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNTkuMiIsInVwZGF0ZWRJblZlciI6IjQzLjE1OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->\n"
        change_url: https://github.com/vexxhost/ansible-collection-kubernetes/pull/272
        commit_id: 6bc40e95473ef1f281912d2863b2c78ec7a1cda0
        patchset: 6bc40e95473ef1f281912d2863b2c78ec7a1cda0
        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: '272'
      change_message: "chore(deps): update step-security/harden-runner action to v2.19.1\n\nThis
        PR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n|
        [step-security/harden-runner](https://redirect.github.com/step-security/harden-runner)
        | action | patch | `v2.19.0` \u2192 `v2.19.1` |\n\n---\n\n### Release Notes\n\n<details>\n<summary>step-security/harden-runner
        (step-security/harden-runner)</summary>\n\n### [`v2.19.1`](https://redirect.github.com/step-security/harden-runner/releases/tag/v2.19.1)\n\n[Compare
        Source](https://redirect.github.com/step-security/harden-runner/compare/v2.19.0...v2.19.1)\n\n####
        What's Changed\n\n- fix: detect ubuntu-slim runners early and bail out by
        [@&#8203;devantler](https://redirect.github.com/devantler) in [#&#8203;657](https://redirect.github.com/step-security/harden-runner/pull/657)\n\nWhat
        the fix changes\n\n- Harden-Runner will detect `ubuntu-slim` runners and exit
        cleanly with an informational log message, instead of post harden runner step
        failing on chown: invalid user: 'undefined'.\n\nWhat the fix does not do\n\n-
        Jobs running on `ubuntu-slim` will not be monitored by Harden-Runner. The
        agent relies on kernel-level features (that require elevated capabilities).\n-
        Per GitHub's docs on [single-CPU runners](https://docs.github.com/en/actions/reference/runners/github-hosted-runners#single-cpu-runners):
        \"The container for ubuntu-slim runners runs in unprivileged mode. This means
        that some operations requiring elevated privileges such as mounting file systems,
        using Docker-in-Docker, or accessing low-level kernel features are not supported.\"
        \ Those low-level kernel features are what the agent needs, so monitoring
        inside the unprivileged container is not feasible today.\n\nFor StepSecurity
        enterprise customers\nIf your security posture requires that workflows are
        always monitored, you can block the use of `ubuntu-slim` via workflow run
        policies see the [Runner Label Policy](https://docs.stepsecurity.io/workflow-run-policies/policies#runner-label-policy)
        docs. This lets you enforce that jobs only run on monitored runner types.\n\n####
        New Contributors\n\n- [@&#8203;devantler](https://redirect.github.com/devantler)
        made their first contribution in [#&#8203;657](https://redirect.github.com/step-security/harden-runner/pull/657)\n\n**Full
        Changelog**: <https://github.com/step-security/harden-runner/compare/v2.19.0...v2.19.1>\n\n</details>\n\n---\n\n###
        Configuration\n\n\U0001F4C5 **Schedule**: (UTC)\n\n- Branch creation\n  -
        At any time (no schedule defined)\n- Automerge\n  - At any time (no schedule
        defined)\n\n\U0001F6A6 **Automerge**: Enabled.\n\n\u267B **Rebasing**: Whenever
        PR is behind base branch, or you tick the rebase/retry checkbox.\n\n\U0001F515
        **Ignore**: Close this PR and you won't be reminded about this update again.\n\n---\n\n
        - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this
        box\n\n---\n\nThis PR was generated by [Mend Renovate](https://mend.io/renovate/).
        View the [repository job log](https://developer.mend.io/github/vexxhost/ansible-collection-kubernetes).\n<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNTkuMiIsInVwZGF0ZWRJblZlciI6IjQzLjE1OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->\n"
      change_url: https://github.com/vexxhost/ansible-collection-kubernetes/pull/272
      child_jobs: []
      commit_id: 6bc40e95473ef1f281912d2863b2c78ec7a1cda0
      event_id: b77ec970-4ba6-11f1-8a7b-9de7472000d9
      executor:
        hostname: 2d72f0692154
        inventory_file: /var/lib/zuul/builds/fb05e8b6cfcb46eab96d780d2e2f9556/ansible/inventory.yaml
        log_root: /var/lib/zuul/builds/fb05e8b6cfcb46eab96d780d2e2f9556/work/logs
        result_data_file: /var/lib/zuul/builds/fb05e8b6cfcb46eab96d780d2e2f9556/work/results.json
        src_root: /var/lib/zuul/builds/fb05e8b6cfcb46eab96d780d2e2f9556/work/src
        work_root: /var/lib/zuul/builds/fb05e8b6cfcb46eab96d780d2e2f9556/work
      include_vars: []
      items:
      - branch: main
        change: '272'
        change_message: "chore(deps): update step-security/harden-runner action to
          v2.19.1\n\nThis PR contains the following updates:\n\n| Package | Type |
          Update | Change |\n|---|---|---|---|\n| [step-security/harden-runner](https://redirect.github.com/step-security/harden-runner)
          | action | patch | `v2.19.0` \u2192 `v2.19.1` |\n\n---\n\n### Release Notes\n\n<details>\n<summary>step-security/harden-runner
          (step-security/harden-runner)</summary>\n\n### [`v2.19.1`](https://redirect.github.com/step-security/harden-runner/releases/tag/v2.19.1)\n\n[Compare
          Source](https://redirect.github.com/step-security/harden-runner/compare/v2.19.0...v2.19.1)\n\n####
          What's Changed\n\n- fix: detect ubuntu-slim runners early and bail out by
          [@&#8203;devantler](https://redirect.github.com/devantler) in [#&#8203;657](https://redirect.github.com/step-security/harden-runner/pull/657)\n\nWhat
          the fix changes\n\n- Harden-Runner will detect `ubuntu-slim` runners and
          exit cleanly with an informational log message, instead of post harden runner
          step failing on chown: invalid user: 'undefined'.\n\nWhat the fix does not
          do\n\n- Jobs running on `ubuntu-slim` will not be monitored by Harden-Runner.
          The agent relies on kernel-level features (that require elevated capabilities).\n-
          Per GitHub's docs on [single-CPU runners](https://docs.github.com/en/actions/reference/runners/github-hosted-runners#single-cpu-runners):
          \"The container for ubuntu-slim runners runs in unprivileged mode. This
          means that some operations requiring elevated privileges such as mounting
          file systems, using Docker-in-Docker, or accessing low-level kernel features
          are not supported.\"  Those low-level kernel features are what the agent
          needs, so monitoring inside the unprivileged container is not feasible today.\n\nFor
          StepSecurity enterprise customers\nIf your security posture requires that
          workflows are always monitored, you can block the use of `ubuntu-slim` via
          workflow run policies see the [Runner Label Policy](https://docs.stepsecurity.io/workflow-run-policies/policies#runner-label-policy)
          docs. This lets you enforce that jobs only run on monitored runner types.\n\n####
          New Contributors\n\n- [@&#8203;devantler](https://redirect.github.com/devantler)
          made their first contribution in [#&#8203;657](https://redirect.github.com/step-security/harden-runner/pull/657)\n\n**Full
          Changelog**: <https://github.com/step-security/harden-runner/compare/v2.19.0...v2.19.1>\n\n</details>\n\n---\n\n###
          Configuration\n\n\U0001F4C5 **Schedule**: (UTC)\n\n- Branch creation\n  -
          At any time (no schedule defined)\n- Automerge\n  - At any time (no schedule
          defined)\n\n\U0001F6A6 **Automerge**: Enabled.\n\n\u267B **Rebasing**: Whenever
          PR is behind base branch, or you tick the rebase/retry checkbox.\n\n\U0001F515
          **Ignore**: Close this PR and you won't be reminded about this update again.\n\n---\n\n
          - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this
          box\n\n---\n\nThis PR was generated by [Mend Renovate](https://mend.io/renovate/).
          View the [repository job log](https://developer.mend.io/github/vexxhost/ansible-collection-kubernetes).\n<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNTkuMiIsInVwZGF0ZWRJblZlciI6IjQzLjE1OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->\n"
        change_url: https://github.com/vexxhost/ansible-collection-kubernetes/pull/272
        commit_id: 6bc40e95473ef1f281912d2863b2c78ec7a1cda0
        patchset: 6bc40e95473ef1f281912d2863b2c78ec7a1cda0
        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-bgp
      jobtags: []
      max_attempts: 3
      message: Y2hvcmUoZGVwcyk6IHVwZGF0ZSBzdGVwLXNlY3VyaXR5L2hhcmRlbi1ydW5uZXIgYWN0aW9uIHRvIHYyLjE5LjEKClRoaXMgUFIgY29udGFpbnMgdGhlIGZvbGxvd2luZyB1cGRhdGVzOgoKfCBQYWNrYWdlIHwgVHlwZSB8IFVwZGF0ZSB8IENoYW5nZSB8CnwtLS18LS0tfC0tLXwtLS18CnwgW3N0ZXAtc2VjdXJpdHkvaGFyZGVuLXJ1bm5lcl0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3N0ZXAtc2VjdXJpdHkvaGFyZGVuLXJ1bm5lcikgfCBhY3Rpb24gfCBwYXRjaCB8IGB2Mi4xOS4wYCDihpIgYHYyLjE5LjFgIHwKCi0tLQoKIyMjIFJlbGVhc2UgTm90ZXMKCjxkZXRhaWxzPgo8c3VtbWFyeT5zdGVwLXNlY3VyaXR5L2hhcmRlbi1ydW5uZXIgKHN0ZXAtc2VjdXJpdHkvaGFyZGVuLXJ1bm5lcik8L3N1bW1hcnk+CgojIyMgW2B2Mi4xOS4xYF0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3N0ZXAtc2VjdXJpdHkvaGFyZGVuLXJ1bm5lci9yZWxlYXNlcy90YWcvdjIuMTkuMSkKCltDb21wYXJlIFNvdXJjZV0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3N0ZXAtc2VjdXJpdHkvaGFyZGVuLXJ1bm5lci9jb21wYXJlL3YyLjE5LjAuLi52Mi4xOS4xKQoKIyMjIyBXaGF0J3MgQ2hhbmdlZAoKLSBmaXg6IGRldGVjdCB1YnVudHUtc2xpbSBydW5uZXJzIGVhcmx5IGFuZCBiYWlsIG91dCBieSBbQCYjODIwMztkZXZhbnRsZXJdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9kZXZhbnRsZXIpIGluIFsjJiM4MjAzOzY1N10oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3N0ZXAtc2VjdXJpdHkvaGFyZGVuLXJ1bm5lci9wdWxsLzY1NykKCldoYXQgdGhlIGZpeCBjaGFuZ2VzCgotIEhhcmRlbi1SdW5uZXIgd2lsbCBkZXRlY3QgYHVidW50dS1zbGltYCBydW5uZXJzIGFuZCBleGl0IGNsZWFubHkgd2l0aCBhbiBpbmZvcm1hdGlvbmFsIGxvZyBtZXNzYWdlLCBpbnN0ZWFkIG9mIHBvc3QgaGFyZGVuIHJ1bm5lciBzdGVwIGZhaWxpbmcgb24gY2hvd246IGludmFsaWQgdXNlcjogJ3VuZGVmaW5lZCcuCgpXaGF0IHRoZSBmaXggZG9lcyBub3QgZG8KCi0gSm9icyBydW5uaW5nIG9uIGB1YnVudHUtc2xpbWAgd2lsbCBub3QgYmUgbW9uaXRvcmVkIGJ5IEhhcmRlbi1SdW5uZXIuIFRoZSBhZ2VudCByZWxpZXMgb24ga2VybmVsLWxldmVsIGZlYXR1cmVzICh0aGF0IHJlcXVpcmUgZWxldmF0ZWQgY2FwYWJpbGl0aWVzKS4KLSBQZXIgR2l0SHViJ3MgZG9jcyBvbiBbc2luZ2xlLUNQVSBydW5uZXJzXShodHRwczovL2RvY3MuZ2l0aHViLmNvbS9lbi9hY3Rpb25zL3JlZmVyZW5jZS9ydW5uZXJzL2dpdGh1Yi1ob3N0ZWQtcnVubmVycyNzaW5nbGUtY3B1LXJ1bm5lcnMpOiAiVGhlIGNvbnRhaW5lciBmb3IgdWJ1bnR1LXNsaW0gcnVubmVycyBydW5zIGluIHVucHJpdmlsZWdlZCBtb2RlLiBUaGlzIG1lYW5zIHRoYXQgc29tZSBvcGVyYXRpb25zIHJlcXVpcmluZyBlbGV2YXRlZCBwcml2aWxlZ2VzIHN1Y2ggYXMgbW91bnRpbmcgZmlsZSBzeXN0ZW1zLCB1c2luZyBEb2NrZXItaW4tRG9ja2VyLCBvciBhY2Nlc3NpbmcgbG93LWxldmVsIGtlcm5lbCBmZWF0dXJlcyBhcmUgbm90IHN1cHBvcnRlZC4iICBUaG9zZSBsb3ctbGV2ZWwga2VybmVsIGZlYXR1cmVzIGFyZSB3aGF0IHRoZSBhZ2VudCBuZWVkcywgc28gbW9uaXRvcmluZyBpbnNpZGUgdGhlIHVucHJpdmlsZWdlZCBjb250YWluZXIgaXMgbm90IGZlYXNpYmxlIHRvZGF5LgoKRm9yIFN0ZXBTZWN1cml0eSBlbnRlcnByaXNlIGN1c3RvbWVycwpJZiB5b3VyIHNlY3VyaXR5IHBvc3R1cmUgcmVxdWlyZXMgdGhhdCB3b3JrZmxvd3MgYXJlIGFsd2F5cyBtb25pdG9yZWQsIHlvdSBjYW4gYmxvY2sgdGhlIHVzZSBvZiBgdWJ1bnR1LXNsaW1gIHZpYSB3b3JrZmxvdyBydW4gcG9saWNpZXMgc2VlIHRoZSBbUnVubmVyIExhYmVsIFBvbGljeV0oaHR0cHM6Ly9kb2NzLnN0ZXBzZWN1cml0eS5pby93b3JrZmxvdy1ydW4tcG9saWNpZXMvcG9saWNpZXMjcnVubmVyLWxhYmVsLXBvbGljeSkgZG9jcy4gVGhpcyBsZXRzIHlvdSBlbmZvcmNlIHRoYXQgam9icyBvbmx5IHJ1biBvbiBtb25pdG9yZWQgcnVubmVyIHR5cGVzLgoKIyMjIyBOZXcgQ29udHJpYnV0b3JzCgotIFtAJiM4MjAzO2RldmFudGxlcl0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2RldmFudGxlcikgbWFkZSB0aGVpciBmaXJzdCBjb250cmlidXRpb24gaW4gWyMmIzgyMDM7NjU3XShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vc3RlcC1zZWN1cml0eS9oYXJkZW4tcnVubmVyL3B1bGwvNjU3KQoKKipGdWxsIENoYW5nZWxvZyoqOiA8aHR0cHM6Ly9naXRodWIuY29tL3N0ZXAtc2VjdXJpdHkvaGFyZGVuLXJ1bm5lci9jb21wYXJlL3YyLjE5LjAuLi52Mi4xOS4xPgoKPC9kZXRhaWxzPgoKLS0tCgojIyMgQ29uZmlndXJhdGlvbgoK8J+ThSAqKlNjaGVkdWxlKio6IChVVEMpCgotIEJyYW5jaCBjcmVhdGlvbgogIC0gQXQgYW55IHRpbWUgKG5vIHNjaGVkdWxlIGRlZmluZWQpCi0gQXV0b21lcmdlCiAgLSBBdCBhbnkgdGltZSAobm8gc2NoZWR1bGUgZGVmaW5lZCkKCvCfmqYgKipBdXRvbWVyZ2UqKjogRW5hYmxlZC4KCuKZuyAqKlJlYmFzaW5nKio6IFdoZW5ldmVyIFBSIGlzIGJlaGluZCBiYXNlIGJyYW5jaCwgb3IgeW91IHRpY2sgdGhlIHJlYmFzZS9yZXRyeSBjaGVja2JveC4KCvCflJUgKipJZ25vcmUqKjogQ2xvc2UgdGhpcyBQUiBhbmQgeW91IHdvbid0IGJlIHJlbWluZGVkIGFib3V0IHRoaXMgdXBkYXRlIGFnYWluLgoKLS0tCgogLSBbIF0gPCEtLSByZWJhc2UtY2hlY2sgLS0+SWYgeW91IHdhbnQgdG8gcmViYXNlL3JldHJ5IHRoaXMgUFIsIGNoZWNrIHRoaXMgYm94CgotLS0KClRoaXMgUFIgd2FzIGdlbmVyYXRlZCBieSBbTWVuZCBSZW5vdmF0ZV0oaHR0cHM6Ly9tZW5kLmlvL3Jlbm92YXRlLykuIFZpZXcgdGhlIFtyZXBvc2l0b3J5IGpvYiBsb2ddKGh0dHBzOi8vZGV2ZWxvcGVyLm1lbmQuaW8vZ2l0aHViL3ZleHhob3N0L2Fuc2libGUtY29sbGVjdGlvbi1rdWJlcm5ldGVzKS4KPCEtLXJlbm92YXRlLWRlYnVnOmV5SmpjbVZoZEdWa1NXNVdaWElpT2lJME15NHhOVGt1TWlJc0luVndaR0YwWldSSmJsWmxjaUk2SWpRekxqRTFPUzR5SWl3aWRHRnlaMlYwUW5KaGJtTm9Jam9pYldGcGJpSXNJbXhoWW1Wc2N5STZXMTE5LS0+Cg==
      patchset: 6bc40e95473ef1f281912d2863b2c78ec7a1cda0
      pipeline: check
      playbook_context:
        playbook_projects:
          trusted/project_0/github.com/vexxhost/zuul-config:
            canonical_name: github.com/vexxhost/zuul-config
            checkout: main
            commit: 298983cd1253e6833abdb49d87d912527e0e6597
          trusted/project_1/opendev.org/zuul/zuul-jobs:
            canonical_name: opendev.org/zuul/zuul-jobs
            checkout: master
            commit: 79fe3eb1d01f8ac5739b0b7bc4759c407b6e248d
          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: 298983cd1253e6833abdb49d87d912527e0e6597
          untrusted/project_2/opendev.org/zuul/zuul-jobs:
            canonical_name: opendev.org/zuul/zuul-jobs
            checkout: master
            commit: 79fe3eb1d01f8ac5739b0b7bc4759c407b6e248d
          untrusted/project_3/github.com/vexxhost/ansible-collection-kubernetes:
            canonical_name: github.com/vexxhost/ansible-collection-kubernetes
            checkout: main
            commit: bf46c734a0fc543a628d1a904ff1b25650eb7887
          untrusted/project_4/opendev.org/openstack/openstack-helm:
            canonical_name: opendev.org/openstack/openstack-helm
            checkout: master
            commit: 029cd19ebf2c39eb8bcba1fe3275dc014f95ef42
        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: bf46c734a0fc543a628d1a904ff1b25650eb7887
          name: vexxhost/ansible-collection-kubernetes
          required: false
          short_name: ansible-collection-kubernetes
          src_dir: src/github.com/vexxhost/ansible-collection-kubernetes
      ref: refs/pull/272/head
      resources: {}
      tenant: oss
      timeout: 1800
      topic: null
      voting: true
