#######################################################################################################
This repository and the role associated are deprecated in favor of the Manala Ansible Collection
You will find informations on its usage on the collection repository
#######################################################################################################
❗ Report issues and send Pull Requests in the main Ansible Role repository ❗
This role will deal with the setup of SQLite.
It's part of the Manala Ansible stack but can be used as a stand alone component.
None.
None.
Using ansible galaxy cli:
ansible-galaxy install manala.sqlite
Using ansible galaxy requirements file:
- src: manala.sqlite
Name | Default | Type | Description |
---|---|---|---|
manala_sqlite_install_packages |
~ | Array | Dependency packages to install |
manala_sqlite_install_packages_default |
['sqlite3'] | Array | Default dependency packages to install |
- hosts: servers
roles:
- { role: manala.sqlite }
MIT
Manala (http://www.manala.io/)