File tree Expand file tree Collapse file tree 2 files changed +19
-7
lines changed
Expand file tree Collapse file tree 2 files changed +19
-7
lines changed Original file line number Diff line number Diff line change 22
33
44** base_git** is an ansible-role to install the Git version control client.
5+ This role allows the use of git 2.18 on RHEL 6 instead of the legacy.
56
67Requirements
78------------
89
910RHEL-like, or Debian/Ubuntu system
10-
11+ Yum infrastructure, or internet.
1112
1213Role Variables
1314--------------
14- none
15+
16+ - Software collections offer concurrent versions of programming tools
17+ ```
18+ collections_enabled: true
19+ ```
20+
21+ - preferred collection when collections are enabled
22+ ```
23+ base_git: rh-git218
24+ ```
25+
26+ - Change these defaults for optional packages.
27+ ```
28+ base_git_rpms
29+ ```
1530
1631Dependencies
1732------------
1833
19- Yum infrastructure, or internet.
34+ https://www.softwarecollections.org/en/docs/
35+
2036
2137Example Usage
2238----------------
Original file line number Diff line number Diff line change 11# Software collections offer latest versions of programming languages
22collections_enabled : false
33
4- # The file that needs the next line
5- # scl enable rh-git218 bash
6- collections_rc_file : /etc/skel/.bashrc
7-
84# When collections is enabled this is the git you get
95base_git : rh-git218
106
You can’t perform that action at this time.
0 commit comments