ansible-role-common/README.md
2020-03-24 00:55:53 +01:00

39 lines
512 B
Markdown

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](https://jotbe.io).