lobsters / lobsters-ansible

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

Remove systype in favor of the official ansible_os_library fact #20

Closed jstoja closed 6 years ago

jstoja commented 6 years ago

cf: http://docs.ansible.com/ansible/latest/user_guide/playbooks_conditionals.html#ansible-os-family

jstoja commented 6 years ago

@pushcx Would you agree one this and the #27 ? I could add it to this PR at the same time. I think the next big step should be to add group_vars and templating of files so there would be less discrepencies between roles (and avoid issues like you mentioned in #31)

pushcx commented 6 years ago

Took a bit to get back to this, but let's go ahead and use the standard ansible thing. Thanks, @jstoja.