v2ray

Ansible Role: v2ray

Build Status

An Ansible Role that installs V2Ray proxy on RHEL/CentOS, Debian/Ubuntu and Arch Linux.

Default Configs

Key Value
Server IP <your_server_ip>
Protocol Vmess
Port 50000
UUID b831381d-6324-4d53-ad4f-8cda48b30811
AlterId 4
Encryption auto

Tested Platforms

  • Red Hat UBI 8
  • CentOS 7
  • CentOS 8
  • Ubuntu 16.04
  • Ubuntu 18.04
  • Debian 8
  • Debian 9
  • Debian 10

Role Variables

You can set your custom config.json path:

v2ray_config_json_path: "path/to/config.json"

Dependencies

None.

Example Playbook

- hosts: proxy_servers
  become: yes
  vars_files:
    - vars/main.yml
  roles:
     - { role: jellycsc.v2ray }

License

MIT

Author Information

This role was created by Chenjie Ni.

About

Ansible role that installs the V2Ray proxy (https://www.v2ray.com/)

Install
ansible-galaxy install jellycsc/ansible-role-v2ray
GitHub repository
License
mit
Downloads
58
Owner