File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2025 6C656C65
3+ Copyright (c) 2025 pyproxytools
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 22 <h1 >pyproxy Ansible</h1 >
33</div >
44
5- ** pyproxy Ansible** is an Ansible role for deploying the [ pyproxy] ( https://github.com/6C656C65 /pyproxy ) project.
5+ ** pyproxy Ansible** is an Ansible role for deploying the [ pyproxy] ( https://github.com/pyproxytools /pyproxy ) project.
66
77## ⚡ ** Deployment Methods**
88
1818You can add the role to your playbook as a submodule. For example:
1919
2020``` bash
21- git submodule add https://github.com/6C656C65/pyproxy_ansible roles/pyproxy
21+ git submodule add https://github.com/pyproxytools/pyproxy-ansible roles/pyproxy
2222```
2323
2424## 🔧 ** Configuration**
Original file line number Diff line number Diff line change 66 compose :
77 install_path : " /opt/pyproxy"
88 name : pyproxy
9- image : ghcr.io/6c656c65 /pyproxy
9+ image : ghcr.io/pyproxytools /pyproxy
1010 tag : latest
1111 bind_port :
1212 - 8080:8080
@@ -30,7 +30,7 @@ pyproxy:
3030 docker :
3131 install_path : " /opt/pyproxy"
3232 name : pyproxy
33- image : ghcr.io/6c656c65 /pyproxy
33+ image : ghcr.io/pyproxytools /pyproxy
3434 tag : latest
3535 bind_port :
3636 - 8080:8080
@@ -52,7 +52,7 @@ pyproxy:
5252
5353# Source
5454 source :
55- repo : " https://github.com/6C656C65 /pyproxy.git"
55+ repo : " https://github.com/pyproxytools /pyproxy.git"
5656 install_path : " /opt/pyproxy"
5757 venv_path : " /opt/pyproxy/venv"
5858 service_name : " pyproxy"
You can’t perform that action at this time.
0 commit comments