This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
devplayground [2025/06/10 17:25] pdonnell [Configuring CephFS Mounts] |
devplayground [2025/06/10 17:44] (current) pdonnell [Configuring CephFS Mounts] |
||
---|---|---|---|
Line 54: | Line 54: | ||
The following ansible playbook can be run to setup CephFS mounts on a new developer playground machines: | The following ansible playbook can be run to setup CephFS mounts on a new developer playground machines: | ||
- | <code>--- | + | <code> |
+ | --- | ||
- name: Configure Ceph Client and Mounts | - name: Configure Ceph Client and Mounts | ||
hosts: all | hosts: all | ||
Line 129: | Line 130: | ||
state: unmounted | state: unmounted | ||
loop: "{{ mounts }}" | loop: "{{ mounts }}" | ||
- | ignore_errors: true | ||
- | - name: "▶️ Create mount point directories and set immutable" | + | - name: "▶️ Create mount point directories" |
ansible.builtin.file: | ansible.builtin.file: | ||
path: "{{ item.path }}" | path: "{{ item.path }}" |