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

57 lines
1.1 KiB
YAML

---
- name: Hostname
include: hostname.yml
when: evolinux_tasks_hostname
- name: Kernel tuning
include: kernel.yml
when: evolinux_tasks_kernel
- name: Apt configuration and packages install
include: apt.yml
when: evolinux_tasks_apt
- name: Fstab configuration
include: fstab.yml
when: evolinux_tasks_fstab
- name: Packages
include: packages.yml
when: evolinux_tasks_packages
- name: System settings
include: system.yml
when: evolinux_tasks_system
- name: Root user configuration
include: root.yml
when: evolinux_tasks_root
- name: SSH configuration
include: ssh.yml
when: evolinux_tasks_ssh
- name: Postfix
include: postfix.yml
when: evolinux_tasks_postfix
- name: Logs management
include: logs.yml
when: evolinux_tasks_logs
- name: Default index page
include: default_www.yml
when: evolinux_tasks_default_www
- name: Hardware drivers and tools
include: hardware.yml
when: evolinux_tasks_hardware
- name: Customize for Online.net
include: provider_online.yml
when: evolinux_tasks_provider_online
- name: Customize for Orange FCE
include: provider_orange_fce.yml
when: evolinux_tasks_provider_orange_fce