Skip to content

Instantly share code, notes, and snippets.

View tbernacchi's full-sized avatar
💻

Tadeu Bernacchi tbernacchi

💻
View GitHub Profile
---
##INSTALA O REPOSITORIO MariaDB 10.1
- name: Adicionando o repositorio MariaDB 10.1
yum_repository:
name: MariaDB
description: MariaDB repository 10.1
baseurl: http://yum.mariadb.org/10.1/centos7-amd64
gpgkey: https://yum.mariadb.org/RPM-GPG-KEY-MariaDB
gpgcheck: yes
# -*- mode: ruby -*-
# # vi: set ft=ruby :
###CONFIGURACOES DOS HOSTS
Vagrant.configure("2") do |config|
#BOX
config.vm.box = "insaneworks/centos7"
config.vm.define "chef1" do |chef1|