Skip to content
This repository has been archived by the owner on Aug 13, 2021. It is now read-only.

tetsuya/kochiku-vps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kochiku::VPS

Prerequisite

  • ansible 2.0 or higher

There are several ways to install Ansible. If you are running on a Mac OS X, it is easiest to install through Homebrew/homebrew.

Check ansible/ansible for detailed installation instruction.

Prepare a vagrant box

The easiest way is to add a box from Vagrant Cloud. In this repo, Vagrantfile will automatically download CentOS Linux 7/x86_64 Vagrant images.

To get started run:

$ vagrant up

Check the installation

$ ansible -i development 192.168.33.10 -m ping
192.168.33.10 | SUCCESS => {
    "changed": false,
    "ping": "pong"
}

Provision a server with Ansible

$ ansible-playbook -i development playbook.yml --extra-vars "app_name=<your application name>"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published