Skip to content

Releases: koddr/useful-playbooks

🎉 Release (v1.4.0)

21 Jul 07:44
dec1fcf
Compare
Choose a tag to compare
  • 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

⚙️ Correction release (v1.3.4)

27 Jun 15:34
Compare
Choose a tag to compare
  • Fix chmod (0700) for /var/www folder in create_ssl and new_server playbooks
  • Add Troubleshooting section to new_server and create_ssl docs

⚙️ Correction release (v1.3.3)

27 Jun 08:31
544d924
Compare
Choose a tag to compare
  • Rename new_vds to new_server
  • Add docs folder
  • Re-struct playbook's docs

⚙️ Correction release (v1.3.2)

26 Jun 16:27
69486d2
Compare
Choose a tag to compare
  • Add automate to getting Nginx version in install_brotli playbook

⚙️ Correction release (v1.3.1)

26 Jun 13:54
Compare
Choose a tag to compare
  • Fix install_brotli playbook

🎉 Release (v1.3.0)

25 Jun 23:18
Compare
Choose a tag to compare
  • 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

⚙️ Correction release (v1.2.1)

20 Jun 14:34
Compare
Choose a tag to compare
  • Add checks for Debian
  • Tested create_ssl.sh on Debian 10 and 9

🎉 Release (v1.2.0)

18 Jun 20:37
Compare
Choose a tag to compare
  • Add --force option to new_vds and create_ssl snippets

⚙️ Correction release (v1.1.2)

16 Jun 15:43
Compare
Choose a tag to compare
  • Add server_names_hash_bucket_size 64; to new_vds.sh (NGINX config)

⚙️ Correction release (v1.1.1)

16 Jun 15:35
Compare
Choose a tag to compare
  • Rename get_ssl.sh to create_ssl.sh