Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tuanpembual/mesin
an Ansible Playbooks
https://github.com/tuanpembual/mesin
Last synced: about 2 months ago
JSON representation
an Ansible Playbooks
- Host: GitHub
- URL: https://github.com/tuanpembual/mesin
- Owner: tuanpembual
- License: mit
- Created: 2016-02-10T07:42:12.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-12T13:43:41.000Z (almost 9 years ago)
- Last Synced: 2023-09-09T05:10:28.341Z (over 1 year ago)
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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```