Skip to content

Commit

Permalink
Set Ceph address correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
milliams committed Oct 31, 2023
1 parent 30f3e62 commit 6748930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/filesystem/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
- name: Mount shared file system [openstack]
ansible.posix.mount:
path: /mnt/shared
src: "{{ filesystem_target_address }}:/"
src: "{{ ansible_local.citc.fileserver_ip }}"
fstype: ceph
opts: "secret={{ ansible_local.citc_ceph.secret }},name={{ ansible_local.citc.cluster_id }}"
state: mounted
Expand Down

0 comments on commit 6748930

Please sign in to comment.