No description
Find a file
2020-11-26 21:55:39 +00:00
defaults Update the hostname if update_hostname: yes 2020-04-01 21:30:47 +02:00
handlers Initial commit 2020-03-24 00:55:53 +01:00
meta Initial commit 2020-03-24 00:55:53 +01:00
tasks Fixes errors when running in check mode 2020-11-26 21:55:39 +00: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 Update the hostname if update_hostname: yes 2020-04-01 21:30:47 +02:00

Common tasks

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

Requirements

Role Variables

Defaults:

hostname: {{ inventory_hostname }}
update_hostname: no
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.