add hot-plug

This commit is contained in:
Ruben Blanco 2024-02-12 11:37:39 +01:00
parent 43c58e7ca7
commit ea183f7039
1 changed files with 10 additions and 0 deletions

View File

@ -12,11 +12,15 @@
# name: config-awx-user
# tags: config-awx-user_config
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
- name: "[CONFIG ROOT USER] Configure SSH root user"
import_role:
name: config-root-user
# tags: config-root-user_config
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# - name: "[CONFIG BASE DEBIAN OS] Configure debian os"
# import_role:
# name: config-base-debian-os
@ -54,6 +58,12 @@
import_role:
name: config-motd
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
- name: "[CONFIG HOT PLUG] Install and configure hot plug"
import_role:
name: config-hot-plug
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
- name: "[CONFIG LOCALES] Set locales"