Added sesdev states for exsillio

This commit is contained in:
Jonas Forsberg 2020-08-17 14:41:39 +02:00
parent c6f97646ed
commit f6170a799a
No known key found for this signature in database
GPG Key ID: F2E9818C70350CC9
3 changed files with 27 additions and 0 deletions

View File

@ -1,11 +1,22 @@
include:
- repos.msteams
- repos.vagrant
- repos.sesdev
packages:
teams: { status: installed }
python3-susepubliccloudinfo: { status: installed }
pattern:kvm_server: { status: installed }
pattern:kvm_tools: { status: installed }
vagrant: { status: installed }
vagrant-libvirt: { status: installed }
gcc: { status: installed }
git-core: { status: installed }
libvirt-devel: { status: installed }
python3-devel: { status: installed }
python3-virtualenv: { status: installed }
sesdev: { status: installed }
firefox:
addons:

View File

@ -0,0 +1,8 @@
repositories:
sesdev:
humanname: sesdev
baseurl: https://download.opensuse.org/repositories/filesystems:/ceph/{{ grains['oscodename'].replace(" ", "_") }}/
enabled: True
gpgautoimport: True
refresh: True

View File

@ -0,0 +1,8 @@
repositories:
vagrant:
humanname: vagrant
baseurl: https://download.opensuse.org/repositories/Virtualization:/vagrant/{{ grains['oscodename'].replace(" ", "_") }}/
enabled: True
gpgautoimport: True
refresh: True