Coder Social home page Coder Social logo

samyscoub / ansible-role-owncloud Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ken24/ansible-role-owncloud

0.0 3.0 1.0 113 KB

installation script of owncloud with ansible

Home Page: https://galaxy.ansible.com/list#/roles/3448

License: MIT License

Ruby 94.07% Shell 5.93%

ansible-role-owncloud's Introduction

Ansible Role of Owncloud

Install owncloud.

Remarks

Requirements

  • OS: CentOS 6/7

I've checked on CentOS 6.5 and 7.0.

Role Variables

  • owncloud_db_add_on_mysql_enable

    • If you want to create table for external storages, set this variable to true.
    • If you set true, following variables are needed
    • owncloud_db_host: default value is localhost
    • owncloud_db_user: default value is owncloud
    • owncloud_db_pass: default value is owncloud
    • owndloud_db_table
      • name_to_be_created: the default value is owncloud
      • collation: the default value is utf8_general_ci
      • encoding: the default value is utf8
  • owncloud_php_timezone: timezone configuration in /etc/php.ini

  • owncloud_php_default_char: timezone configuration in /etc/php.ini.

Dependencies

  • A package libselinux-python is required in advance if SELinux is installed.
  • magnus919.epel: for installation of EPEL for CentOS systems
  • hostclick.remi_repo: for addition of Remi repository for CentOS systems

Example Playbook

- hosts: owncloud
  sudo: yes
  pre_tasks:
    - name: Ensure preriquisite packages are installed
      yum: name="{{ item }}" state=present
      with_items:
        - libselinux-python
  roles:
    - owncloud
  vars:
    owncloud_db_host: "{{ hostvars['other-db-host']['ansible_eth0']['ipv4']['address'] }}"

License

MIT

Author Information

Kenta Nishimura, data-science infrastructure engineers at a telecommunications company.

ansible-role-owncloud's People

Contributors

samyscoub avatar

Watchers

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