- 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
144 B
YAML
6 lines
144 B
YAML
---
|
|
- name: restart xray-client
|
|
community.docker.docker_container:
|
|
name: "{{ xray_container_name }}"
|
|
state: started
|
|
restart: true
|