File tree Expand file tree Collapse file tree 6 files changed +56
-4
lines changed
roles/scale_fileauditlogging Expand file tree Collapse file tree 6 files changed +56
-4
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.4.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 94
94
set_fact :
95
95
scale_fal_url : ' gpfs_debs/ubuntu/'
96
96
when : ansible_distribution in scale_ubuntu_distribution
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.4.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'
97
109
98
110
- name : install | file audit logging path
99
111
set_fact :
Original file line number Diff line number Diff line change 17
17
set_fact :
18
18
scale_fal_url : ' gpfs_rpms/rhel8/'
19
19
when : ansible_distribution in scale_rhel_distribution and ansible_distribution_major_version == '8'
20
+
21
+ - name : install | file audit logging path
22
+ set_fact :
23
+ scale_fal_url : ' gpfs_debs/ubuntu/'
24
+ when : ansible_distribution in scale_ubuntu_distribution
20
25
21
26
- name : install | file audit logging path
22
27
set_fact :
23
28
scale_fal_url : ' gpfs_debs/ubuntu/ubuntu20/'
24
- when : ansible_distribution in scale_ubuntu_distribution and ansible_distribution_major_version == '20'
29
+ when :
30
+ - ansible_distribution in scale_ubuntu_distribution and ansible_distribution_major_version == '20'
31
+ - scale_version >= "5.1.4.0"
25
32
26
33
- name : install | file audit logging path
27
34
set_fact :
Original file line number Diff line number Diff line change 101
101
set_fact :
102
102
scale_fal_url : ' gpfs_rpms/rhel/'
103
103
when : ansible_distribution in scale_rhel_distribution
104
+
105
+ - name : upgrade | file audit logging path
106
+ set_fact :
107
+ scale_fal_url : ' gpfs_debs/ubuntu/'
108
+ when : ansible_distribution in scale_ubuntu_distribution
104
109
105
110
- name : upgrade | file audit logging path
106
111
set_fact :
107
112
scale_fal_url : ' gpfs_debs/ubuntu/ubuntu20/'
108
- when : ansible_distribution in scale_ubuntu_distribution and ansible_distribution_major_version == '20'
113
+ when :
114
+ - ansible_distribution in scale_ubuntu_distribution and ansible_distribution_major_version == '20'
115
+ - scale_version >= "5.1.4.0"
109
116
110
117
- name : upgrade | file audit logging path
111
118
set_fact :
Original file line number Diff line number Diff line change 89
89
set_fact :
90
90
scale_fal_url : ' gpfs_rpms/rhel/'
91
91
when : ansible_distribution in scale_rhel_distribution
92
+
93
+ - name : upgrade | file audit logging path
94
+ set_fact :
95
+ scale_fal_url : ' gpfs_debs/ubuntu/'
96
+ when : ansible_distribution in scale_ubuntu_distribution
92
97
93
98
- name : upgrade | file audit logging path
94
99
set_fact :
95
100
scale_fal_url : ' gpfs_debs/ubuntu/ubuntu20/'
96
- when : ansible_distribution in scale_ubuntu_distribution and ansible_distribution_major_version == '20'
101
+ when :
102
+ - ansible_distribution in scale_ubuntu_distribution and ansible_distribution_major_version == '20'
103
+ - scale_version >= "5.1.4.0"
97
104
98
105
- name : upgrade | file audit logging path
99
106
set_fact :
Original file line number Diff line number Diff line change 25
25
scale_fal_url : ' gpfs_rpms/rhel8/'
26
26
when : ansible_distribution in scale_rhel_distribution and ansible_distribution_major_version == '8'
27
27
28
+ - name : upgrade | file audit logging path
29
+ set_fact :
30
+ scale_fal_url : ' gpfs_debs/ubuntu/'
31
+ when : ansible_distribution in scale_ubuntu_distribution
32
+
28
33
- name : upgrade | file audit logging path
29
34
set_fact :
30
35
scale_fal_url : ' gpfs_debs/ubuntu/ubuntu20/'
31
- when : ansible_distribution in scale_ubuntu_distribution and ansible_distribution_major_version == '20'
36
+ when :
37
+ - ansible_distribution in scale_ubuntu_distribution and ansible_distribution_major_version == '20'
38
+ - scale_version >= "5.1.4.0"
32
39
33
40
- name : upgrade | file audit logging path
34
41
set_fact :
You can’t perform that action at this time.
0 commit comments