update playbook root-user
This commit is contained in:
parent
1ffd0bb040
commit
64e3412344
|
@ -7,6 +7,12 @@
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
|
|
||||||
|
- name: "[CONFIG ROOT USER] Comprobando si es necesario configurar SSH root user"
|
||||||
|
debug:
|
||||||
|
msg: "No es necesario configurar SSH root user en la máquina"
|
||||||
|
when: root-user_enabled is not defined or not root-user_enabled
|
||||||
|
|
||||||
- name: "[CONFIG ROOT USER] Configure SSH root user"
|
- name: "[CONFIG ROOT USER] Configure SSH root user"
|
||||||
import_role:
|
import_role:
|
||||||
name: config-root-user
|
name: config-root-user
|
||||||
|
when: root-user_enabled is defined and root-user_enabled
|
||||||
|
|
Loading…
Reference in New Issue