mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2026-09-08 21:27:36 +02:00
build
This commit is contained in:
@@ -58,12 +58,6 @@
|
||||
ansible.builtin.set_fact:
|
||||
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
|
||||
ansible.builtin.command:
|
||||
cmd: timedatectl set-timezone Europe/Bratislava
|
||||
|
||||
Reference in New Issue
Block a user