# Debian 安装(默认会自动安装 bbr)
# 先升级和安装 curl
apt-get update -y && apt-get install curl -y
 
bash <(curl -s -L https://git.io/v2ray.sh)
 
- name: "你的V2RAY节点1" # 软件显示的节点名字
  type: vmess # 代理类型
  server: v2rayssr.com  # 服务器IP
  port: 443 #  端口号
  uuid: a3482e88-686a-4a58-8126-123456789
  alterId: 64  #额外的ID
  cipher: auto
  #上面几行为必选参数
  #下面几行为可选参数  根据你的配置情况来
  # udp: true    #默认不开启
  # tls: true      #TLS开启
  # skip-cert-verify: true     #默认不开启
  # network: ws    # 网路类型 WS HTTP等
  # ws-path: /path  # 路径
  # ws-headers:     #默认不开启
  #  Host: v2rayssr.com    # HOST

参考