Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 813 Bytes

README.md

File metadata and controls

46 lines (32 loc) · 813 Bytes

jsnshrmn.koha

Installs and configures the Koha ILS from source.

Requirements

Role Variables

mariadb_port: 3306
mariadb_host: localhost
mariadb_db: koha
db_user: root
db_pw: root
kohaadmin_user: kohaadmin
kohaadmin_pw: kohaadmin
smtp_host: smtp.example.com
smtp_port: 465
smtp_authuser: [email protected]
smtp_authpassword: mypass

See defaults for the rest.

Dependencies

Centos7, Postfix, Apache2, a MariaDB/MySQL database.

Example Playbook

License

GPLv2

Author Information

Jason Sherman