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.

20 lines
279 B

  1. ---
  2. locales:
  3. - fr_FR.UTF-8
  4. - en_US.UTF-8
  5. default_locale: fr_FR.UTF-8
  6. timezone: Europe/Paris
  7. motd: "Serveur {{ ansible_fqdn }} OS: {{ansible_lsb.description}}"
  8. common_packages:
  9. - vim
  10. - rsync
  11. - unzip
  12. packages:
  13. - "{{ common_packages }}"
  14. - "{{ more_packages }}"