disable config-base-debian-os and detach every role

This commit is contained in:
Ruben Blanco 2024-02-12 11:31:56 +01:00
parent 291d766fc6
commit 43c58e7ca7
1 changed files with 37 additions and 3 deletions

View File

@ -17,11 +17,45 @@
name: config-root-user
# tags: config-root-user_config
- name: "[CONFIG BASE DEBIAN OS] Configure debian os"
import_role:
name: config-base-debian-os
# - name: "[CONFIG BASE DEBIAN OS] Configure debian os"
# import_role:
# name: config-base-debian-os
# tags: config-base-debian-os_config
- name: "[CONFIG UPDATE] Config update"
import_role:
name: config-update-and-upgrade-packages
- name: "[CONFIG INSTALL PACKAGES] Install packages"
import_role:
name: config-install-packages
- name: "[CONFIG RELAYHOST SMTP] Config relayhost smtp"
import_role:
name: config-relayhost-smtp
- name: "[CONFIG CENTRALIZED AUTH] Config centralized auth"
import_role:
name: config-centralized-auth
- name: "[CONFIG SUDOERS] Config sudoers"
import_role:
name: config-sudoers
- name: "[CONFIG SECURE GRUB] configure secure grub"
import_role:
name: config-secure-grub
- name: "[CONFIG VIM OPTIONS] Config vim options"
import_role:
name: config-vim-options
- name: "[CONFIG MOTD] Config motd"
import_role:
name: config-motd
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
- name: "[CONFIG LOCALES] Set locales"
import_role:
name: config-locales