Coder Social home page Coder Social logo

spottmedia / shareable-ansible-toolkit Goto Github PK

View Code? Open in Web Editor NEW
1.0 3.0 0.0 2.95 MB

Ansible roles looselly packed together to serve as convenience provisioning base for spottmedia machines

Python 4.55% Shell 3.34% Perl 24.45% Jinja 67.66%

shareable-ansible-toolkit's Introduction

shareable-ansible-toolkit

Ansible roles looselly packed together to serve as convenience provisioning base for spottmedia machines

Noteworthy members of the pack

Mysql 8

works on Ubuntu Bionic (might work on Debians in general, but not tested)

We've been pulling our hairs out to automate mysql installation using their recipes, and finally have found a post of a good man Geert: https://geert.vanderkelen.org/2018/mysql8-unattended-dpkg/

and assembled it into our toolkit.

you need to call dev-mysql8 role, which in turn will also install xtrabackup for mysql8 as a dependency, which we think is pretty much mandatory for AdminOps, and thus have included it by default. Dev in the name suggests it doesn't really pay attention to security, and have to be wrapped with hardening roles, to be put into production, however even with that in mind it only listens on 127.0.0.1 for both mysql-exposed ports. Keep that in mind when using in clustered setup.

Instructions

requirements.yaml

- src: https://github.com/spottmedia/shareable-ansible-toolkit.git
  scm: git
  version: origin/master
  

playbook.yaml

- name: Converge for mysql 8 servers
  hosts: mysqls8
  vars:
    mysql_root_password: 'password'

  roles:
    - shareable-ansible-toolkit/dev-mysql8

  tags:
    - mysql8-servers
  

then simply converge

shareable-ansible-toolkit's People

Contributors

grzegorznowak avatar teranteks avatar

Stargazers

 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.