all:
  children:
    cephs:
      hosts:
        aio: null
    controllers:
      hosts:
        aio: null
    zuul_unreachable:
      hosts: {}
  hosts:
    aio:
      ansible_connection: ssh
      ansible_host: 199.204.45.141
      ansible_port: 22
      ansible_python_interpreter: auto
      ansible_user: zuul
      ceph_conf_overrides:
      - option: osd crush chooseleaf type
        section: global
        value: 0
      - option: auth allow insecure global id reclaim
        section: mon
        value: false
      - option: mon data avail warn
        section: mon
        value: 10
      ceph_fsid: 1dff0e0f-3c44-48da-81cd-4f3c6e8722b2
      ceph_osd_devices:
      - /dev/ceph-{{ inventory_hostname_short }}-osd0/data
      - /dev/ceph-{{ inventory_hostname_short }}-osd1/data
      - /dev/ceph-{{ inventory_hostname_short }}-osd2/data
      ceph_version: 18.2.7
      molecule_scenario: default
      nodepool:
        az: nova
        cloud: public
        external_id: 82f53238-1f89-41b4-9c10-7fde28538d8f
        host_id: f373a28d302a4990c6af48a982661c254feecb826df4c059c9d84662
        interface_ip: 199.204.45.141
        label: ubuntu-jammy
        node_properties: {}
        private_ipv4: 199.204.45.141
        private_ipv6: null
        provider: yul1
        public_ipv4: 199.204.45.141
        public_ipv6: 2604:e100:1:0:f816:3eff:fef5:c0b7
        region: ca-ymq-1
        slot: null
      zuul_node:
        az: nova
        cloud: public
        external_id: 82f53238-1f89-41b4-9c10-7fde28538d8f
        host_id: f373a28d302a4990c6af48a982661c254feecb826df4c059c9d84662
        interface_ip: 199.204.45.141
        label: ubuntu-jammy
        node_properties: {}
        private_ipv4: 199.204.45.141
        private_ipv6: null
        provider: yul1
        public_ipv4: 199.204.45.141
        public_ipv6: 2604:e100:1:0:f816:3eff:fef5:c0b7
        region: ca-ymq-1
        slot: null
        uuid: null
  vars:
    ceph_conf_overrides:
    - option: osd crush chooseleaf type
      section: global
      value: 0
    - option: auth allow insecure global id reclaim
      section: mon
      value: false
    - option: mon data avail warn
      section: mon
      value: 10
    ceph_fsid: 1dff0e0f-3c44-48da-81cd-4f3c6e8722b2
    ceph_osd_devices:
    - /dev/ceph-{{ inventory_hostname_short }}-osd0/data
    - /dev/ceph-{{ inventory_hostname_short }}-osd1/data
    - /dev/ceph-{{ inventory_hostname_short }}-osd2/data
    ceph_version: 18.2.7
    molecule_scenario: default
    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-ceph-molecule explicit: None implied: {MatchAny:{ImpliedBranchMatcher:main}}
        source: vexxhost/ansible-collection-ceph/.zuul.yaml@main#57>'
      - '<Job ansible-collection-ceph-molecule-aio-ubuntu-jammy explicit: None implied:
        {MatchAny:{ImpliedBranchMatcher:main}} source: vexxhost/ansible-collection-ceph/.zuul.yaml@main#79>'
      - '<Job ansible-collection-ceph-molecule-aio-ubuntu-jammy explicit: None implied:
        None source: vexxhost/ansible-collection-ceph/.zuul.yaml@main#99>'
      ansible_version: '9'
      attempts: 1
      branch: main
      build: 6a24ffe99aac40e0830bf1642d659826
      build_refs:
      - branch: main
        change: '72'
        change_message: "chore(main): release 4.0.0\n\n:robot: I have created a release
          *beep* *boop*\n---\n\n\n## [4.0.0](https://github.com/vexxhost/ansible-collection-ceph/compare/v3.2.0...v4.0.0)
          (2026-04-18)\n\n\n### \u26A0 BREAKING CHANGES\n\n* drop code for adoption
          ([#70](https://github.com/vexxhost/ansible-collection-ceph/issues/70))\n\n###
          Features\n\n* add mgr module ([#74](https://github.com/vexxhost/ansible-collection-ceph/issues/74))
          ([0097941](https://github.com/vexxhost/ansible-collection-ceph/commit/009794110ff8d469d608c8a3307e6c0622fb10c4))\n*
          add speedups ([#75](https://github.com/vexxhost/ansible-collection-ceph/issues/75))
          ([df95334](https://github.com/vexxhost/ansible-collection-ceph/commit/df953345fb83c987c04c519f41d0f27b71842ddc))\n*
          drop code for adoption ([#70](https://github.com/vexxhost/ansible-collection-ceph/issues/70))
          ([a00fcda](https://github.com/vexxhost/ansible-collection-ceph/commit/a00fcdabcb0f9d36497eb07f803bab932a594865))\n*
          **key_info:** add key_info module for retrieving CephX key information ([#89](https://github.com/vexxhost/ansible-collection-ceph/issues/89))
          ([74a0f4b](https://github.com/vexxhost/ansible-collection-ceph/commit/74a0f4bfd8918e59ba2139381326b788a1eaabf7))\n*
          migrate testing from GitHub Actions to Zuul ([#86](https://github.com/vexxhost/ansible-collection-ceph/issues/86))
          ([4785d38](https://github.com/vexxhost/ansible-collection-ceph/commit/4785d38780f08f9bdbf6d1228dabdf04511d50a4))\n*
          **mon:** add option to skip monitor network validation during bootstrap
          ([#85](https://github.com/vexxhost/ansible-collection-ceph/issues/85)) ([420fe42](https://github.com/vexxhost/ansible-collection-ceph/commit/420fe42eeec634d6cfbd1297c40e9204fc533631))\n*
          speedup cephadm commands ([#71](https://github.com/vexxhost/ansible-collection-ceph/issues/71))
          ([23bd729](https://github.com/vexxhost/ansible-collection-ceph/commit/23bd7294cc1834a7dcab215583b6ec5266809e54))\n*
          update ansible modules ([#73](https://github.com/vexxhost/ansible-collection-ceph/issues/73))
          ([e8f4730](https://github.com/vexxhost/ansible-collection-ceph/commit/e8f4730dee8112387d6c99d29bb380a8ed537f99))\n\n\n###
          Bug Fixes\n\n* **renovate:** use github-tags datasource for ceph/ceph ([6807877](https://github.com/vexxhost/ansible-collection-ceph/commit/680787760874743d7c9c2514a51269bf3de44f62))\n*
          use correct function names from ca_common module ([#84](https://github.com/vexxhost/ansible-collection-ceph/issues/84))
          ([5eeeccd](https://github.com/vexxhost/ansible-collection-ceph/commit/5eeeccd9d9f88250ebac4587ba0ac982f4995f8a))\n\n---\nThis
          PR was generated with [Release Please](https://github.com/googleapis/release-please).
          See [documentation](https://github.com/googleapis/release-please#release-please)."
        change_url: https://github.com/vexxhost/ansible-collection-ceph/pull/72
        commit_id: 00c8906c423db052c25b9d7ad764bac8e34efeca
        patchset: 00c8906c423db052c25b9d7ad764bac8e34efeca
        project:
          canonical_hostname: github.com
          canonical_name: github.com/vexxhost/ansible-collection-ceph
          name: vexxhost/ansible-collection-ceph
          short_name: ansible-collection-ceph
          src_dir: src/github.com/vexxhost/ansible-collection-ceph
        src_dir: src/github.com/vexxhost/ansible-collection-ceph
        topic: null
      buildset: d8bc994c0e3144e1b06046983d20915a
      buildset_refs:
      - branch: main
        change: '72'
        change_message: "chore(main): release 4.0.0\n\n:robot: I have created a release
          *beep* *boop*\n---\n\n\n## [4.0.0](https://github.com/vexxhost/ansible-collection-ceph/compare/v3.2.0...v4.0.0)
          (2026-04-18)\n\n\n### \u26A0 BREAKING CHANGES\n\n* drop code for adoption
          ([#70](https://github.com/vexxhost/ansible-collection-ceph/issues/70))\n\n###
          Features\n\n* add mgr module ([#74](https://github.com/vexxhost/ansible-collection-ceph/issues/74))
          ([0097941](https://github.com/vexxhost/ansible-collection-ceph/commit/009794110ff8d469d608c8a3307e6c0622fb10c4))\n*
          add speedups ([#75](https://github.com/vexxhost/ansible-collection-ceph/issues/75))
          ([df95334](https://github.com/vexxhost/ansible-collection-ceph/commit/df953345fb83c987c04c519f41d0f27b71842ddc))\n*
          drop code for adoption ([#70](https://github.com/vexxhost/ansible-collection-ceph/issues/70))
          ([a00fcda](https://github.com/vexxhost/ansible-collection-ceph/commit/a00fcdabcb0f9d36497eb07f803bab932a594865))\n*
          **key_info:** add key_info module for retrieving CephX key information ([#89](https://github.com/vexxhost/ansible-collection-ceph/issues/89))
          ([74a0f4b](https://github.com/vexxhost/ansible-collection-ceph/commit/74a0f4bfd8918e59ba2139381326b788a1eaabf7))\n*
          migrate testing from GitHub Actions to Zuul ([#86](https://github.com/vexxhost/ansible-collection-ceph/issues/86))
          ([4785d38](https://github.com/vexxhost/ansible-collection-ceph/commit/4785d38780f08f9bdbf6d1228dabdf04511d50a4))\n*
          **mon:** add option to skip monitor network validation during bootstrap
          ([#85](https://github.com/vexxhost/ansible-collection-ceph/issues/85)) ([420fe42](https://github.com/vexxhost/ansible-collection-ceph/commit/420fe42eeec634d6cfbd1297c40e9204fc533631))\n*
          speedup cephadm commands ([#71](https://github.com/vexxhost/ansible-collection-ceph/issues/71))
          ([23bd729](https://github.com/vexxhost/ansible-collection-ceph/commit/23bd7294cc1834a7dcab215583b6ec5266809e54))\n*
          update ansible modules ([#73](https://github.com/vexxhost/ansible-collection-ceph/issues/73))
          ([e8f4730](https://github.com/vexxhost/ansible-collection-ceph/commit/e8f4730dee8112387d6c99d29bb380a8ed537f99))\n\n\n###
          Bug Fixes\n\n* **renovate:** use github-tags datasource for ceph/ceph ([6807877](https://github.com/vexxhost/ansible-collection-ceph/commit/680787760874743d7c9c2514a51269bf3de44f62))\n*
          use correct function names from ca_common module ([#84](https://github.com/vexxhost/ansible-collection-ceph/issues/84))
          ([5eeeccd](https://github.com/vexxhost/ansible-collection-ceph/commit/5eeeccd9d9f88250ebac4587ba0ac982f4995f8a))\n\n---\nThis
          PR was generated with [Release Please](https://github.com/googleapis/release-please).
          See [documentation](https://github.com/googleapis/release-please#release-please)."
        change_url: https://github.com/vexxhost/ansible-collection-ceph/pull/72
        commit_id: 00c8906c423db052c25b9d7ad764bac8e34efeca
        patchset: 00c8906c423db052c25b9d7ad764bac8e34efeca
        project:
          canonical_hostname: github.com
          canonical_name: github.com/vexxhost/ansible-collection-ceph
          name: vexxhost/ansible-collection-ceph
          short_name: ansible-collection-ceph
          src_dir: src/github.com/vexxhost/ansible-collection-ceph
        src_dir: src/github.com/vexxhost/ansible-collection-ceph
        topic: null
      change: '72'
      change_message: "chore(main): release 4.0.0\n\n:robot: I have created a release
        *beep* *boop*\n---\n\n\n## [4.0.0](https://github.com/vexxhost/ansible-collection-ceph/compare/v3.2.0...v4.0.0)
        (2026-04-18)\n\n\n### \u26A0 BREAKING CHANGES\n\n* drop code for adoption
        ([#70](https://github.com/vexxhost/ansible-collection-ceph/issues/70))\n\n###
        Features\n\n* add mgr module ([#74](https://github.com/vexxhost/ansible-collection-ceph/issues/74))
        ([0097941](https://github.com/vexxhost/ansible-collection-ceph/commit/009794110ff8d469d608c8a3307e6c0622fb10c4))\n*
        add speedups ([#75](https://github.com/vexxhost/ansible-collection-ceph/issues/75))
        ([df95334](https://github.com/vexxhost/ansible-collection-ceph/commit/df953345fb83c987c04c519f41d0f27b71842ddc))\n*
        drop code for adoption ([#70](https://github.com/vexxhost/ansible-collection-ceph/issues/70))
        ([a00fcda](https://github.com/vexxhost/ansible-collection-ceph/commit/a00fcdabcb0f9d36497eb07f803bab932a594865))\n*
        **key_info:** add key_info module for retrieving CephX key information ([#89](https://github.com/vexxhost/ansible-collection-ceph/issues/89))
        ([74a0f4b](https://github.com/vexxhost/ansible-collection-ceph/commit/74a0f4bfd8918e59ba2139381326b788a1eaabf7))\n*
        migrate testing from GitHub Actions to Zuul ([#86](https://github.com/vexxhost/ansible-collection-ceph/issues/86))
        ([4785d38](https://github.com/vexxhost/ansible-collection-ceph/commit/4785d38780f08f9bdbf6d1228dabdf04511d50a4))\n*
        **mon:** add option to skip monitor network validation during bootstrap ([#85](https://github.com/vexxhost/ansible-collection-ceph/issues/85))
        ([420fe42](https://github.com/vexxhost/ansible-collection-ceph/commit/420fe42eeec634d6cfbd1297c40e9204fc533631))\n*
        speedup cephadm commands ([#71](https://github.com/vexxhost/ansible-collection-ceph/issues/71))
        ([23bd729](https://github.com/vexxhost/ansible-collection-ceph/commit/23bd7294cc1834a7dcab215583b6ec5266809e54))\n*
        update ansible modules ([#73](https://github.com/vexxhost/ansible-collection-ceph/issues/73))
        ([e8f4730](https://github.com/vexxhost/ansible-collection-ceph/commit/e8f4730dee8112387d6c99d29bb380a8ed537f99))\n\n\n###
        Bug Fixes\n\n* **renovate:** use github-tags datasource for ceph/ceph ([6807877](https://github.com/vexxhost/ansible-collection-ceph/commit/680787760874743d7c9c2514a51269bf3de44f62))\n*
        use correct function names from ca_common module ([#84](https://github.com/vexxhost/ansible-collection-ceph/issues/84))
        ([5eeeccd](https://github.com/vexxhost/ansible-collection-ceph/commit/5eeeccd9d9f88250ebac4587ba0ac982f4995f8a))\n\n---\nThis
        PR was generated with [Release Please](https://github.com/googleapis/release-please).
        See [documentation](https://github.com/googleapis/release-please#release-please)."
      change_url: https://github.com/vexxhost/ansible-collection-ceph/pull/72
      child_jobs: []
      commit_id: 00c8906c423db052c25b9d7ad764bac8e34efeca
      event_id: a3246df0-3b42-11f1-89af-40647318978f
      executor:
        hostname: 0a8996d2b663
        inventory_file: /var/lib/zuul/builds/6a24ffe99aac40e0830bf1642d659826/ansible/inventory.yaml
        log_root: /var/lib/zuul/builds/6a24ffe99aac40e0830bf1642d659826/work/logs
        result_data_file: /var/lib/zuul/builds/6a24ffe99aac40e0830bf1642d659826/work/results.json
        src_root: /var/lib/zuul/builds/6a24ffe99aac40e0830bf1642d659826/work/src
        work_root: /var/lib/zuul/builds/6a24ffe99aac40e0830bf1642d659826/work
      include_vars: []
      items:
      - branch: main
        change: '72'
        change_message: "chore(main): release 4.0.0\n\n:robot: I have created a release
          *beep* *boop*\n---\n\n\n## [4.0.0](https://github.com/vexxhost/ansible-collection-ceph/compare/v3.2.0...v4.0.0)
          (2026-04-18)\n\n\n### \u26A0 BREAKING CHANGES\n\n* drop code for adoption
          ([#70](https://github.com/vexxhost/ansible-collection-ceph/issues/70))\n\n###
          Features\n\n* add mgr module ([#74](https://github.com/vexxhost/ansible-collection-ceph/issues/74))
          ([0097941](https://github.com/vexxhost/ansible-collection-ceph/commit/009794110ff8d469d608c8a3307e6c0622fb10c4))\n*
          add speedups ([#75](https://github.com/vexxhost/ansible-collection-ceph/issues/75))
          ([df95334](https://github.com/vexxhost/ansible-collection-ceph/commit/df953345fb83c987c04c519f41d0f27b71842ddc))\n*
          drop code for adoption ([#70](https://github.com/vexxhost/ansible-collection-ceph/issues/70))
          ([a00fcda](https://github.com/vexxhost/ansible-collection-ceph/commit/a00fcdabcb0f9d36497eb07f803bab932a594865))\n*
          **key_info:** add key_info module for retrieving CephX key information ([#89](https://github.com/vexxhost/ansible-collection-ceph/issues/89))
          ([74a0f4b](https://github.com/vexxhost/ansible-collection-ceph/commit/74a0f4bfd8918e59ba2139381326b788a1eaabf7))\n*
          migrate testing from GitHub Actions to Zuul ([#86](https://github.com/vexxhost/ansible-collection-ceph/issues/86))
          ([4785d38](https://github.com/vexxhost/ansible-collection-ceph/commit/4785d38780f08f9bdbf6d1228dabdf04511d50a4))\n*
          **mon:** add option to skip monitor network validation during bootstrap
          ([#85](https://github.com/vexxhost/ansible-collection-ceph/issues/85)) ([420fe42](https://github.com/vexxhost/ansible-collection-ceph/commit/420fe42eeec634d6cfbd1297c40e9204fc533631))\n*
          speedup cephadm commands ([#71](https://github.com/vexxhost/ansible-collection-ceph/issues/71))
          ([23bd729](https://github.com/vexxhost/ansible-collection-ceph/commit/23bd7294cc1834a7dcab215583b6ec5266809e54))\n*
          update ansible modules ([#73](https://github.com/vexxhost/ansible-collection-ceph/issues/73))
          ([e8f4730](https://github.com/vexxhost/ansible-collection-ceph/commit/e8f4730dee8112387d6c99d29bb380a8ed537f99))\n\n\n###
          Bug Fixes\n\n* **renovate:** use github-tags datasource for ceph/ceph ([6807877](https://github.com/vexxhost/ansible-collection-ceph/commit/680787760874743d7c9c2514a51269bf3de44f62))\n*
          use correct function names from ca_common module ([#84](https://github.com/vexxhost/ansible-collection-ceph/issues/84))
          ([5eeeccd](https://github.com/vexxhost/ansible-collection-ceph/commit/5eeeccd9d9f88250ebac4587ba0ac982f4995f8a))\n\n---\nThis
          PR was generated with [Release Please](https://github.com/googleapis/release-please).
          See [documentation](https://github.com/googleapis/release-please#release-please)."
        change_url: https://github.com/vexxhost/ansible-collection-ceph/pull/72
        commit_id: 00c8906c423db052c25b9d7ad764bac8e34efeca
        patchset: 00c8906c423db052c25b9d7ad764bac8e34efeca
        project:
          canonical_hostname: github.com
          canonical_name: github.com/vexxhost/ansible-collection-ceph
          name: vexxhost/ansible-collection-ceph
          short_name: ansible-collection-ceph
          src_dir: src/github.com/vexxhost/ansible-collection-ceph
        topic: null
      job: ansible-collection-ceph-molecule-aio-ubuntu-jammy
      jobtags: []
      max_attempts: 3
      message: Y2hvcmUobWFpbik6IHJlbGVhc2UgNC4wLjAKCjpyb2JvdDogSSBoYXZlIGNyZWF0ZWQgYSByZWxlYXNlICpiZWVwKiAqYm9vcCoKLS0tCgoKIyMgWzQuMC4wXShodHRwczovL2dpdGh1Yi5jb20vdmV4eGhvc3QvYW5zaWJsZS1jb2xsZWN0aW9uLWNlcGgvY29tcGFyZS92My4yLjAuLi52NC4wLjApICgyMDI2LTA0LTE4KQoKCiMjIyDimqAgQlJFQUtJTkcgQ0hBTkdFUwoKKiBkcm9wIGNvZGUgZm9yIGFkb3B0aW9uIChbIzcwXShodHRwczovL2dpdGh1Yi5jb20vdmV4eGhvc3QvYW5zaWJsZS1jb2xsZWN0aW9uLWNlcGgvaXNzdWVzLzcwKSkKCiMjIyBGZWF0dXJlcwoKKiBhZGQgbWdyIG1vZHVsZSAoWyM3NF0oaHR0cHM6Ly9naXRodWIuY29tL3ZleHhob3N0L2Fuc2libGUtY29sbGVjdGlvbi1jZXBoL2lzc3Vlcy83NCkpIChbMDA5Nzk0MV0oaHR0cHM6Ly9naXRodWIuY29tL3ZleHhob3N0L2Fuc2libGUtY29sbGVjdGlvbi1jZXBoL2NvbW1pdC8wMDk3OTQxMTBmZjhkNDY5ZDYwOGM4YTMzMDdlNmMwNjIyZmIxMGM0KSkKKiBhZGQgc3BlZWR1cHMgKFsjNzVdKGh0dHBzOi8vZ2l0aHViLmNvbS92ZXh4aG9zdC9hbnNpYmxlLWNvbGxlY3Rpb24tY2VwaC9pc3N1ZXMvNzUpKSAoW2RmOTUzMzRdKGh0dHBzOi8vZ2l0aHViLmNvbS92ZXh4aG9zdC9hbnNpYmxlLWNvbGxlY3Rpb24tY2VwaC9jb21taXQvZGY5NTMzNDVmYjgzYzk4N2MwNGM1MTlmNDFkMGYyN2I3MTg0MmRkYykpCiogZHJvcCBjb2RlIGZvciBhZG9wdGlvbiAoWyM3MF0oaHR0cHM6Ly9naXRodWIuY29tL3ZleHhob3N0L2Fuc2libGUtY29sbGVjdGlvbi1jZXBoL2lzc3Vlcy83MCkpIChbYTAwZmNkYV0oaHR0cHM6Ly9naXRodWIuY29tL3ZleHhob3N0L2Fuc2libGUtY29sbGVjdGlvbi1jZXBoL2NvbW1pdC9hMDBmY2RhYmNiMGY5ZDM2NDk3ZWIwN2Y4MDNiYWI5MzJhNTk0ODY1KSkKKiAqKmtleV9pbmZvOioqIGFkZCBrZXlfaW5mbyBtb2R1bGUgZm9yIHJldHJpZXZpbmcgQ2VwaFgga2V5IGluZm9ybWF0aW9uIChbIzg5XShodHRwczovL2dpdGh1Yi5jb20vdmV4eGhvc3QvYW5zaWJsZS1jb2xsZWN0aW9uLWNlcGgvaXNzdWVzLzg5KSkgKFs3NGEwZjRiXShodHRwczovL2dpdGh1Yi5jb20vdmV4eGhvc3QvYW5zaWJsZS1jb2xsZWN0aW9uLWNlcGgvY29tbWl0Lzc0YTBmNGJmZDg5MThlNTliYTIxMzkzODEzMjZiNzg4YTFlYWFiZjcpKQoqIG1pZ3JhdGUgdGVzdGluZyBmcm9tIEdpdEh1YiBBY3Rpb25zIHRvIFp1dWwgKFsjODZdKGh0dHBzOi8vZ2l0aHViLmNvbS92ZXh4aG9zdC9hbnNpYmxlLWNvbGxlY3Rpb24tY2VwaC9pc3N1ZXMvODYpKSAoWzQ3ODVkMzhdKGh0dHBzOi8vZ2l0aHViLmNvbS92ZXh4aG9zdC9hbnNpYmxlLWNvbGxlY3Rpb24tY2VwaC9jb21taXQvNDc4NWQzODc4MGYwOGY5YmRiZjZkMTIyOGRhYmRmMDQ1MTFkNTBhNCkpCiogKiptb246KiogYWRkIG9wdGlvbiB0byBza2lwIG1vbml0b3IgbmV0d29yayB2YWxpZGF0aW9uIGR1cmluZyBib290c3RyYXAgKFsjODVdKGh0dHBzOi8vZ2l0aHViLmNvbS92ZXh4aG9zdC9hbnNpYmxlLWNvbGxlY3Rpb24tY2VwaC9pc3N1ZXMvODUpKSAoWzQyMGZlNDJdKGh0dHBzOi8vZ2l0aHViLmNvbS92ZXh4aG9zdC9hbnNpYmxlLWNvbGxlY3Rpb24tY2VwaC9jb21taXQvNDIwZmU0MmVlZWM2MzRkNmNmYmQxMjk3YzQwZTkyMDRmYzUzMzYzMSkpCiogc3BlZWR1cCBjZXBoYWRtIGNvbW1hbmRzIChbIzcxXShodHRwczovL2dpdGh1Yi5jb20vdmV4eGhvc3QvYW5zaWJsZS1jb2xsZWN0aW9uLWNlcGgvaXNzdWVzLzcxKSkgKFsyM2JkNzI5XShodHRwczovL2dpdGh1Yi5jb20vdmV4eGhvc3QvYW5zaWJsZS1jb2xsZWN0aW9uLWNlcGgvY29tbWl0LzIzYmQ3Mjk0Y2MxODM0YTdkY2FiMjE1NTgzYjZlYzUyNjY4MDllNTQpKQoqIHVwZGF0ZSBhbnNpYmxlIG1vZHVsZXMgKFsjNzNdKGh0dHBzOi8vZ2l0aHViLmNvbS92ZXh4aG9zdC9hbnNpYmxlLWNvbGxlY3Rpb24tY2VwaC9pc3N1ZXMvNzMpKSAoW2U4ZjQ3MzBdKGh0dHBzOi8vZ2l0aHViLmNvbS92ZXh4aG9zdC9hbnNpYmxlLWNvbGxlY3Rpb24tY2VwaC9jb21taXQvZThmNDczMGRlZTgxMTIzODdkNmM5OWQyOWJiMzgwYThlZDUzN2Y5OSkpCgoKIyMjIEJ1ZyBGaXhlcwoKKiAqKnJlbm92YXRlOioqIHVzZSBnaXRodWItdGFncyBkYXRhc291cmNlIGZvciBjZXBoL2NlcGggKFs2ODA3ODc3XShodHRwczovL2dpdGh1Yi5jb20vdmV4eGhvc3QvYW5zaWJsZS1jb2xsZWN0aW9uLWNlcGgvY29tbWl0LzY4MDc4Nzc2MDg3NDc0M2Q3YzljMjUxNGE1MTI2OWJmM2RlNDRmNjIpKQoqIHVzZSBjb3JyZWN0IGZ1bmN0aW9uIG5hbWVzIGZyb20gY2FfY29tbW9uIG1vZHVsZSAoWyM4NF0oaHR0cHM6Ly9naXRodWIuY29tL3ZleHhob3N0L2Fuc2libGUtY29sbGVjdGlvbi1jZXBoL2lzc3Vlcy84NCkpIChbNWVlZWNjZF0oaHR0cHM6Ly9naXRodWIuY29tL3ZleHhob3N0L2Fuc2libGUtY29sbGVjdGlvbi1jZXBoL2NvbW1pdC81ZWVlY2NkOWQ5Zjg4MjUwZWJhYzQ1ODdiYTBhYzk4MmY0OTk1ZjhhKSkKCi0tLQpUaGlzIFBSIHdhcyBnZW5lcmF0ZWQgd2l0aCBbUmVsZWFzZSBQbGVhc2VdKGh0dHBzOi8vZ2l0aHViLmNvbS9nb29nbGVhcGlzL3JlbGVhc2UtcGxlYXNlKS4gU2VlIFtkb2N1bWVudGF0aW9uXShodHRwczovL2dpdGh1Yi5jb20vZ29vZ2xlYXBpcy9yZWxlYXNlLXBsZWFzZSNyZWxlYXNlLXBsZWFzZSku
      patchset: 00c8906c423db052c25b9d7ad764bac8e34efeca
      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: fc4af6d44718d2e648cf6396f3e96bb46a55117a
          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: fc4af6d44718d2e648cf6396f3e96bb46a55117a
        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: 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_0/role_1/zuul-jobs
            link_target: trusted/project_1/opendev.org/zuul/zuul-jobs
            role_path: ansible/post_playbook_0/role_1/zuul-jobs/roles
          - checkout: main
            checkout_description: zuul branch
            link_name: ansible/post_playbook_0/role_2/zuul-jobs
            link_target: trusted/project_2/github.com/vexxhost/zuul-jobs
            role_path: ansible/post_playbook_0/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_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
        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
      post_review: false
      post_timeout: null
      pre_timeout: null
      project:
        canonical_hostname: github.com
        canonical_name: github.com/vexxhost/ansible-collection-ceph
        name: vexxhost/ansible-collection-ceph
        short_name: ansible-collection-ceph
        src_dir: src/github.com/vexxhost/ansible-collection-ceph
      projects:
        github.com/vexxhost/ansible-collection-ceph:
          canonical_hostname: github.com
          canonical_name: github.com/vexxhost/ansible-collection-ceph
          checkout: main
          checkout_description: zuul branch
          commit: 10126ec34c48784ae0409a41dcf533f36a6a2280
          name: vexxhost/ansible-collection-ceph
          required: false
          short_name: ansible-collection-ceph
          src_dir: src/github.com/vexxhost/ansible-collection-ceph
      ref: refs/pull/72/head
      resources: {}
      tenant: oss
      timeout: 1800
      topic: null
      voting: true
