ansible/xray-client.yml
sascha 73281a3ac6 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
2026-04-10 22:13:58 +02:00

6 lines
129 B
YAML

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