mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2026-09-08 21:27:36 +02:00
build
This commit is contained in:
@@ -81,6 +81,8 @@
|
|||||||
ansible.builtin.blockinfile:
|
ansible.builtin.blockinfile:
|
||||||
path: "{{ ansible_env.HOME }}/.ssh/config"
|
path: "{{ ansible_env.HOME }}/.ssh/config"
|
||||||
create: yes
|
create: yes
|
||||||
|
owner: "{{ ansible_user_id }}"
|
||||||
|
group: "{{ ansible_user_id }}"
|
||||||
mode: '0600'
|
mode: '0600'
|
||||||
block: |
|
block: |
|
||||||
Host gitlab.sectorq.eu
|
Host gitlab.sectorq.eu
|
||||||
|
|||||||
Reference in New Issue
Block a user