diff options
author | Elizabeth Hunt <me@liz.coffee> | 2025-03-16 21:23:16 -0700 |
---|---|---|
committer | Elizabeth Hunt <me@liz.coffee> | 2025-03-16 21:23:16 -0700 |
commit | 654694f9276cd9c30a7f2690f9336cf63a0172ef (patch) | |
tree | 12e4e8ec000478c982152e56d327afdef26a3b6a /group_vars/ceph.yml | |
parent | fb7e6890d8516618fa3baec0edf84048e2b6601d (diff) | |
download | infra-654694f9276cd9c30a7f2690f9336cf63a0172ef.tar.gz infra-654694f9276cd9c30a7f2690f9336cf63a0172ef.zip |
a good starting point for traefik
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" |