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

---
locales:
- fr_FR.UTF-8
- en_US.UTF-8
default_locale: fr_FR.UTF-8
timezone: Europe/Paris
motd: "Serveur {{ ansible_fqdn }} OS: {{ansible_lsb.description}}"
common_packages:
- vim
- rsync
- unzip
packages:
- "{{ common_packages }}"
- "{{ more_packages }}"