ryurock / versicolor

My DevOps Tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

versicolor

My DevOps repos - An idea, fix, etc. you can send me a PullRequest

Requirements

Quick Start

OSX only.

Requirements Ansible Install

ansible

Ansible OSX Install developments setup

git clone https://github.com/ryurock/versicolor.git
cd versicolor
ansible-playbook -i ansible/inventories/osx -c local --ask-sudo-pass ansible/site.yml
# sudo User Passowrd input
sudo password: 

>PLAY [all] ******************************************************************** 
>GATHERING FACTS *************************************************************** 
>ok: [127.0.0.1]
>
>TASK: [sshd | Install sshd-server] ******************************************** 
>skipping: [127.0.0.1]
.
.
.

Create box (virtualbox)

packer build --only=virtualbox-iso packer/config.json

First Time vagrant --provision

# Ansible-playbooks provision install task Middlewere
vagrant up --provision

Usage

  1. Using to Vagrant Login.
vagrant ssh
  1. Using Ansible Playbook(main)
ansible-playbook -i ansible/inventories/local ansible/site.yml 
  1. Using Serverspec
cd serverspec
rake spec

TrableShutting

An error occurred during installation of VirtualBox Guest Additions x.x.x. Some functionality may not work as intended.

VirtualBox Guest Additions not same VirtualBox version.

vagrant vbguest --do rebuild

No installation found.

VirtualBox Guest Additions not install

vagrant vbguest --do install

About

My DevOps Tools

License:Apache License 2.0


Languages

Language:Shell 52.6%Language:Ruby 47.4%