Releases: koddr/useful-playbooks
Releases · koddr/useful-playbooks
🎉 Release (v1.4.0)
- 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 yourlocalhost
- Not need to set
⚙️ Correction release (v1.3.4)
- Fix
chmod
(0700) for/var/www
folder increate_ssl
andnew_server
playbooks - Add
Troubleshooting
section tonew_server
andcreate_ssl
docs
⚙️ Correction release (v1.3.3)
- Rename
new_vds
tonew_server
- Add
docs
folder - Re-struct playbook's docs
⚙️ Correction release (v1.3.2)
- Add automate to getting
Nginx
version ininstall_brotli
playbook
⚙️ Correction release (v1.3.1)
- Fix
install_brotli
playbook
🎉 Release (v1.3.0)
- Rename repository from
snippents-deploy
touseful-playbooks
- Switch to
Ansible
playbooks fromBash
scripts (old version still available here, but not maintainable sincev1.3.0
) - Add
install_brotli
playbook (also, successfully tested on Ubuntu20.04 LTS
) - Refactoring others playbooks
⚙️ Correction release (v1.2.1)
- Add checks for Debian
- Tested
create_ssl.sh
on Debian10
and9
🎉 Release (v1.2.0)
- Add
--force
option tonew_vds
andcreate_ssl
snippets
⚙️ Correction release (v1.1.2)
- Add
server_names_hash_bucket_size 64;
tonew_vds.sh
(NGINX config)
⚙️ Correction release (v1.1.1)
- Rename
get_ssl.sh
tocreate_ssl.sh