PHPackages                             sitepilot/stack-openlitespeed - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [DevOps &amp; Deployment](/categories/devops)
4. /
5. sitepilot/stack-openlitespeed

ActiveLibrary[DevOps &amp; Deployment](/categories/devops)

sitepilot/stack-openlitespeed
=============================

Ansible playbooks for provisioning web servers optimized for WordPress and Laravel.

v1.0.4(3y ago)2301MITJinja

Since Jun 24Pushed 3y ago1 watchersCompare

[ Source](https://github.com/sitepilot/stack-openlitespeed)[ Packagist](https://packagist.org/packages/sitepilot/stack-openlitespeed)[ RSS](/packages/sitepilot-stack-openlitespeed/feed)WikiDiscussions main Synced 5d ago

READMEChangelog (5)DependenciesVersions (6)Used By (0)

OpenLiteSpeed Stack
===================

[](#openlitespeed-stack)

Ansible playbooks for provisioning optimized web servers for WordPress and Laravel. These playbooks are used by Autopilot (our cloud server control panel) and are perfect for:

- Local development environments.
- High-performance production servers (with caching).

Requirements
------------

[](#requirements)

- Ansible
- Ubuntu 20.04 LTS (Desktop/Server)

Inventory
---------

[](#inventory)

Before you can provision a [resource](#resources) you've to provision a server first. Add your inventory to the [hosts](./hosts) folder and provision a server or group using the following command:

Example:

```
# Provision a server (or group)
ansible-playbook server.yml -e host=
```

Resources
---------

[](#resources)

Resource playbooks use variables defined in a resource file, add your resources to the [resources](./resources) folder and reference the file while running a playbook. You can find resource examples in the [tests](./tests) folder.

```
# Example
ansible-playbook site.yml -e @resources/sites/my-site.yml
```

Available resource variables are defined in the `defaults` folder of a resource [role](./roles) and validated in the first `assert` task of each tasks file.

- Site variables: [./roles/site/defaults/main.yml](./roles/site/defaults/main.yml)
- User variables: [./roles/user/defaults/main.yml](./roles/user/defaults/main.yml)
- Database variables: [./roles/database/defaults/main.yml](./roles/database/defaults/main.yml)

### Site

[](#site)

```
# Provision a site
ansible-playbook site.yml -e @resources/sites/my-site.yml

# Backup a site
ansible-playbook site.yml -e @resources/sites/my-site.yml -t backup

# List site backups
ansible-playbook site.yml -e @resources/sites/my-site.yml -t backup/list

# Restore site backup
ansible-playbook site.yml -e @resources/sites/my-site.yml -t backup/restore

# Destroy site backup
ansible-playbook site.yml -e @resources/sites/my-site.yml -t backup/destroy

# Destroy a site
ansible-playbook site.yml -e @resources/sites/my-site.yml -t destroy
```

### Database

[](#database)

```
# Provision a database
ansible-playbook database.yml -e @resources/databases/my-database.yml

# Backup a database
ansible-playbook database.yml -e @resources/databases/my-database.yml -t backup

# List database backups
ansible-playbook database.yml -e @resources/databases/my-database.yml -t backup/list

# Restore database backup
ansible-playbook database.yml -e @resources/databases/my-database.yml -t backup/restore

# Destroy database backup
ansible-playbook database.yml -e @resources/databases/my-database.yml -t backup/destroy

# Destroy a database
ansible-playbook database.yml -e @resources/databases/my-database.yml -t destroy
```

### User

[](#user)

```
# Provision a user
ansible-playbook user.yml -e @resources/users/my-user.yml

# Destroy a user
ansible-playbook user.yml -e @resources/users/my-user.yml -t destroy
```

Web Apps
--------

[](#web-apps)

- phpMyAdmin: `https://{{ site_domain }}/-/phpmyadmin/`
- Mailhog: `https://{{ site_domain }}/-/mailhog/`
- Node Exporter: `https://{{ site_domain }}/-/monitor/`

Filesystem
----------

[](#filesystem)

- Vhosts: `/usr/local/lsws/conf/vhosts`
- MariaDB data: `/opt/sitepilot/stack/mariadb/data`

### Site Files

[](#site-files)

- Public path: `/opt/sitepilot/sites/{{ site_name }}/files`
- Logs path: `/opt/sitepilot/sites/{{ site_name }}/logs`
- Config path: `/opt/sitepilot/sites/{{ site_name }}/.config`
- User home path: `/opt/sitepilot/sites/{{ site_name }}/home`

Author
------

[](#author)

These playbooks are developed and maintained by [Nick Jansen](https://sitepilot.io/).

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~1 days

Total

5

Last Release

1418d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1eccc197159e8b7b8dcb0fc81fdf0ead72753b5ca0cea68dfffccb2e00f5a0bf?d=identicon)[sitepilot](/maintainers/sitepilot)

---

Top Contributors

[![nbejansen](https://avatars.githubusercontent.com/u/20165378?v=4)](https://github.com/nbejansen "nbejansen (9 commits)")

---

Tags

laravelopenlitespeedstackwordpress

### Embed Badge

![Health badge](/badges/sitepilot-stack-openlitespeed/health.svg)

```
[![Health](https://phpackages.com/badges/sitepilot-stack-openlitespeed/health.svg)](https://phpackages.com/packages/sitepilot-stack-openlitespeed)
```

###  Alternatives

[deployer/deployer

Deployment Tool

11.0k25.4M207](/packages/deployer-deployer)[appwrite/server-ce

End to end backend server for frontend and mobile apps.

55.3k84.2k](/packages/appwrite-server-ce)[pragmarx/health

Laravel Server &amp; App Health Monitor and Notifier

2.0k1.0M2](/packages/pragmarx-health)[felixfbecker/language-server-protocol

PHP classes for the Language Server Protocol

22476.7M6](/packages/felixfbecker-language-server-protocol)[heroku/heroku-buildpack-php

Toolkit for starting a PHP application locally, with or without foreman, using the same config for PHP and Apache2/Nginx as on Heroku

8161.3M10](/packages/heroku-heroku-buildpack-php)[tiamo/phpas2

PHPAS2 is a php-based implementation of the EDIINT AS2 standard

4674.7k](/packages/tiamo-phpas2)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
