Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tuanpembual/mesin

an Ansible Playbooks
https://github.com/tuanpembual/mesin

Last synced: about 2 months ago
JSON representation

an Ansible Playbooks

Awesome Lists containing this project

README

        

Mesin
=====

an Ansible Playbooks

###Assumptions

Ansible-playbook installed in your local.
Run under vagrant, set public network
Ubuntu 14.04 server
Have already set up ssh public key authentication on it.

# Task 1

## Create deployment script using Ansible.

Setup ip server in file hosts
```
$ cd ansible
$ vim hosts
$ ansible-playbook -i hosts dev-django.yml
```

# Task 2

## Create backup rotation.

```
$ cd ansible
$ ansible-playbook -i hosts backup.yml

```