0
0
vps-set-up-playbook/README.md

16 lines
672 B
Markdown
Raw Normal View History

2023-11-11 02:25:49 +08:00
# Ansible playbook to set up VPSs
2023-11-11 02:06:42 +08:00
2023-11-11 02:25:49 +08:00
An Ansible playbook to set up VPSs (for Opnxng). It applies to Debian-based servers in any arch.
2023-11-11 02:06:42 +08:00
## Oracle Cloud
To install Debian on Oracle Cloud, refer to [this documentation](ORACLECLOUD.md)
## Configurations
2023-11-11 02:25:49 +08:00
You can modify the [packages to be installed](set-up.yml) and the [UFW rules](roles/ufw/tasks/main.yml).
Passwords and other sensitive data are kept locally as encrypted variables in [secrets.yml](/opnxng/opnxng-set-up-playbook).
2023-11-11 02:06:42 +08:00
## Contact
Please contact us via [email](mailto:opnxng@tuta.io) if you discover any vulnerability or area for improvement in our infrastructure. We would truly appreciate it.