auxiliary infrastructure [PXE, netbox, ubnt controller]. probably on a pi or something
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
296 B

6 years ago
  1. - name: LOCALE | build locales
  2. lineinfile:
  3. path: /etc/locale.gen
  4. regexp: '#\s*{{item}}'
  5. line: '{{item}}'
  6. state: present
  7. with_items: "{{locales}}"
  8. notify: locale-gen
  9. - name: LOCALE | set default locale
  10. template:
  11. src: etc/default/locale.j2
  12. dest: /etc/default/locale