mirror of https://github.com/ceph/ceph-ansible.git
roles: remove leftover from pr #4319
pr #4319 introduced some uesless `become: true` on systemd tasks.
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit 1db8fa8989
)
pull/6847/head
parent
4f76dedd9e
commit
6ebbda8cef
|
@ -1,6 +1,5 @@
|
||||||
---
|
---
|
||||||
- name: generate systemd unit files for tcmu-runner, rbd-target-api and rbd-target-gw
|
- name: generate systemd unit files for tcmu-runner, rbd-target-api and rbd-target-gw
|
||||||
become: true
|
|
||||||
template:
|
template:
|
||||||
src: "{{ role_path }}/templates/{{ item }}.service.j2"
|
src: "{{ role_path }}/templates/{{ item }}.service.j2"
|
||||||
dest: /etc/systemd/system/{{ item }}.service
|
dest: /etc/systemd/system/{{ item }}.service
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
---
|
---
|
||||||
- name: generate systemd unit file
|
- name: generate systemd unit file
|
||||||
become: true
|
|
||||||
template:
|
template:
|
||||||
src: "{{ role_path }}/templates/ceph-mds.service.j2"
|
src: "{{ role_path }}/templates/ceph-mds.service.j2"
|
||||||
dest: /etc/systemd/system/ceph-mds@.service
|
dest: /etc/systemd/system/ceph-mds@.service
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
---
|
---
|
||||||
- name: generate systemd unit file
|
- name: generate systemd unit file
|
||||||
become: true
|
|
||||||
template:
|
template:
|
||||||
src: "{{ role_path }}/templates/ceph-mgr.service.j2"
|
src: "{{ role_path }}/templates/ceph-mgr.service.j2"
|
||||||
dest: /etc/systemd/system/ceph-mgr@.service
|
dest: /etc/systemd/system/ceph-mgr@.service
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
---
|
---
|
||||||
- name: generate systemd unit file for mon container
|
- name: generate systemd unit file for mon container
|
||||||
become: true
|
|
||||||
template:
|
template:
|
||||||
src: "{{ role_path }}/templates/ceph-mon.service.j2"
|
src: "{{ role_path }}/templates/ceph-mon.service.j2"
|
||||||
dest: /etc/systemd/system/ceph-mon@.service
|
dest: /etc/systemd/system/ceph-mon@.service
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
---
|
---
|
||||||
- name: generate systemd unit file
|
- name: generate systemd unit file
|
||||||
become: true
|
|
||||||
template:
|
template:
|
||||||
src: "{{ role_path }}/templates/ceph-nfs.service.j2"
|
src: "{{ role_path }}/templates/ceph-nfs.service.j2"
|
||||||
dest: /etc/systemd/system/ceph-nfs@.service
|
dest: /etc/systemd/system/ceph-nfs@.service
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
---
|
---
|
||||||
- name: generate systemd unit file
|
- name: generate systemd unit file
|
||||||
become: true
|
|
||||||
template:
|
template:
|
||||||
src: "{{ role_path }}/templates/ceph-rbd-mirror.service.j2"
|
src: "{{ role_path }}/templates/ceph-rbd-mirror.service.j2"
|
||||||
dest: /etc/systemd/system/ceph-rbd-mirror@.service
|
dest: /etc/systemd/system/ceph-rbd-mirror@.service
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
---
|
---
|
||||||
- name: generate systemd unit file
|
- name: generate systemd unit file
|
||||||
become: true
|
|
||||||
template:
|
template:
|
||||||
src: "{{ role_path }}/templates/ceph-radosgw.service.j2"
|
src: "{{ role_path }}/templates/ceph-radosgw.service.j2"
|
||||||
dest: /etc/systemd/system/ceph-radosgw@.service
|
dest: /etc/systemd/system/ceph-radosgw@.service
|
||||||
|
|
Loading…
Reference in New Issue