You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 years ago | |
---|---|---|
handlers | 3 years ago | |
meta | 3 years ago | |
tasks | 3 years ago | |
templates | 3 years ago | |
.gitignore | 3 years ago | |
README.md | 3 years ago | |
Vagrantfile | 3 years ago | |
ansible.cfg | 3 years ago | |
generate_password.sh | 3 years ago | |
inventory | 3 years ago | |
playbook.yml | 3 years ago | |
test_vars.yml | 3 years ago |
README.md
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).