Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 620 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 620 Bytes

v2ray ansible

This repository provides the ansible playbook to provision v2ray servers.

Reuirements

You'll need ansible 2.10.8 with ansible-galaxy installed. In order to prepare the playbook you must install the requirements using the following command:

ansible-galaxy install -r requirements.yaml

Usage

First set the your server ip in the inventory/inventory.yaml and then create your config.json inside inventory/files/v2ray. You can also use one of sample configs in v2ray-config-examples.

ansible-playbook site.yaml