https://github.com/88plug/vps-ansible
Meticulously crafted Ansible playbooks designed to streamline the process of setting up VPS servers with speed and precision. Whether you prefer Vultr, DigitalOcean, OVH, or other providers, our versatile playbooks are your key to hassle-free server provisioning.
https://github.com/88plug/vps-ansible
Last synced: 3 months ago
JSON representation
Meticulously crafted Ansible playbooks designed to streamline the process of setting up VPS servers with speed and precision. Whether you prefer Vultr, DigitalOcean, OVH, or other providers, our versatile playbooks are your key to hassle-free server provisioning.
- Host: GitHub
- URL: https://github.com/88plug/vps-ansible
- Owner: 88plug
- License: mit
- Created: 2023-12-09T01:20:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-20T03:22:27.000Z (about 2 years ago)
- Last Synced: 2025-06-29T07:43:30.025Z (12 months ago)
- Size: 31.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vps-ansible
Meticulously crafted Ansible playbooks designed to streamline the process of setting up VPS servers with speed and precision. Whether you prefer Vultr, DigitalOcean, OVH, or other providers, our versatile playbooks are your key to hassle-free server provisioning.
## Requirements
```
apt-get update
apt-get install -y ansible-playbook
git clone https://github.com/88plug/vps-ansible ; cd vps-ansible
nano inventory.ini
```
**You must edit inventory.ini with the new VPS/SSH host.**
## Run
```
ansible-playbook -i inventory.ini playbook.yml
```
Run and install optional Docker and docker-compose
```
ansible-playbook -i inventory.ini playbook.yml -e "install_docker=true"
```