From e9a2925fe8f2ba06f74cd45f82f6358c6644242b Mon Sep 17 00:00:00 2001 From: 6C656C65 <73671374+6C656C65@users.noreply.github.com> Date: Mon, 12 May 2025 20:05:06 +0200 Subject: [PATCH] Add reference to Ansible role in README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index f9df5e6..97700b4 100644 --- a/README.md +++ b/README.md @@ -85,4 +85,14 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file Contributions are welcome and appreciated! If you'd like to improve this project, feel free to fork the repository and submit a pull request. Whether it's fixing bugs, adding new features, improving documentation, or suggesting enhancements, every bit helps. Please make sure to follow the coding standards and test your changes before submitting. Let's build something great together! +## 📦 Deployment with Ansible + +If you want to deploy **pyproxy** automatically to remote servers (via source or Docker), an official [Ansible role](https://github.com/6C656C65/pyproxy_ansible) is available: + +* 🔧 Install from source or run as a Docker container +* 📁 Supports customization of ports, versions, and paths +* 🚀 Easily integrable into your infrastructure or CI/CD pipelines + +👉 Check out the [ansible-role-pyproxy](https://github.com/6C656C65/pyproxy_ansible) repository for more details and usage instructions. + --- \ No newline at end of file