mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-07-01 15:38:33 +02:00
bitwarden
This commit is contained in:
@ -29,4 +29,9 @@
|
|||||||
path: "{{ ansible_env.HOME }}/.ssh/authorized_keys"
|
path: "{{ ansible_env.HOME }}/.ssh/authorized_keys"
|
||||||
line: "{{ key.stdout }}"
|
line: "{{ key.stdout }}"
|
||||||
create: yes
|
create: yes
|
||||||
|
- name: Ensure we have our own comment added to /etc/services
|
||||||
|
ansible.builtin.lineinfile:
|
||||||
|
path: "/root/.ssh/authorized_keys"
|
||||||
|
line: "{{ key.stdout }}"
|
||||||
|
create: yes
|
||||||
|
become: true
|
Reference in New Issue
Block a user