Build Windows Templates in RHV
This commit is contained in:
6
roles/systemli.apt_repositories/vars/gitlab.yml
Normal file
6
roles/systemli.apt_repositories/vars/gitlab.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
name: packages.gitlab.com
|
||||
url: https://packages.gitlab.com/gitlab/gitlab-ce/{{ ansible_distribution|lower }}/
|
||||
key_path: gitlab.asc
|
||||
packages:
|
||||
- gitlab-ce
|
||||
11
roles/systemli.apt_repositories/vars/grafana.yml
Normal file
11
roles/systemli.apt_repositories/vars/grafana.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
# Name of the sources file
|
||||
name: packages.grafana.com
|
||||
# Url of the Debian Repo
|
||||
url: https://packages.grafana.com/oss/deb
|
||||
# Name of the key file under files
|
||||
key_path: grafana.gpg
|
||||
# Name of the suite
|
||||
suites: stable
|
||||
# List of the components
|
||||
components: 'main'
|
||||
6
roles/systemli.apt_repositories/vars/jitsi.yml
Normal file
6
roles/systemli.apt_repositories/vars/jitsi.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
name: download.jitsi.org
|
||||
url: https://download.jitsi.org/
|
||||
key_path: jitsi-archive-keyring.gpg
|
||||
suites: stable/
|
||||
components: ''
|
||||
11
roles/systemli.apt_repositories/vars/kubic.yml
Normal file
11
roles/systemli.apt_repositories/vars/kubic.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
name: kubic
|
||||
style: line
|
||||
url: https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/{{ 'x' if ansible_distribution == 'Ubuntu' else ''}}{{ ansible_distribution }}_{{ ansible_distribution_version }}/
|
||||
suites: /
|
||||
key_path: kubic.asc
|
||||
packages:
|
||||
- fuse-overlayfs
|
||||
- podman
|
||||
- slirp4netns
|
||||
- libseccomp2
|
||||
1
roles/systemli.apt_repositories/vars/null.yml
Normal file
1
roles/systemli.apt_repositories/vars/null.yml
Normal file
@@ -0,0 +1 @@
|
||||
_preset: {}
|
||||
6
roles/systemli.apt_repositories/vars/prosody.yml
Normal file
6
roles/systemli.apt_repositories/vars/prosody.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
url: https://packages.prosody.im/debian
|
||||
key_path: prosody-debian-packages.gpg
|
||||
packages:
|
||||
- prosody
|
||||
- "lua-*"
|
||||
3
roles/systemli.apt_repositories/vars/sury.yml
Normal file
3
roles/systemli.apt_repositories/vars/sury.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
url: https://packages.sury.org/php/
|
||||
key_path: sury.asc
|
||||
Reference in New Issue
Block a user