lobsters / lobsters-ansible

Ansible playbook for lobste.rs
ISC License
79 stars 26 forks source link

Template and use mariadb configuration file #25

Closed jstoja closed 6 years ago

jstoja commented 6 years ago

Reading #5 I added this MariaDB configuration file to be used. As you'll notice, it's using template instead of copy so we'll be able to use Ansible variables accross unicorn/nginx/mariadb so it'll be easier to configure.

I was thinking that, to me, it makes very little sense to split unicorn and lobsters (I think they should be merged to form 1 more coherent role). What do you think about it?