ansible: add xray_client role + playbook + [xray] inventory group

- 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
This commit is contained in:
sascha 2026-04-10 22:13:41 +02:00
parent 2650391432
commit 73281a3ac6
6 changed files with 98 additions and 17 deletions

6
xray-client.yml Normal file
View file

@ -0,0 +1,6 @@
---
- name: Deploy Xray VLESS+Reality Client
hosts: "{{ target | default('xray') }}"
become: true
roles:
- xray_client