diff options
Diffstat (limited to 'group_vars/swarm.yml')
-rw-r--r-- | group_vars/swarm.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/group_vars/swarm.yml b/group_vars/swarm.yml new file mode 100644 index 0000000..92e63bc --- /dev/null +++ b/group_vars/swarm.yml @@ -0,0 +1,8 @@ +--- + +# 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_mons: "10.128.0.101:6789/10.128.0.102:6789/10.128.0.103:6789" |