moved tasks to subfolder

This commit is contained in:
2025-10-01 14:35:01 +02:00
parent 43e3bd62fe
commit e97ea8aabf
4 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
---
- name: users | {{ user }} | fill ssh config
blockinfile:
path: "{{ user_home }}/.ssh/config"
state: present
block: |
Host gitea.mewissen.site
IdentityFile ~/.ssh/gitlab_read_ed25519
IdentitiesOnly Yes
create: true
backup: true
owner: "{{ user }}"
group: "{{ user }}"
marker: "## {mark} Basic ANSIBLE MANAGED BLOCK"