Update git forge setup
This commit is contained in:
parent
8bd8ce698c
commit
c775ba3fa5
2 changed files with 6 additions and 6 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue