home lab init
This commit is contained in:
commit
7278922625
65 changed files with 27336 additions and 0 deletions
10
ansible/books/tasks/locale.yml
Normal file
10
ansible/books/tasks/locale.yml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
- name: Ensure locale is set
|
||||
ansible.builtin.locale_gen:
|
||||
name: "en_DK.UTF-8"
|
||||
state: present
|
||||
|
||||
- name: Set system locale
|
||||
ansible.builtin.command: localectl set-locale LANG=en_DK.UTF-8
|
||||
|
||||
- name: Set timezone
|
||||
ansible.builtin.command: timedatectl set-timezone Europe/Copenhagen
|
||||
Loading…
Add table
Add a link
Reference in a new issue