Git Product home page Git Product logo

ansible-labadmin's People

Contributors

vongomben avatar xrmx avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

ansible-labadmin's Issues

Adding a "chatlab" integration to this ansible script

Is this ansible script


- name: RocketChat.Server
  | hosts: default
  | remote_user: vagrant
  | sudo: true
  | vars:
  | rocket_chat_automatic_upgrades: false
  | rocket_chat_tarball_sha256sum: f6d1e6897b28a9b722b66ed199c199ed608d565b4d7a4a1d900425ad68cb5bba.
  | roles:
  | - RocketChat.Server

easily addable here


---
  | - name: LabAdmin
  | hosts: default
  | remote_user: vagrant
  | become: true
  | become_method: sudo
  | roles:
  | - labadmin
  | vars:
  | labadmin_mysql_password: labadminpassword
  | labadmin_mysql_root_password: labadminrootpassword
  | labadmin_postfix_relay_username: username
  | labadmin_postfix_relay_password: password
  | labadmin_django_secret_key: labadmin
  | labadmin_django_admin_user: labadmin
  | labadmin_django_admin_password: labadminpassword
  | labadmin_django_admin_email: [email protected]
  | labadmin_django_from_email: [email protected]

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.