https://github.com/ohmydevops/v2ray-ansible
We are human beings, not slaves
https://github.com/ohmydevops/v2ray-ansible
Last synced: about 1 year ago
JSON representation
We are human beings, not slaves
- Host: GitHub
- URL: https://github.com/ohmydevops/v2ray-ansible
- Owner: ohmydevops
- Created: 2022-09-26T11:15:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-20T20:33:06.000Z (over 3 years ago)
- Last Synced: 2024-03-18T05:43:32.824Z (over 2 years ago)
- Size: 43 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# v2ray-ansible
We are human beings, not slaves
# How to use?
1- Install ansible (minimum version: V2.13) -> https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html#pip-install
2- Add your server's IP in inventory/hosts.ini file (mv .inventory/hosts.ini.example .inventory/hosts.ini) + and add your ssh user in hosts.ini
3- Add your custom varibles to vars.yaml (mv vars_example.yml vars.yml)
4- Finnaly Run this command: `ansible-playbook config-v2ray.yaml`