No description
Find a file
2020-04-01 12:57:56 +02:00
defaults Initial commit 2020-03-24 00:55:53 +01:00
handlers Initial commit 2020-03-24 00:55:53 +01:00
meta Initial commit 2020-03-24 00:55:53 +01:00
tasks Moves provisioning of tmux.conf to users, i.e. each user will have a tmux.conf 2020-04-01 12:57:56 +02:00
tests Initial commit 2020-03-24 00:55:53 +01:00
vars Initial commit 2020-03-24 00:55:53 +01:00
README.md Initial commit 2020-03-24 00:55:53 +01:00

Common tasks

Provides common tasks like creating required users, configuring locales or even bootstrapping python.

Requirements

Role Variables

Defaults:

locales_gen:
  - en_US.UTF-8
  - de_DE.UTF-8
locales_default: de_DE.UTF-8
users:
  - vagrant
sudoers:
  - vagrant

Dependencies

Example Playbook

License

MIT

Author Information

This role was created in 2020 by Jan Beilicke.