add hot-plug
This commit is contained in:
parent
43c58e7ca7
commit
ea183f7039
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue