Coder Social home page Coder Social logo

ansible-role-mantisbt's Introduction

Ansible Role: MantisBT

Installs the Mantis bug tracker.

Requirements

php and mysql should be installed and working.

Role Variables

Available variables are listed below, along with default values (see defaults/main.yml):

mantis_version: 1.2.19

Which version of Mantis to use.

mantis_file_extension: tar.gz

The file extension of the archive to use.

mantis_parent_dir: /var/www

The directory that Mantis will be moved into once extracted.

mantis_create_db: true
mantis_install_db: true

Whether to create and/or install the database.

mantis_db_name: mantis
mantis_db_user: mantis
mantis_db_pass: mantis

The database credentials to create and connect to the database.

mantis_admin_username: administrator
mantis_admin_real_name: ''
mantis_admin_email: root@localhost
mantis_admin_password: root

The details for the Mantis admin user.

Dependencies

None (but PHP and MySQL need to be installed; the geerlingguy.php and geerlingguy.mysql roles are recommended).

Example Playbook

- hosts: all
  roles:
    - opdavies.mantisbt

License

MIT

## Author

Oliver Davies - PHP Developer and Linux System Administrator.

ansible-role-mantisbt's People

Contributors

opdavies avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.