Useful Playbooks Versions Save

🚚 Useful Ansible playbooks for easily deploy your website or webapp to absolutely fresh remote virtual server and automation many processes. Only 3 minutes from the playbook run to complete setup server and start it.

v1.4.0

3 years ago
  • Add github_backup playbook
  • Add default value to {{ host }} variable to another playbooks
    • Not need to set host in extra vars section, if you want to run playbook on your localhost

v1.3.4

3 years ago
  • Fix chmod (0700) for /var/www folder in create_ssl and new_server playbooks
  • Add Troubleshooting section to new_server and create_ssl docs

v1.3.3

3 years ago
  • Rename new_vds to new_server
  • Add docs folder
  • Re-struct playbook's docs

v1.3.2

3 years ago
  • Add automate to getting Nginx version in install_brotli playbook

v1.3.1

3 years ago
  • Fix install_brotli playbook

v1.3.0

3 years ago
  • Rename repository from snippents-deploy to useful-playbooks
  • Switch to Ansible playbooks from Bash scripts (old version still available here, but not maintainable since v1.3.0)
  • Add install_brotli playbook (also, successfully tested on Ubuntu 20.04 LTS)
  • Refactoring others playbooks

v1.2.1

3 years ago
  • Add checks for Debian
  • Tested create_ssl.sh on Debian 10 and 9

v1.2.0

3 years ago
  • Add --force option to new_vds and create_ssl snippets

v1.1.2

3 years ago
  • Add server_names_hash_bucket_size 64; to new_vds.sh (NGINX config)

v1.1.1

3 years ago
  • Rename get_ssl.sh to create_ssl.sh