Update git forge setup

This commit is contained in:
Sonny Bakker 2024-11-11 10:17:02 +01:00
parent 8bd8ce698c
commit c775ba3fa5
2 changed files with 6 additions and 6 deletions

View file

@ -6,14 +6,14 @@
name: '{{ item }}'
state: present
loop: '{{ packages }}'
- name: add gitlab to known hosts
- name: add git forge to known hosts
include_role:
name: common
tasks_from: 'known_hosts.yml'
vars:
user: '{{ ansible_user_id }}'
items:
- { domain: '{{ gitlab_domain }}', key: '{{ gitlab_host_key }}' }
- { domain: '{{ git_domain }}', key: '{{ git_host_key }}' }
roles:
- common
tasks: