all:
  children:
    cephs:
      hosts:
        node1: null
        node2: null
        node3: null
    controllers:
      hosts:
        node1: null
        node2: null
        node3: null
    zuul_unreachable:
      hosts: {}
  hosts:
    node1:
      ansible_connection: ssh
      ansible_host: 199.204.45.109
      ansible_port: 22
      ansible_python_interpreter: auto
      ansible_user: zuul
      ceph_config:
        mgr:
          settings:
          - name: mgr/dashboard/standby_behaviour
            value: redirect
          - name: mgr/dashboard/RGW_API_SSL_VERIFY
            value: false
          - name: mgr/dashboard/FEATURE_TOGGLE_CEPHFS
            value: false
          - name: mgr/dashboard/FEATURE_TOGGLE_ISCSI
            value: false
          - name: mgr/dashboard/FEATURE_TOGGLE_MIRRORING
            value: false
          - name: mgr/dashboard/FEATURE_TOGGLE_NFS
            value: false
      ceph_crush_rules:
      - bucket_root: default
        bucket_type: host
        device_class: hdd
        name: rep_hdd
        rule_type: replicated
      - bucket_root: default
        bucket_type: osd
        name: rep_lab
        rule_type: replicated
      - bucket_type: host
        name: ec_hdd_s3
        profile: ec_hdd_s3
        rule_type: erasure
      ceph_dashboard_users:
      - name: admin
        password: ChangeMe123!
        roles:
        - administrator
      - name: viewer
        password: ReadOnly123!
        roles:
        - read-only
      ceph_ec_profiles:
      - crush_device_class: hdd
        crush_failure_domain: host
        crush_root: default
        jerasure_per_chunk_alignment: false
        k: 2
        m: 2
        name: ec_hdd_s3
        plugin: jerasure
        technique: reed_sol_van
        w: 8
      ceph_fsid: 1dff0e0f-3c44-48da-81cd-4f3c6e8722b2
      ceph_mgr_modules:
      - name: diskprediction_local
      - name: dashboard
      - name: iostat
      - name: prometheus
      - name: rgw
      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_pools:
      - application: rgw
        name: molecule-1.rgw.buckets.data
        pg_autoscale_mode: true
        rule_name: replicated_rule
        type: replicated
      - application: rgw
        name: molecule-1.rgw.buckets.index
        pg_autoscale_mode: 'off'
        pg_num: 8
        pgp_num: 8
        rule_name: replicated_rule
        type: replicated
      - application: rgw
        name: molecule-1.rgw.buckets.non-ec
        pg_autoscale_mode: 'off'
        pg_num: 8
        pgp_num: 8
        rule_name: replicated_rule
        type: replicated
      - application: rgw
        name: molecule-1.rgw.control
        pg_autoscale_mode: 'off'
        pg_num: 8
        pgp_num: 8
        rule_name: replicated_rule
        type: replicated
      - application: rgw
        name: molecule-1.rgw.log
        pg_autoscale_mode: 'off'
        pg_num: 8
        pgp_num: 8
        rule_name: replicated_rule
        type: replicated
      - application: rgw
        name: molecule-1.rgw.meta
        pg_autoscale_mode: 'off'
        pg_num: 8
        pgp_num: 8
        rule_name: replicated_rule
        type: replicated
      ceph_rgw_enabled: true
      ceph_rgw_realms:
      - default: true
        name: molecule
      ceph_rgw_remove_default_resources: true
      ceph_rgw_services:
      - count_per_host: 1
        id: molecule
        spec:
          generate_cert: true
          rgw_frontend_port: 8080
          rgw_realm: molecule
          rgw_zone: molecule-1
          rgw_zonegroup: molecule
          ssl: true
      ceph_rgw_zonegroups:
      - default: true
        endpoints:
        - https://{{ hostvars[groups['controllers'][0]].ansible_default_ipv4.address
          }}:8080
        master: true
        name: molecule
        realm: molecule
      ceph_rgw_zones:
      - default: true
        endpoints:
        - https://{{ hostvars[groups['controllers'][0]].ansible_default_ipv4.address
          }}:8080
        master: true
        name: molecule-1
        realm: molecule
        zonegroup: molecule
      molecule_install_collection_siblings: true
      molecule_scenario: default
      nodepool:
        az: nova
        cloud: public
        external_id: 145da50f-0ca3-4116-a349-6e39cc8b1fae
        host_id: 571d5e5ab8f99eb6066d22838dc03059a55de74ec327a875b342f73d
        interface_ip: 199.204.45.109
        label: ubuntu-noble
        node_properties: {}
        private_ipv4: 199.204.45.109
        private_ipv6: null
        provider: yul1
        public_ipv4: 199.204.45.109
        public_ipv6: 2604:e100:1:0:f816:3eff:fed8:ceab
        region: ca-ymq-1
        slot: null
      zuul_node:
        az: nova
        cloud: public
        external_id: 145da50f-0ca3-4116-a349-6e39cc8b1fae
        host_id: 571d5e5ab8f99eb6066d22838dc03059a55de74ec327a875b342f73d
        interface_ip: 199.204.45.109
        label: ubuntu-noble
        node_properties: {}
        private_ipv4: 199.204.45.109
        private_ipv6: null
        provider: yul1
        public_ipv4: 199.204.45.109
        public_ipv6: 2604:e100:1:0:f816:3eff:fed8:ceab
        region: ca-ymq-1
        slot: null
        uuid: null
    node2:
      ansible_connection: ssh
      ansible_host: 199.204.45.113
      ansible_port: 22
      ansible_python_interpreter: auto
      ansible_user: zuul
      ceph_config:
        mgr:
          settings:
          - name: mgr/dashboard/standby_behaviour
            value: redirect
          - name: mgr/dashboard/RGW_API_SSL_VERIFY
            value: false
          - name: mgr/dashboard/FEATURE_TOGGLE_CEPHFS
            value: false
          - name: mgr/dashboard/FEATURE_TOGGLE_ISCSI
            value: false
          - name: mgr/dashboard/FEATURE_TOGGLE_MIRRORING
            value: false
          - name: mgr/dashboard/FEATURE_TOGGLE_NFS
            value: false
      ceph_crush_rules:
      - bucket_root: default
        bucket_type: host
        device_class: hdd
        name: rep_hdd
        rule_type: replicated
      - bucket_root: default
        bucket_type: osd
        name: rep_lab
        rule_type: replicated
      - bucket_type: host
        name: ec_hdd_s3
        profile: ec_hdd_s3
        rule_type: erasure
      ceph_dashboard_users:
      - name: admin
        password: ChangeMe123!
        roles:
        - administrator
      - name: viewer
        password: ReadOnly123!
        roles:
        - read-only
      ceph_ec_profiles:
      - crush_device_class: hdd
        crush_failure_domain: host
        crush_root: default
        jerasure_per_chunk_alignment: false
        k: 2
        m: 2
        name: ec_hdd_s3
        plugin: jerasure
        technique: reed_sol_van
        w: 8
      ceph_fsid: 1dff0e0f-3c44-48da-81cd-4f3c6e8722b2
      ceph_mgr_modules:
      - name: diskprediction_local
      - name: dashboard
      - name: iostat
      - name: prometheus
      - name: rgw
      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_pools:
      - application: rgw
        name: molecule-1.rgw.buckets.data
        pg_autoscale_mode: true
        rule_name: replicated_rule
        type: replicated
      - application: rgw
        name: molecule-1.rgw.buckets.index
        pg_autoscale_mode: 'off'
        pg_num: 8
        pgp_num: 8
        rule_name: replicated_rule
        type: replicated
      - application: rgw
        name: molecule-1.rgw.buckets.non-ec
        pg_autoscale_mode: 'off'
        pg_num: 8
        pgp_num: 8
        rule_name: replicated_rule
        type: replicated
      - application: rgw
        name: molecule-1.rgw.control
        pg_autoscale_mode: 'off'
        pg_num: 8
        pgp_num: 8
        rule_name: replicated_rule
        type: replicated
      - application: rgw
        name: molecule-1.rgw.log
        pg_autoscale_mode: 'off'
        pg_num: 8
        pgp_num: 8
        rule_name: replicated_rule
        type: replicated
      - application: rgw
        name: molecule-1.rgw.meta
        pg_autoscale_mode: 'off'
        pg_num: 8
        pgp_num: 8
        rule_name: replicated_rule
        type: replicated
      ceph_rgw_enabled: true
      ceph_rgw_realms:
      - default: true
        name: molecule
      ceph_rgw_remove_default_resources: true
      ceph_rgw_services:
      - count_per_host: 1
        id: molecule
        spec:
          generate_cert: true
          rgw_frontend_port: 8080
          rgw_realm: molecule
          rgw_zone: molecule-1
          rgw_zonegroup: molecule
          ssl: true
      ceph_rgw_zonegroups:
      - default: true
        endpoints:
        - https://{{ hostvars[groups['controllers'][0]].ansible_default_ipv4.address
          }}:8080
        master: true
        name: molecule
        realm: molecule
      ceph_rgw_zones:
      - default: true
        endpoints:
        - https://{{ hostvars[groups['controllers'][0]].ansible_default_ipv4.address
          }}:8080
        master: true
        name: molecule-1
        realm: molecule
        zonegroup: molecule
      molecule_install_collection_siblings: true
      molecule_scenario: default
      nodepool:
        az: nova
        cloud: public
        external_id: 288bb0f4-17b2-48e7-aa39-8517cb73fb0b
        host_id: 571d5e5ab8f99eb6066d22838dc03059a55de74ec327a875b342f73d
        interface_ip: 199.204.45.113
        label: ubuntu-noble
        node_properties: {}
        private_ipv4: 199.204.45.113
        private_ipv6: null
        provider: yul1
        public_ipv4: 199.204.45.113
        public_ipv6: 2604:e100:1:0:f816:3eff:fec6:4869
        region: ca-ymq-1
        slot: null
      zuul_node:
        az: nova
        cloud: public
        external_id: 288bb0f4-17b2-48e7-aa39-8517cb73fb0b
        host_id: 571d5e5ab8f99eb6066d22838dc03059a55de74ec327a875b342f73d
        interface_ip: 199.204.45.113
        label: ubuntu-noble
        node_properties: {}
        private_ipv4: 199.204.45.113
        private_ipv6: null
        provider: yul1
        public_ipv4: 199.204.45.113
        public_ipv6: 2604:e100:1:0:f816:3eff:fec6:4869
        region: ca-ymq-1
        slot: null
        uuid: null
    node3:
      ansible_connection: ssh
      ansible_host: 199.204.45.177
      ansible_port: 22
      ansible_python_interpreter: auto
      ansible_user: zuul
      ceph_config:
        mgr:
          settings:
          - name: mgr/dashboard/standby_behaviour
            value: redirect
          - name: mgr/dashboard/RGW_API_SSL_VERIFY
            value: false
          - name: mgr/dashboard/FEATURE_TOGGLE_CEPHFS
            value: false
          - name: mgr/dashboard/FEATURE_TOGGLE_ISCSI
            value: false
          - name: mgr/dashboard/FEATURE_TOGGLE_MIRRORING
            value: false
          - name: mgr/dashboard/FEATURE_TOGGLE_NFS
            value: false
      ceph_crush_rules:
      - bucket_root: default
        bucket_type: host
        device_class: hdd
        name: rep_hdd
        rule_type: replicated
      - bucket_root: default
        bucket_type: osd
        name: rep_lab
        rule_type: replicated
      - bucket_type: host
        name: ec_hdd_s3
        profile: ec_hdd_s3
        rule_type: erasure
      ceph_dashboard_users:
      - name: admin
        password: ChangeMe123!
        roles:
        - administrator
      - name: viewer
        password: ReadOnly123!
        roles:
        - read-only
      ceph_ec_profiles:
      - crush_device_class: hdd
        crush_failure_domain: host
        crush_root: default
        jerasure_per_chunk_alignment: false
        k: 2
        m: 2
        name: ec_hdd_s3
        plugin: jerasure
        technique: reed_sol_van
        w: 8
      ceph_fsid: 1dff0e0f-3c44-48da-81cd-4f3c6e8722b2
      ceph_mgr_modules:
      - name: diskprediction_local
      - name: dashboard
      - name: iostat
      - name: prometheus
      - name: rgw
      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_pools:
      - application: rgw
        name: molecule-1.rgw.buckets.data
        pg_autoscale_mode: true
        rule_name: replicated_rule
        type: replicated
      - application: rgw
        name: molecule-1.rgw.buckets.index
        pg_autoscale_mode: 'off'
        pg_num: 8
        pgp_num: 8
        rule_name: replicated_rule
        type: replicated
      - application: rgw
        name: molecule-1.rgw.buckets.non-ec
        pg_autoscale_mode: 'off'
        pg_num: 8
        pgp_num: 8
        rule_name: replicated_rule
        type: replicated
      - application: rgw
        name: molecule-1.rgw.control
        pg_autoscale_mode: 'off'
        pg_num: 8
        pgp_num: 8
        rule_name: replicated_rule
        type: replicated
      - application: rgw
        name: molecule-1.rgw.log
        pg_autoscale_mode: 'off'
        pg_num: 8
        pgp_num: 8
        rule_name: replicated_rule
        type: replicated
      - application: rgw
        name: molecule-1.rgw.meta
        pg_autoscale_mode: 'off'
        pg_num: 8
        pgp_num: 8
        rule_name: replicated_rule
        type: replicated
      ceph_rgw_enabled: true
      ceph_rgw_realms:
      - default: true
        name: molecule
      ceph_rgw_remove_default_resources: true
      ceph_rgw_services:
      - count_per_host: 1
        id: molecule
        spec:
          generate_cert: true
          rgw_frontend_port: 8080
          rgw_realm: molecule
          rgw_zone: molecule-1
          rgw_zonegroup: molecule
          ssl: true
      ceph_rgw_zonegroups:
      - default: true
        endpoints:
        - https://{{ hostvars[groups['controllers'][0]].ansible_default_ipv4.address
          }}:8080
        master: true
        name: molecule
        realm: molecule
      ceph_rgw_zones:
      - default: true
        endpoints:
        - https://{{ hostvars[groups['controllers'][0]].ansible_default_ipv4.address
          }}:8080
        master: true
        name: molecule-1
        realm: molecule
        zonegroup: molecule
      molecule_install_collection_siblings: true
      molecule_scenario: default
      nodepool:
        az: nova
        cloud: public
        external_id: 4bce16c2-73e2-46ef-b344-e31749ecfc5e
        host_id: 46a3119b92b21b95fc3b5fbffd17c6ebf9fffaf9848b0a50b2d8d56a
        interface_ip: 199.204.45.177
        label: ubuntu-noble
        node_properties: {}
        private_ipv4: 199.204.45.177
        private_ipv6: null
        provider: yul1
        public_ipv4: 199.204.45.177
        public_ipv6: 2604:e100:1:0:f816:3eff:fe64:854d
        region: ca-ymq-1
        slot: null
      zuul_node:
        az: nova
        cloud: public
        external_id: 4bce16c2-73e2-46ef-b344-e31749ecfc5e
        host_id: 46a3119b92b21b95fc3b5fbffd17c6ebf9fffaf9848b0a50b2d8d56a
        interface_ip: 199.204.45.177
        label: ubuntu-noble
        node_properties: {}
        private_ipv4: 199.204.45.177
        private_ipv6: null
        provider: yul1
        public_ipv4: 199.204.45.177
        public_ipv6: 2604:e100:1:0:f816:3eff:fe64:854d
        region: ca-ymq-1
        slot: null
        uuid: null
  vars:
    ceph_config:
      mgr:
        settings:
        - name: mgr/dashboard/standby_behaviour
          value: redirect
        - name: mgr/dashboard/RGW_API_SSL_VERIFY
          value: false
        - name: mgr/dashboard/FEATURE_TOGGLE_CEPHFS
          value: false
        - name: mgr/dashboard/FEATURE_TOGGLE_ISCSI
          value: false
        - name: mgr/dashboard/FEATURE_TOGGLE_MIRRORING
          value: false
        - name: mgr/dashboard/FEATURE_TOGGLE_NFS
          value: false
    ceph_crush_rules:
    - bucket_root: default
      bucket_type: host
      device_class: hdd
      name: rep_hdd
      rule_type: replicated
    - bucket_root: default
      bucket_type: osd
      name: rep_lab
      rule_type: replicated
    - bucket_type: host
      name: ec_hdd_s3
      profile: ec_hdd_s3
      rule_type: erasure
    ceph_dashboard_users:
    - name: admin
      password: ChangeMe123!
      roles:
      - administrator
    - name: viewer
      password: ReadOnly123!
      roles:
      - read-only
    ceph_ec_profiles:
    - crush_device_class: hdd
      crush_failure_domain: host
      crush_root: default
      jerasure_per_chunk_alignment: false
      k: 2
      m: 2
      name: ec_hdd_s3
      plugin: jerasure
      technique: reed_sol_van
      w: 8
    ceph_fsid: 1dff0e0f-3c44-48da-81cd-4f3c6e8722b2
    ceph_mgr_modules:
    - name: diskprediction_local
    - name: dashboard
    - name: iostat
    - name: prometheus
    - name: rgw
    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_pools:
    - application: rgw
      name: molecule-1.rgw.buckets.data
      pg_autoscale_mode: true
      rule_name: replicated_rule
      type: replicated
    - application: rgw
      name: molecule-1.rgw.buckets.index
      pg_autoscale_mode: 'off'
      pg_num: 8
      pgp_num: 8
      rule_name: replicated_rule
      type: replicated
    - application: rgw
      name: molecule-1.rgw.buckets.non-ec
      pg_autoscale_mode: 'off'
      pg_num: 8
      pgp_num: 8
      rule_name: replicated_rule
      type: replicated
    - application: rgw
      name: molecule-1.rgw.control
      pg_autoscale_mode: 'off'
      pg_num: 8
      pgp_num: 8
      rule_name: replicated_rule
      type: replicated
    - application: rgw
      name: molecule-1.rgw.log
      pg_autoscale_mode: 'off'
      pg_num: 8
      pgp_num: 8
      rule_name: replicated_rule
      type: replicated
    - application: rgw
      name: molecule-1.rgw.meta
      pg_autoscale_mode: 'off'
      pg_num: 8
      pgp_num: 8
      rule_name: replicated_rule
      type: replicated
    ceph_rgw_enabled: true
    ceph_rgw_realms:
    - default: true
      name: molecule
    ceph_rgw_remove_default_resources: true
    ceph_rgw_services:
    - count_per_host: 1
      id: molecule
      spec:
        generate_cert: true
        rgw_frontend_port: 8080
        rgw_realm: molecule
        rgw_zone: molecule-1
        rgw_zonegroup: molecule
        ssl: true
    ceph_rgw_zonegroups:
    - default: true
      endpoints:
      - https://{{ hostvars[groups['controllers'][0]].ansible_default_ipv4.address
        }}:8080
      master: true
      name: molecule
      realm: molecule
    ceph_rgw_zones:
    - default: true
      endpoints:
      - https://{{ hostvars[groups['controllers'][0]].ansible_default_ipv4.address
        }}:8080
      master: true
      name: molecule-1
      realm: molecule
      zonegroup: molecule
    molecule_install_collection_siblings: true
    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#69>'
      - '<Job ansible-collection-ceph-molecule-ha explicit: None implied: {MatchAny:{ImpliedBranchMatcher:main}}
        source: vexxhost/ansible-collection-ceph/.zuul.yaml@main#213>'
      - '<Job ansible-collection-ceph-molecule-ha-ubuntu-noble explicit: None implied:
        {MatchAny:{ImpliedBranchMatcher:main}} source: vexxhost/ansible-collection-ceph/.zuul.yaml@main#233>'
      - '<Job ansible-collection-ceph-molecule-ha-ubuntu-noble explicit: None implied:
        None source: vexxhost/ansible-collection-ceph/.zuul.yaml@main#238>'
      ansible_version: '9'
      attempts: 1
      branch: main
      build: ce2dfe3a2c0b4e649eddedf3a76e04ba
      build_refs:
      - branch: main
        change: '123'
        change_message: 'feat: refactoring'
        change_url: https://github.com/vexxhost/ansible-collection-ceph/pull/123
        commit_id: 92976b73a98e59823e6bc2ff051486f7a17ea9ae
        patchset: 92976b73a98e59823e6bc2ff051486f7a17ea9ae
        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: 7bf1773d750f4bd794bc0d580a0bcf97
      buildset_refs:
      - branch: main
        change: '123'
        change_message: 'feat: refactoring'
        change_url: https://github.com/vexxhost/ansible-collection-ceph/pull/123
        commit_id: 92976b73a98e59823e6bc2ff051486f7a17ea9ae
        patchset: 92976b73a98e59823e6bc2ff051486f7a17ea9ae
        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: '123'
      change_message: 'feat: refactoring'
      change_url: https://github.com/vexxhost/ansible-collection-ceph/pull/123
      child_jobs: []
      commit_id: 92976b73a98e59823e6bc2ff051486f7a17ea9ae
      event_id: 5c848740-9b0f-11f1-99bf-ae0b2ea94fad
      executor:
        hostname: 2d72f0692154
        inventory_file: /var/lib/zuul/builds/ce2dfe3a2c0b4e649eddedf3a76e04ba/ansible/inventory.yaml
        log_root: /var/lib/zuul/builds/ce2dfe3a2c0b4e649eddedf3a76e04ba/work/logs
        result_data_file: /var/lib/zuul/builds/ce2dfe3a2c0b4e649eddedf3a76e04ba/work/results.json
        src_root: /var/lib/zuul/builds/ce2dfe3a2c0b4e649eddedf3a76e04ba/work/src
        work_root: /var/lib/zuul/builds/ce2dfe3a2c0b4e649eddedf3a76e04ba/work
      include_vars: []
      items:
      - branch: main
        change: '123'
        change_message: 'feat: refactoring'
        change_url: https://github.com/vexxhost/ansible-collection-ceph/pull/123
        commit_id: 92976b73a98e59823e6bc2ff051486f7a17ea9ae
        patchset: 92976b73a98e59823e6bc2ff051486f7a17ea9ae
        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-ha-ubuntu-noble
      jobtags: []
      max_attempts: 3
      message: ZmVhdDogcmVmYWN0b3Jpbmc=
      patchset: 92976b73a98e59823e6bc2ff051486f7a17ea9ae
      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: f4acf9c8ecc7dbcc5458278fc6b1461e13432f50
          trusted/project_2/github.com/vexxhost/zuul-jobs:
            canonical_name: github.com/vexxhost/zuul-jobs
            checkout: main
            commit: c286bf94224b5660b8e49e9a058289e61062a9a0
          untrusted/project_0/github.com/vexxhost/zuul-jobs:
            canonical_name: github.com/vexxhost/zuul-jobs
            checkout: main
            commit: c286bf94224b5660b8e49e9a058289e61062a9a0
          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: f4acf9c8ecc7dbcc5458278fc6b1461e13432f50
        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: dcca4efac3db4f13c2271d0337d5b14dfee1949d
          name: vexxhost/ansible-collection-ceph
          required: false
          short_name: ansible-collection-ceph
          src_dir: src/github.com/vexxhost/ansible-collection-ceph
      ref: refs/pull/123/head
      resources: {}
      tenant: oss
      timeout: 1800
      topic: null
      voting: true
