File tree Expand file tree Collapse file tree 6 files changed +74
-2
lines changed
roles/scale_fileauditlogging Expand file tree Collapse file tree 6 files changed +74
-2
lines changed Original file line number Diff line number Diff line change 106
106
set_fact :
107
107
scale_fal_url : ' gpfs_debs/ubuntu/'
108
108
when : ansible_distribution in scale_ubuntu_distribution
109
+
110
+ - name : install | file audit logging path
111
+ set_fact :
112
+ scale_fal_url : ' gpfs_debs/ubuntu/ubuntu20/'
113
+ when :
114
+ - ansible_distribution in scale_ubuntu_distribution and ansible_distribution_major_version == '20'
115
+ - scale_version >= "5.1.2.5" and scale_version <= "5.1.3.0"
116
+
117
+ - name : install | file audit logging path
118
+ set_fact :
119
+ scale_fal_url : ' gpfs_debs/ubuntu/ubuntu22/'
120
+ when : ansible_distribution in scale_ubuntu_distribution and ansible_distribution_major_version == '22'
109
121
# todo wrong
110
122
- name : install | file audit logging path
111
123
set_fact :
Original file line number Diff line number Diff line change 95
95
scale_fal_url : ' gpfs_debs/ubuntu/'
96
96
when : ansible_distribution in scale_ubuntu_distribution
97
97
98
+ - name : install | file audit logging path
99
+ set_fact :
100
+ scale_fal_url : ' gpfs_debs/ubuntu/ubuntu20/'
101
+ when :
102
+ - ansible_distribution in scale_ubuntu_distribution and ansible_distribution_major_version == '20'
103
+ - scale_version >= "5.1.2.5" and scale_version <= "5.1.3.0"
104
+
105
+ - name : install | file audit logging path
106
+ set_fact :
107
+ scale_fal_url : ' gpfs_debs/ubuntu/ubuntu22/'
108
+ when : ansible_distribution in scale_ubuntu_distribution and ansible_distribution_major_version == '22'
109
+
98
110
- name : install | file audit logging path
99
111
set_fact :
100
112
scale_fal_url : ' gpfs_rpms/rhel/'
Original file line number Diff line number Diff line change 23
23
scale_fal_url : ' gpfs_debs/ubuntu/'
24
24
when : ansible_distribution in scale_ubuntu_distribution
25
25
26
+ - name : install | file audit logging path
27
+ set_fact :
28
+ scale_fal_url : ' gpfs_debs/ubuntu/ubuntu20/'
29
+ when :
30
+ - ansible_distribution in scale_ubuntu_distribution and ansible_distribution_major_version == '20'
31
+ - scale_version >= "5.1.2.5" and scale_version <= "5.1.3.0"
32
+
33
+ - name : install | file audit logging path
34
+ set_fact :
35
+ scale_fal_url : ' gpfs_debs/ubuntu/ubuntu22/'
36
+ when : ansible_distribution in scale_ubuntu_distribution and ansible_distribution_major_version == '22'
37
+
26
38
- name : install | file audit logging path
27
39
set_fact :
28
40
scale_fal_url : ' gpfs_rpms/sles15/'
Original file line number Diff line number Diff line change 106
106
set_fact :
107
107
scale_fal_url : ' gpfs_debs/ubuntu/'
108
108
when : ansible_distribution in scale_ubuntu_distribution
109
+
110
+ - name : upgrade | file audit logging path
111
+ set_fact :
112
+ scale_fal_url : ' gpfs_debs/ubuntu/ubuntu20/'
113
+ when :
114
+ - ansible_distribution in scale_ubuntu_distribution and ansible_distribution_major_version == '20'
115
+ - scale_version >= "5.1.2.5" and scale_version <= "5.1.3.0"
116
+
117
+ - name : upgrade | file audit logging path
118
+ set_fact :
119
+ scale_fal_url : ' gpfs_debs/ubuntu/ubuntu22/'
120
+ when : ansible_distribution in scale_ubuntu_distribution and ansible_distribution_major_version == '22'
109
121
# todo wrong
110
122
- name : upgrade | file audit logging path
111
123
set_fact :
Original file line number Diff line number Diff line change 95
95
scale_fal_url : ' gpfs_debs/ubuntu/'
96
96
when : ansible_distribution in scale_ubuntu_distribution
97
97
98
+ - name : upgrade | file audit logging path
99
+ set_fact :
100
+ scale_fal_url : ' gpfs_debs/ubuntu/ubuntu20/'
101
+ when :
102
+ - ansible_distribution in scale_ubuntu_distribution and ansible_distribution_major_version == '20'
103
+ - scale_version >= "5.1.2.5" and scale_version <= "5.1.3.0"
104
+
105
+ - name : upgrade | file audit logging path
106
+ set_fact :
107
+ scale_fal_url : ' gpfs_debs/ubuntu/ubuntu22/'
108
+ when : ansible_distribution in scale_ubuntu_distribution and ansible_distribution_major_version == '22'
109
+
98
110
- name : upgrade | file audit logging path
99
111
set_fact :
100
112
scale_fal_url : ' gpfs_rpms/rhel/'
Original file line number Diff line number Diff line change 15
15
scale_kafaka_url : ' gpfs_rpms/rhel/'
16
16
when : ansible_distribution in scale_rhel_distribution
17
17
18
- - name : install | file audit logging path
18
+ - name : upgrade | file audit logging path
19
19
set_fact :
20
20
scale_fal_url : ' gpfs_rpms/rhel7/'
21
21
when : ansible_distribution in scale_rhel_distribution and ansible_distribution_major_version == '7'
22
22
23
- - name : install | file audit logging path
23
+ - name : upgrade | file audit logging path
24
24
set_fact :
25
25
scale_fal_url : ' gpfs_rpms/rhel8/'
26
26
when : ansible_distribution in scale_rhel_distribution and ansible_distribution_major_version == '8'
30
30
scale_fal_url : ' gpfs_debs/ubuntu/'
31
31
when : ansible_distribution in scale_ubuntu_distribution
32
32
33
+ - name : upgrade | file audit logging path
34
+ set_fact :
35
+ scale_fal_url : ' gpfs_debs/ubuntu/ubuntu20/'
36
+ when :
37
+ - ansible_distribution in scale_ubuntu_distribution and ansible_distribution_major_version == '20'
38
+ - scale_version >= "5.1.2.5" and scale_version <= "5.1.3.0"
39
+
40
+ - name : upgrade | file audit logging path
41
+ set_fact :
42
+ scale_fal_url : ' gpfs_debs/ubuntu/ubuntu22/'
43
+ when : ansible_distribution in scale_ubuntu_distribution and ansible_distribution_major_version == '22'
44
+
33
45
- name : upgrade | file audit logging path
34
46
set_fact :
35
47
scale_fal_url : ' gpfs_rpms/sles15/'
You can’t perform that action at this time.
0 commit comments