diff options
| author | Alexander Hunt <me@liz.coffee> | 2025-11-01 13:29:22 -0700 |
|---|---|---|
| committer | Alexander Hunt <me@liz.coffee> | 2025-11-01 13:29:22 -0700 |
| commit | 79883d552c365fa2b3e817f64e803b309cc02ab4 (patch) | |
| tree | f989324b13ecc2215b25ae783f6f6f8636553e36 /playbooks/roles/ceph/tasks | |
| parent | ec22535571ed3cf88bb19daaf17d4f2a84ab5fb2 (diff) | |
| download | infra-79883d552c365fa2b3e817f64e803b309cc02ab4.tar.gz infra-79883d552c365fa2b3e817f64e803b309cc02ab4.zip | |
Whatevs
Diffstat (limited to 'playbooks/roles/ceph/tasks')
| -rw-r--r-- | playbooks/roles/ceph/tasks/main.yml | 2 |
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" |
