An ansible role to prepare a dev environment
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.
blallo d26397debf
Init
3 years ago
handlers Init 3 years ago
meta Init 3 years ago
tasks Init 3 years ago
templates Init 3 years ago
.gitignore Init 3 years ago
README.md Init 3 years ago
Vagrantfile Init 3 years ago
ansible.cfg Init 3 years ago
generate_password.sh Init 3 years ago
inventory Init 3 years ago
playbook.yml Init 3 years ago
test_vars.yml Init 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).