update name playbooks

This commit is contained in:
Ruben Blanco 2023-10-18 08:54:04 +02:00
parent fc3e9fa1a0
commit 9591a55292
10 changed files with 5 additions and 5 deletions

View File

@ -9,13 +9,13 @@
- name: "[CREATE AWX-USER] Create awx user and config ssh-key" - name: "[CREATE AWX-USER] Create awx user and config ssh-key"
import_role: import_role:
name: create-awx-user-and-config name: config-awx-user
tags: awx-user_config tags: awx-user_config
- name: "[HARDNENING] Configure SSH root user" - name: "[HARDNENING] Configure SSH root user"
import_role: import_role:
name: hardnening-config-root-user name: config-root-user
tags: hardnening-config-root_config tags: config-root_config
- name: "[COMMON BASE CONFIG] Configure debian os" - name: "[COMMON BASE CONFIG] Configure debian os"
import_role: import_role:

View File

@ -9,4 +9,4 @@
- name: "[CREATE AWX-USER] Create awx user and config ssh-key" - name: "[CREATE AWX-USER] Create awx user and config ssh-key"
import_role: import_role:
name: create-awx-user-and-config name: config-awx-user

View File

@ -9,7 +9,7 @@
- name: "[BASE CONFIG] Configure debian os" - name: "[BASE CONFIG] Configure debian os"
import_role: import_role:
name: base-config-debian-os name: config-base-debian-os
# handlers: # handlers:
# - include_tasks: roles/base-config-debian-os/handlers/main.yaml # - include_tasks: roles/base-config-debian-os/handlers/main.yaml