Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.package
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ivan Tyagov
slapos.package
Commits
9eba87c9
Commit
9eba87c9
authored
Mar 30, 2023
by
Thomas Gambier
🚴🏼
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
playbook: all Fedora version will use slapos-node from Fedora 37
parent
4c507cd1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
7 deletions
+3
-7
playbook/roles/repository/tasks/fedora_init.yml
playbook/roles/repository/tasks/fedora_init.yml
+0
-4
playbook/roles/repository/tasks/main.yml
playbook/roles/repository/tasks/main.yml
+3
-3
No files found.
playbook/roles/repository/tasks/fedora_init.yml
View file @
9eba87c9
-
yum
:
name=libselinux-python state=present update_cache=yes
when
:
ansible_distribution == "Fedora" and ansible_distribution_major_version == "26"
-
yum
:
name=redhat-lsb-core state=present update_cache=yes
when
:
ansible_os_family == "RedHat"
playbook/roles/repository/tasks/main.yml
View file @
9eba87c9
...
...
@@ -122,6 +122,6 @@
get_url
:
url={{ base_open_build_url }}/openSUSE_Leap_15.1/home:VIFIBnexedi.repo dest=/etc/zypp/repos.d/home_VIFIBnexedi.repo mode=0440
when
:
ansible_os_family == "Suse" and ansible_distribution_major_version == "15"
-
name
:
Install Fedora 3
2
repository
yum_repository
:
name='home_VIFIBnexedi' description='SlapOS-Node (Fedora_3
2)' baseurl='https://download.opensuse.org/repositories/home:/VIFIBnexedi/Fedora_32/' gpgkey='https://download.opensuse.org/repositories/home:/VIFIBnexedi/Fedora_32
/repodata/repomd.xml.key' gpgcheck=yes enabled=yes
when
:
ansible_distribution == "Fedora"
and ansible_distribution_major_version == "32"
-
name
:
Install Fedora 3
7
repository
yum_repository
:
name='home_VIFIBnexedi' description='SlapOS-Node (Fedora_3
7)' baseurl='https://download.opensuse.org/repositories/home:/VIFIBnexedi/Fedora_37/' gpgkey='https://download.opensuse.org/repositories/home:/VIFIBnexedi/Fedora_37
/repodata/repomd.xml.key' gpgcheck=yes enabled=yes
when
:
ansible_distribution == "Fedora"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment