- hosts: all tasks: - name: Set locales import_role: name: config-locales - name: Set timezone import_role: name: config-tzdata - name: Install and configure fail2ban service import_role: name: config-fail2ban tags: config-fail2ban_config - name: Install guest side import_role: name: config-server-type tags: config-server-type_config - name: Install and configure ntp import_role: name: config-ntp tags: config-ntp_config