2023-10-11 11:45:13 +00:00
|
|
|
---
|
|
|
|
|
2024-02-15 16:56:25 +00:00
|
|
|
#- hosts: '{{ ip_addr }}'
|
|
|
|
# become: yes
|
|
|
|
# become_method: sudo
|
|
|
|
# gather_facts: yes
|
2023-10-11 11:45:13 +00:00
|
|
|
|
2024-02-15 16:56:25 +00:00
|
|
|
# tasks:
|
2023-10-11 11:45:13 +00:00
|
|
|
|
2024-02-15 16:56:25 +00:00
|
|
|
# - name: "[CONFIG BASE DEBIAN OS] Configure debian os"
|
|
|
|
# import_role:
|
|
|
|
# name: config-base-debian-os
|
2023-10-27 13:07:41 +00:00
|
|
|
|
2024-02-15 16:56:25 +00:00
|
|
|
# - name: "[CONFIG LOCALES] Set locales"
|
|
|
|
# import_role:
|
|
|
|
# name: config-locales
|
2023-10-27 13:07:41 +00:00
|
|
|
|
2024-02-15 16:56:25 +00:00
|
|
|
# - name: "[CONFIG TZDATA] Set timezone"
|
|
|
|
# import_role:
|
|
|
|
# name: config-tzdata
|