mirror of https://github.com/ceph/ceph-ansible.git
commit
86ebee190b
|
@ -62,49 +62,49 @@
|
||||||
- set_fact:
|
- set_fact:
|
||||||
dir_owner: ceph
|
dir_owner: ceph
|
||||||
dir_group: ceph
|
dir_group: ceph
|
||||||
dir_mode: 0755
|
dir_mode: "0755"
|
||||||
when: is_ceph_infernalis
|
when: is_ceph_infernalis
|
||||||
|
|
||||||
- set_fact:
|
- set_fact:
|
||||||
dir_owner: root
|
dir_owner: root
|
||||||
dir_group: root
|
dir_group: root
|
||||||
dir_mode: 0755
|
dir_mode: "0755"
|
||||||
when: not is_ceph_infernalis
|
when: not is_ceph_infernalis
|
||||||
|
|
||||||
- set_fact:
|
- set_fact:
|
||||||
key_owner: root
|
key_owner: root
|
||||||
key_group: root
|
key_group: root
|
||||||
key_mode: 0600
|
key_mode: "0600"
|
||||||
when: not is_ceph_infernalis
|
when: not is_ceph_infernalis
|
||||||
|
|
||||||
- set_fact:
|
- set_fact:
|
||||||
key_owner: ceph
|
key_owner: ceph
|
||||||
key_group: ceph
|
key_group: ceph
|
||||||
key_mode: 0600
|
key_mode: "0600"
|
||||||
when: is_ceph_infernalis
|
when: is_ceph_infernalis
|
||||||
|
|
||||||
- set_fact:
|
- set_fact:
|
||||||
activate_file_owner: ceph
|
activate_file_owner: ceph
|
||||||
activate_file_group: ceph
|
activate_file_group: ceph
|
||||||
activate_file_mode: 0644
|
activate_file_mode: "0644"
|
||||||
when: is_ceph_infernalis
|
when: is_ceph_infernalis
|
||||||
|
|
||||||
- set_fact:
|
- set_fact:
|
||||||
activate_file_owner: root
|
activate_file_owner: root
|
||||||
activate_file_group: root
|
activate_file_group: root
|
||||||
activate_file_mode: 0644
|
activate_file_mode: "0644"
|
||||||
when: not is_ceph_infernalis
|
when: not is_ceph_infernalis
|
||||||
|
|
||||||
- set_fact:
|
- set_fact:
|
||||||
rbd_client_dir_owner: root
|
rbd_client_dir_owner: root
|
||||||
rbd_client_dir_group: root
|
rbd_client_dir_group: root
|
||||||
rbd_client_dir_mode: 0644
|
rbd_client_dir_mode: "0644"
|
||||||
when: not is_ceph_infernalis
|
when: not is_ceph_infernalis
|
||||||
|
|
||||||
- set_fact:
|
- set_fact:
|
||||||
rbd_client_dir_owner: ceph
|
rbd_client_dir_owner: ceph
|
||||||
rbd_client_dir_group: ceph
|
rbd_client_dir_group: ceph
|
||||||
rbd_client_dir_mode: 0770
|
rbd_client_dir_mode: "0770"
|
||||||
when: is_ceph_infernalis
|
when: is_ceph_infernalis
|
||||||
|
|
||||||
- name: check for a ceph socket
|
- name: check for a ceph socket
|
||||||
|
|
Loading…
Reference in New Issue