- New role: xray_client (deploys Xray VLESS+Reality client container) - New playbook: xray-client.yml - New inventory group: [xray] (emby-sascha, emby-chris) - pfannkuchen.sh: new command 'xray' - Prepared for migration from FRP to Xray tunnel
6 lines
129 B
YAML
6 lines
129 B
YAML
---
|
|
- name: Deploy Xray VLESS+Reality Client
|
|
hosts: "{{ target | default('xray') }}"
|
|
become: true
|
|
roles:
|
|
- xray_client
|