This role configures common settings that are generally used across all server instances. The following items are addressed:
- Installing common packages
- Configure miscellaneous defaults like:
- Locale
- Text editor
The variables that can be passed to this role and a brief description about them are as follows:
# Locales to generate (The first one will be the default)
common_locales:
- en_US.UTF-8
-
Configure common role without the defaults:
--- - name: Apply common settings to all nodes hosts: all roles: - role: common common_locales: [en_US.UTF-8, en_GB.UTF-8]
None.
MIT