zach-adams / hgv-deploy-full

This Ansible Playbook is designed to setup a Mercury-Like environment on a Production server without the configuration hassle.
103 stars 47 forks source link

/swapfile #26

Open 2autunni opened 9 years ago

2autunni commented 9 years ago

If the server already have swap space your playbook creates anyway the file /swapfile. I have modified swap.yml: now we check the variable ansible_swaptotal_mb before creating the swapfile

dennisblume commented 8 years ago

@zach-adams I think this is an important feature since there are probably a lot of people running this on a VPS, which in most cases already come with swap. @2autunni Good job, cloning your repo now :smile: