ansible-roles/evolinux-base/tasks/main.yml

43 lines
754 B
YAML
Raw Normal View History

---
- name: Hostname
include: hostname.yml
- name: Kernel tuning
include: kernel.yml
- name: Apt configuration and packages install
include: apt.yml
- name: Fstab configuration
include: fstab.yml
2016-12-21 14:55:20 +01:00
- name: Packages
include: packages.yml
- name: System settings
include: system.yml
- name: Root user configuration
include: root.yml
2016-12-21 14:55:20 +01:00
- name: Postfix
include: postfix.yml
- name: Logs management
include: logs.yml
- name: Default index page
include: default_www.yml
- name: Hardware drivers and tools
include: hardware.yml
- name: Customize for Online.net
include: provider_online.yml
when: evolinux_provider_online
- name: Customize for Orange FCE
include: provider_orange_fce.yml
when: evolinux_provider_orange_fce