update name playbooks
This commit is contained in:
parent
fc3e9fa1a0
commit
9591a55292
|
@ -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:
|
||||||
|
|
|
@ -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
|
|
@ -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
|
Loading…
Reference in New Issue