File tree 6 files changed +37
-0
lines changed
6 files changed +37
-0
lines changed Original file line number Diff line number Diff line change 60
60
scale_smb_url : ' smb_debs/ubuntu/ubuntu22/'
61
61
when : ansible_distribution_major_version == '22'
62
62
63
+ - name : install | smb path
64
+ set_fact :
65
+ scale_smb_url : ' smb_debs/ubuntu/ubuntu24/'
66
+ when : ansible_distribution_major_version == '24'
67
+
63
68
- name : install | nfs path
64
69
set_fact :
65
70
scale_nfs_url : ' ganesha_debs/ubuntu/ubuntu20/'
69
74
set_fact :
70
75
scale_nfs_url : ' ganesha_debs/ubuntu/ubuntu22/'
71
76
when : ansible_distribution_major_version == '22'
77
+
78
+ - name : install | nfs path
79
+ set_fact :
80
+ scale_nfs_url : ' ganesha_debs/ubuntu/ubuntu24/'
81
+ when : ansible_distribution_major_version == '24'
72
82
when :
73
83
- ansible_distribution in scale_ubuntu_distribution
74
84
- scale_version >= "5.1.4.0"
Original file line number Diff line number Diff line change 74
74
set_fact :
75
75
scale_nfs_url : ' ganesha_debs/ubuntu/ubuntu22/'
76
76
when : ansible_distribution_major_version == '22'
77
+
78
+ - name : upgrade | nfs path
79
+ set_fact :
80
+ scale_nfs_url : ' ganesha_debs/ubuntu/ubuntu24/'
81
+ when : ansible_distribution_major_version == '24'
77
82
when :
78
83
- ansible_distribution in scale_ubuntu_distribution
79
84
- scale_version >= "5.1.4.0"
Original file line number Diff line number Diff line change 52
52
when :
53
53
- ansible_distribution in scale_ubuntu_distribution and ansible_distribution_major_version == '22'
54
54
55
+ - name : install | zimon path
56
+ set_fact :
57
+ scale_zimon_url : ' zimon_debs/ubuntu/ubuntu24/'
58
+ when :
59
+ - ansible_distribution in scale_ubuntu_distribution and ansible_distribution_major_version == '24'
60
+
55
61
- name : install | zimon path
56
62
set_fact :
57
63
scale_zimon_url : ' zimon_rpms/sles12/'
Original file line number Diff line number Diff line change 59
59
when :
60
60
- ansible_distribution in scale_ubuntu_distribution and ansible_distribution_major_version == '22'
61
61
62
+ - name : install | zimon path
63
+ set_fact :
64
+ scale_zimon_url : " zimon_debs/ubuntu/ubuntu24/"
65
+ when :
66
+ - ansible_distribution in scale_ubuntu_distribution and ansible_distribution_major_version == '24'
67
+
62
68
- name : upgrade | zimon path
63
69
set_fact :
64
70
scale_zimon_url : " zimon_rpms/sles12/"
Original file line number Diff line number Diff line change 49
49
set_fact :
50
50
scale_smb_url : ' smb_debs/ubuntu/ubuntu22/'
51
51
when : ansible_distribution_major_version == '22'
52
+
53
+ - name : install | smb path
54
+ set_fact :
55
+ scale_smb_url : ' smb_debs/ubuntu/ubuntu24/'
56
+ when : ansible_distribution_major_version == '24'
52
57
when :
53
58
- ansible_distribution in scale_ubuntu_distribution
54
59
- scale_version >= "5.1.4.0"
Original file line number Diff line number Diff line change 49
49
set_fact :
50
50
scale_smb_url : ' smb_debs/ubuntu/ubuntu22/'
51
51
when : ansible_distribution_major_version == '22'
52
+
53
+ - name : install | smb path
54
+ set_fact :
55
+ scale_smb_url : ' smb_debs/ubuntu/ubuntu24/'
56
+ when : ansible_distribution_major_version == '24'
52
57
when :
53
58
- ansible_distribution in scale_ubuntu_distribution
54
59
- scale_version >= "5.1.4.0"
You can’t perform that action at this time.
0 commit comments