- Installation of ansible
- Option 1: Creating venv, and installing with pip install -r requirements.txt
ansible-galaxy install -r requirements.yml --force-with-deps --force
- Creating
password_file
with ansible-secret password - You can add an
.envrc
with theAIC_USER
variable to your username
roles
contains custom rolesroles_galaxy
contains roles automatically installed byansible-galaxy
- edit
roles/user/vars/all_users.yml
- add to
userconfig.yml
- Create a PR
- Add someone who already is in
userconfig.yml
to the reviewers. - Wait until someone rolls out your user
- ...
- Profit!