hico-horiuchi / hiconyan-com-ansible

Ansible playbooks for hiconyan.com on ConoHa VPS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hiconyan.com Ansible Playbooks

Qiita

Preparations

$ brew install git
$ easy_install pip
$ pip install virtualenv
$ sudo gem install bundler
$ git clone git@github.com:hico-horiuchi/hiconyan-com-ansible.git

Ansible

$ cd hiconyan-com-ansible
$ virtualenv venv
$ source venv/bin/activate
$ pip install -r requirements.txt
$ rehash
$ cp hosts_samples/hosts.conoha hosts
$ vi ~/.vault_password
$ ansible-playbook -i hosts site.yml

Serverspec

$ cd hiconyan-com-ansible
$ bundle install --jobs=4 --path=vendor/bundler --binstubs=vendor/bin
$ bundle exec rake serverspec:all

About

Ansible playbooks for hiconyan.com on ConoHa VPS


Languages

Language:Ruby 97.3%Language:Nginx 2.7%