Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dreikanter/rails-ansible
Ansible automation for Rails
https://github.com/dreikanter/rails-ansible
ansible deployment ops provisioning rails
Last synced: about 2 months ago
JSON representation
Ansible automation for Rails
- Host: GitHub
- URL: https://github.com/dreikanter/rails-ansible
- Owner: dreikanter
- License: mit
- Created: 2016-12-19T22:35:46.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-18T01:50:45.000Z (about 8 years ago)
- Last Synced: 2024-10-31T01:42:06.084Z (3 months ago)
- Topics: ansible, deployment, ops, provisioning, rails
- Language: Python
- Size: 33.2 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ansible automation for Rails
Ansible-based provisioning and deployement automation for Rails project. Compatible with Ubuntu 16.04 and Vagrant.
Provision staging:
```
ansible-playbook -i inventory/staging -vvvv provision.yml
```Provision production:
```
ansible-playbook -i inventory/production -vvvv provision.yml
```Deploy to staging:
```
ansible-playbook -i inventory/staging -vvvv deploy.yml
```