add locale management

This commit is contained in:
Farhad Shahbazi
2016-05-13 12:23:20 +02:00
parent 5cbb4a0398
commit 2ab75757cd
4 changed files with 25 additions and 0 deletions

View File

@@ -22,6 +22,12 @@ Including an example of how to use your role (for instance, with variables passe
roles:
- role: SphericalElephant.common
common_basic_packages: ['vim', 'zsh'],
common_locales:
- name: en_US.UTF-8
- name: en_US
- name: en_US.ISO-8859-15
- { name: de_AT, state: absent }
common_locales_default: C.UTF-8
common_mailer: False,
common_resolvconf_nameservers: ['1.2.3.4', '2.3.4.5']