Loading repository data…
Loading repository data…
host-uk / repository
type:infra lang:dockerfile,makefile,bash,python,jinja | Ansible playbooks for Coolify PaaS deployment and management
Ansible Coolify is a comprehensive automation suite for deploying, managing, and hardening Coolify instances. It provides a modular, "Infrastructure as Code" approach to managing your self-hosted PaaS, supporting both cloud-based and dedicated servers.
playbooks/: Hierarchical Ansible playbooks for core operations and resource management.roles/: Reusable Ansible roles for system hardening, Coolify management, and infrastructure discovery.inventory/: Multi-environment inventory configuration.docs/: Detailed technical documentation and guides.Makefile: Unified entry point for all common operations.Copy the example inventory and update it with your server details:
cp inventory.example inventory/inventory.yml
Ensure your SSH keys are in the agent and run the deployment:
make prod-deploy
For more detailed instructions, see the Quick Start Guide.
This project is licensed under the European Union Public Licence v1.2 (EUPL-1.2). See the LICENSE file for details.