summaryrefslogtreecommitdiff
path: root/playbooks/roles/ceph/tasks
diff options
context:
space:
mode:
authorAlexander Hunt <me@liz.coffee>2025-11-01 13:29:22 -0700
committerAlexander Hunt <me@liz.coffee>2025-11-01 13:29:22 -0700
commit79883d552c365fa2b3e817f64e803b309cc02ab4 (patch)
treef989324b13ecc2215b25ae783f6f6f8636553e36 /playbooks/roles/ceph/tasks
parentec22535571ed3cf88bb19daaf17d4f2a84ab5fb2 (diff)
downloadinfra-79883d552c365fa2b3e817f64e803b309cc02ab4.tar.gz
infra-79883d552c365fa2b3e817f64e803b309cc02ab4.zip
Whatevs
Diffstat (limited to 'playbooks/roles/ceph/tasks')
-rw-r--r--playbooks/roles/ceph/tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/roles/ceph/tasks/main.yml b/playbooks/roles/ceph/tasks/main.yml
index 6c1792c..3b037e9 100644
--- a/playbooks/roles/ceph/tasks/main.yml
+++ b/playbooks/roles/ceph/tasks/main.yml
@@ -38,7 +38,7 @@
ansible.builtin.lineinfile:
path: /etc/fstab
regexp: '{{ ceph_base }}\w+fuse.ceph'
- line: "none {{ ceph_base }} fuse.ceph ceph.id={{ ceph_client_name }},_netdev,defaults 0 0"
+ line: "none {{ ceph_base }} fuse.ceph ceph.id={{ ceph_client_name }},_netdev,allow_other,umask=000,defaults 0 0"
create: true
mode: "0644"