Coder Social home page Coder Social logo

p4ndafr / homesuite-ansible Goto Github PK

View Code? Open in Web Editor NEW
12.0 4.0 0.0 20 KB

An ansible playbook to deploy a ready-to-use nextcloud w/ collabora based on https://brendan.abolivier.bzh/your-own-google-drive-docs/ from https://twitter.com/BrenAbolivier

Smarty 100.00%

homesuite-ansible's Introduction

homesuite-ansible

An ansible playbook to deploy a ready-to-use nextcloud w/ collabora based on the amazing work of Brendan Abolivier

Requirements

  • ansible >= 2.5.1
  • a linux server with ssh and python installed, listening on the internet ( ports 80, 443 and 22)
  • a domain (DNS), or at least 2 subdomains pointing at your server

DISCLAIMER : this playbook is made for Debian-based distributions and has only been tested on Ubuntu 17.10 Server and Ubuntu 18.04 LTS Server only, if you need it for any other distribution, please open an issue and/or submit a pull-request.

How to use it :

  • Clone this repository and cd inside
  • Modify the group_vars/all.yml.sample file with your variables ( for php_version pick the current version for your OS : "7.1" for Ubuntu 17.10, "7.2" for Ubuntu 18.04 LTS ) :
php_version: "7.1"
db_password: "nextcloud_db_password"
nextcloud_domain: "cloud.your.domain"
escaped_domain: "cloud\\.your\\.domain"
collabora_domain: "collabora.your.domain"
letsencrypt_email: "[email protected]"
  • Set the all.yml.sample as main variable file :
mv group_vars/all.yaml.sample group_vars/all.yaml
  • Add your server to your ansible inventory
echo -n "nextcloud ansible_ssh_host=the_ip_of_your_server ansible_ssh_user=the_coonection_user ansible_become_password=the_password_you_use_to_sudo ansible_python_interpreter=/the/path/to/the/python/executable/on/remote/server" >> /etc/ansible/hosts
  • Lauch the playbook and go grab a coffee / beer, depending the hour of the day
ansible-playbook playbook.yml

homesuite-ansible's People

Contributors

p4ndafr avatar

Stargazers

Guillaume Gelin avatar Tobi Kehl avatar Shadi Mostafa avatar Mauricio Uribe avatar  avatar Pierre Noël avatar  avatar Arjen P. de Vries avatar Maxime Sibellas avatar  avatar  avatar Brendan Abolivier avatar

Watchers

Alejandro Guerra avatar James Cloos avatar  avatar  avatar

homesuite-ansible's Issues

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.