Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dreikanter/feeder-ansible
Ansible automation for feeder project (based on https://github.com/dreikanter/rails-ansible)
https://github.com/dreikanter/feeder-ansible
Last synced: 22 days ago
JSON representation
Ansible automation for feeder project (based on https://github.com/dreikanter/rails-ansible)
- Host: GitHub
- URL: https://github.com/dreikanter/feeder-ansible
- Owner: dreikanter
- License: mit
- Created: 2017-02-06T15:01:39.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-08-05T18:32:55.000Z (5 months ago)
- Last Synced: 2024-10-31T01:42:06.239Z (2 months ago)
- Language: Jinja
- Homepage:
- Size: 130 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
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 18.04 x64
- Ansible 2.6Provision production:
```
bash ./provision_production.sh
```Deploy to production:
```
bash ./deploy_production.sh
```SSH connection test:
```
ansible all -i inventory/production -u root -m ping
```