An ansible role to prepare a dev environment
handlers | ||
meta | ||
tasks | ||
templates | ||
.gitignore | ||
ansible.cfg | ||
generate_password.sh | ||
inventory | ||
playbook.yml | ||
README.md | ||
test_vars.yml | ||
Vagrantfile |
Dev box
An ansible role to prepare a dev environment
How
Feed something like this to your role
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).