From 67489301a4e12af954beb7476bc4280fb9c936c8 Mon Sep 17 00:00:00 2001 From: Matt Williams Date: Tue, 31 Oct 2023 17:46:43 +0000 Subject: [PATCH] Set Ceph address correctly --- roles/filesystem/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/filesystem/tasks/main.yml b/roles/filesystem/tasks/main.yml index 72b2c031..a1729a76 100644 --- a/roles/filesystem/tasks/main.yml +++ b/roles/filesystem/tasks/main.yml @@ -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