lobsters / lobsters-ansible

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

Add Vagrant to test current playbook locally #10

Closed jstoja closed 6 years ago

jstoja commented 6 years ago

To be able to test the playbook easily, it's nice to have a Vagrant box to run Ansible against. You can try it by running vagrant up --provision, iterate on the playbook, and run vagrant provision again.

jstoja commented 6 years ago

I put Debian Stretch, if something else is running in production, can you tell me what so I can amend?

alanpost commented 6 years ago

I've rebased this patch on master.

alanpost commented 6 years ago

@jstoja production is running Ubuntu. In theory support on CentOS would be nice but there's no practical reason for it; it simply provides more options at greater cost.