Lampsible

Latest version: v2.2.0

Safety actively analyzes 722491 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 6

2.2.0

This release delivers some cool new features ;-)

Features

* Support for [SuiteCRM](https://github.com/salesagility/suitecrm) - an excellent open source web based CRM, great alternative to platforms like Salesforce. I need it for my own business, and decided to automate the installation with Lampsible. It can now be installed in a single command, similar to other supported actions.
* Improved PHP installation - I refactored the code to replace my handwritten PHP Ansible role with [Jeff Geerling's excellent implementation](https://github.com/geerlingguy/ansible-role-php). This offers numerous improvements, mainly the ability to configure the server's php.ini settings with Lampsible. There are several new CLI flags, see the `--help` flag for details.
* The database root password on your server can now be set with the new flags `--ask-database-root-password` or `--database-root-password`.

Refactor

* As mentioned, I replaced my handwritten PHP Ansible role with [Jeff Geerling's](https://github.com/geerlingguy/ansible-role-php).
* Improved Ansible Galaxy handling - Roles can be installed alongside Collections now.

Deprecations

* The flag `--php-version` is being deprecated. It's better to just let the remote server's default package configuration handle this - for example, Ubuntu 24 supports PHP 8.3, Ubuntu 22 has PHP 8.1, and so on. The flag will be removed in version 3.

Maintenance

* Bump default Joomla version to 5.2.5

**Installing/upgrading**: `pip install --upgrade lampsible`

**PyPI package**: https://pypi.org/project/lampsible/2.2.0/



**Full Changelog**: https://github.com/saint-hilaire/lampsible/compare/v2.1.2...v2.2.0

2.2.0beta2

Features

* Flag for database root password ( 38 )
* Refactor PHP role, use geerlingguy.php, add support for php.ini settings ( 31 )

**Installing**: `pip install https://github.com/saint-hilaire/lampsible/releases/download/v2.2.0-beta-2/lampsible-2.2.0b2-py3-none-any.whl`

2.2.0beta1

Features
* Root database password ( 38 )

**Installing/upgrading**: `pip install https://github.com/saint-hilaire/lampsible/releases/download/v2.2.0-beta-1/lampsible-2.2.0b1-py3-none-any.whl`


**Full Changelog**: https://github.com/saint-hilaire/lampsible/compare/v2.1.2...v2.2.0-beta-1

2.1.2

**Full Changelog**: https://github.com/saint-hilaire/lampsible/compare/v2.1.1...v2.1.2

2.1.1

This is primarily a bugfix and maintenance release.

Bugfixes

* Fix Certbot domain issues for actions other than WordPress. For example, Laravel with Certbot would otherwise be broken, if you hadn't configured a "www-subdomain", such as www.example.com alongside example.com. ( 30 )
* Fix broken image handling in WordPress, by adding missing PHP extensions gd ( 32 )

Refactor

* Build the "extravars" that get passed to Ansible Runner conditionally, based on the action, to avoid creating unwanted side effects for certain variables ( 30 )
* Define required PHP extensions for different actions in a more central and DRY manner ( 32 )

Maintenance

* Add 6.7.2 to statically cached valid WordPress versions.

**Installing/upgrading:** `pip install --upgrade lampsible`

PyPI release: https://pypi.org/project/lampsible/2.1.1/

**Full Changelog**: https://github.com/saint-hilaire/lampsible/compare/v2.1.0...v2.1.1

2.1.1beta1

What's Changed
* Bugfix/gh 30 laravel ssl by saint-hilaire in https://github.com/saint-hilaire/lampsible/pull/35
* Bugfix/gh 32 wp header images by saint-hilaire in https://github.com/saint-hilaire/lampsible/pull/34


**Full Changelog**: https://github.com/saint-hilaire/lampsible/compare/v2.1.0...v2.1.1-beta-1

Page 1 of 6

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.