Skip to content

Commit

Permalink
git submodule update --remote
Browse files Browse the repository at this point in the history
  • Loading branch information
hswong3i committed Feb 11, 2025
1 parent db6484c commit bbeb9a8
Show file tree
Hide file tree
Showing 8 changed files with 57 additions and 7 deletions.
50 changes: 50 additions & 0 deletions playbooks/vars/centos-10.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
---

# Copyright 2025 Wong Hoi Sing Edison <[email protected]>
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

_rpm_key:
- key: http://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-10
fingerprint: 7D8D15CBFC4E62688591FB2633D98517E37ED158
state: present

_yum_repository:
- file: epel
name: epel
description: Extra Packages for Enterprise Linux 10 - $basearch
baseurl: http://dl.fedoraproject.org/pub/epel/10/Everything/$basearch
enabled: true
priority: "2"
module_hotfixes: true
gpgcheck: true
gpgkey: http://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-10
state: present

_yum_config_manager:
- { state: enable, name: baseos }
- { state: enable, name: extras-common }
- { state: enable, name: appstream }
- { state: enable, name: crb }

_yum:
- { state: latest, name: ca-certificates }
- { state: latest, name: curl }
- { state: latest, name: gcc }
- { state: latest, name: iproute }
- { state: latest, name: make }
- { state: latest, name: python3 }
- { state: latest, name: rsync }
- { state: latest, name: shadow-utils }
- { state: latest, name: sudo }
- { state: latest, name: util-linux }

0 comments on commit bbeb9a8

Please sign in to comment.