- Open Source
- /
- Host UK
- /
- Ansible Coolify
Ansible Coolify
Host UK
Ansible
DevOps
PaaS
An Ansible toolkit for deploying, managing, and hardening Coolify instances. If you're running your own PaaS and want to automate the boring bits - installation, backups, security hardening - this handles it all through code.
Features
Automated Operations
Zero-touch installation, configuration, backup, and restoration of Coolify controllers
Infrastructure as Code
Manage apps, databases, and services through the Coolify API
Broad Compatibility
Works with Hetzner Cloud, dedicated servers, and Parallels VMs
Built-in Hardening
Automatic SSH lockdowns, UFW firewall, and Fail2Ban configuration
Persistent State
Local credential storage with optional encrypted S3 backups
Environment Cloning
Clone entire environments with automated variable mapping
Installation
git clone https://github.com/host-uk/ansible-coolify.git
cd ansible-coolify
cp inventories/example inventories/production
make deploy ENV=production
Usage
# Deploy Coolify
make deploy ENV=production
# Backup instance
make backup ENV=production
# Clone staging to production
make clone SOURCE=staging TARGET=production
Quick Links
More from Host UK
Fancy helping out?
Spotted a bug? Got an idea? We'd love to hear from you.
Read the contributing guide →