This script customize a fresh installation for my own use.
On a fresh centos/rhel/rocky/almalinux installation :
dnf install -y epel-release git
dnf install -y ansible
ansible-playbook customize.yml
On a fresh debian/ubuntu installation :
apt install ansible
ansible-playbook customize.yml