Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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)

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.6

Provision production:

```
bash ./provision_production.sh
```

Deploy to production:

```
bash ./deploy_production.sh
```

SSH connection test:

```
ansible all -i inventory/production -u root -m ping
```