diff options
Diffstat (limited to 'group_vars/ceph.yml')
-rw-r--r-- | group_vars/ceph.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/group_vars/ceph.yml b/group_vars/ceph.yml new file mode 100644 index 0000000..5c985ca --- /dev/null +++ b/group_vars/ceph.yml @@ -0,0 +1,9 @@ +--- + +# ceph_secret: <keep it safe in the vault> +cephfs_name: cephfs +ceph_mon_host: "[v2:10.128.0.101:3300/0,v1:10.128.0.101:6789/0] [v2:10.128.0.103:3300/0,v1:10.128.0.103:6789/0] [v2:10.128.0.102:3300/0,v1:10.128.0.102:6789/0]" +ceph_fsid: "ee994518-d7f3-4a7b-b148-09dba7f3dd4d" +ceph_client_name: swarm + +ceph_base: "/mnt/ceph" |