From this blog post, you'll learn how to enable an audit log plugin on the Community version of MySQL 8 Server. There are some options available for MySQL Server 5.7 Community version, but they don’t work correctly with MySQL 8. A significant change in the MySQL API...
Aldo Junior
Deploying an Ansible role on a Vagrant machine
Vagrant is a flexible tool to build a development environment, following the infrastructure as code paradigm (IaC). Using the same Ansible roles in production and in Vagrant can save a lot of time, and can make Vagrant local deployment much closer to production...