mirror of https://github.com/ceph/ceph-ansible.git
doc: update readthedoc settings
This is needed to enforce the python version.
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit 3a8daafbe8
)
pull/7268/head
parent
6c79e02820
commit
f81a7f462c
|
@ -0,0 +1,6 @@
|
||||||
|
version: 2
|
||||||
|
|
||||||
|
build:
|
||||||
|
os: "ubuntu-22.04"
|
||||||
|
tools:
|
||||||
|
python: "3.9"
|
|
@ -152,5 +152,4 @@ texinfo_documents = [
|
||||||
'Miscellaneous'),
|
'Miscellaneous'),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
master_doc = 'index'
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
- ansible_facts['service_mgr'] == 'systemd'
|
- ansible_facts['service_mgr'] == 'systemd'
|
||||||
|
|
||||||
- name: add ceph-rbd-mirror systemd service overrides
|
- name: add ceph-rbd-mirror systemd service overrides
|
||||||
openstack.config_template.config_template:
|
config_template:
|
||||||
src: "ceph-rbd-mirror.service.d-overrides.j2"
|
src: "ceph-rbd-mirror.service.d-overrides.j2"
|
||||||
dest: "/etc/systemd/system/ceph-rbd-mirror@.service.d/ceph-rbd-mirror-systemd-overrides.conf"
|
dest: "/etc/systemd/system/ceph-rbd-mirror@.service.d/ceph-rbd-mirror-systemd-overrides.conf"
|
||||||
config_overrides: "{{ ceph_rbd_mirror_systemd_overrides | default({}) }}"
|
config_overrides: "{{ ceph_rbd_mirror_systemd_overrides | default({}) }}"
|
||||||
|
|
Loading…
Reference in New Issue