mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2026-09-09 05:37:35 +02:00
build
This commit is contained in:
@@ -58,12 +58,6 @@
|
|||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
ansible_become_password: "{{ jd_password }}"
|
ansible_become_password: "{{ jd_password }}"
|
||||||
|
|
||||||
- name: Add authorized SSH key
|
|
||||||
ansible.posix.authorized_key:
|
|
||||||
user: "jd"
|
|
||||||
key: "{{ lookup('file', 'id_rsa.pub') }}"
|
|
||||||
state: present
|
|
||||||
|
|
||||||
- name: Set timezone to Europe/Bratislava
|
- name: Set timezone to Europe/Bratislava
|
||||||
ansible.builtin.command:
|
ansible.builtin.command:
|
||||||
cmd: timedatectl set-timezone Europe/Bratislava
|
cmd: timedatectl set-timezone Europe/Bratislava
|
||||||
|
|||||||
Reference in New Issue
Block a user