--- /dev/null
+version: 2
+
+build:
+ os: "ubuntu-22.04"
+ tools:
+ python: "3.9"
\ No newline at end of file
'Miscellaneous'),
]
-
-
+master_doc = 'index'
\ No newline at end of file
- ansible_facts['service_mgr'] == 'systemd'
- name: add ceph-rbd-mirror systemd service overrides
- openstack.config_template.config_template:
+ config_template:
src: "ceph-rbd-mirror.service.d-overrides.j2"
dest: "/etc/systemd/system/ceph-rbd-mirror@.service.d/ceph-rbd-mirror-systemd-overrides.conf"
config_overrides: "{{ ceph_rbd_mirror_systemd_overrides | default({}) }}"