Giter Club home page Giter Club logo

ansible-role-yourls's Introduction

Yourls Ansible Role

Build Status GPL v2 licensed Galaxy Role

Ansible role to install Yourls (Your Own URL Shortener, PHP web app).

Requirements

This role has no requirements by itself, but Yourls needs PHP and MySQL.

Role Variables

Since nested variables are used here, so to avoid defining the while vars, it's recommended to set hash_behaviour = merge or pass env var ANSIBLE_HASH_BEHAVIOUR=merge at Ansible execution.

Example Playbook

There are some variables that you need to set like site URL, DB info, users ... etc. A specific Yourls version could be selected, if not, it will get latest Yourls version.

yourls:
  version: latest
  path: /var/html/yourls
  owner: root
  group: root
  db:
    name: yourls
    user: yourls_db_password
    pass: yourls_db_username
    host: localhost
    prefix: yourls_
  users:
    user01: user01_password
  conf:
    site: http://your-own-domain-here.com

License

GNU GPL v2

Author Information

Ahmed AbouZaid.

ansible-role-yourls's People

Contributors

aabouzaid 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.