# Dev box An ansible role to prepare a dev environment ### How Feed something like this to your role ```yml dev_box: users: - username: root home: /root group: root antibody: true - username: qui home: /home/qui group: giovanimarmotte starship: true - username: quo home: /home/quo group: giovanimarmotte antibody: true locale: it_IT.UTF-8 - username: qua home: /home/qua group: giovanimarmotte antibody: true locale: it_IT.UTF-8 ``` **WARNING**: this role is suited only for debian (buster and maybe bullseye).