Infra All my personal infrastructure as code is here Run ansible For example to run only on srv1.igln.fr and to target mysql tag: ANSIBLE_INVENTORY_GROUP=srv1.igln.fr ANSIBLE_ARGS="-t mysql" make ansible-run