This repository was archived by the owner on May 12, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +30
-0
lines changed Expand file tree Collapse file tree 3 files changed +30
-0
lines changed Original file line number Diff line number Diff line change 139
139
- mongodb_tools | bool
140
140
tags : [mongodb-install]
141
141
142
+ - name : " Install libkrb5 for Kerberos authentication in Percona Server"
143
+ yum :
144
+ name : krb5-devel
145
+ state : present
146
+ lock_timeout : " {{ yum_lock_timeout }}"
147
+ when :
148
+ - mongodb_backup|bool
149
+ - mongodb_backup_engine == 'pbm'
150
+ tags : [ mongodb-install, pbm-install ]
151
+
142
152
- name : " Install Percona Backup"
143
153
yum :
144
154
name : percona-backup-mongodb
Original file line number Diff line number Diff line change 204
204
- mongodb_tools | bool
205
205
tags : [mongodb-install]
206
206
207
+ - name : " Install libkrb5 for Kerberos authentication in Percona Server"
208
+ apt :
209
+ name : libkrb5-dev
210
+ state : present
211
+ update_cache : true
212
+ when :
213
+ - mongodb_backup|bool
214
+ - mongodb_backup_engine == 'pbm'
215
+ tags : [ mongodb-install, pbm-install ]
216
+
207
217
- name : " Install Percona Backup"
208
218
apt :
209
219
name : percona-backup-mongodb
Original file line number Diff line number Diff line change 157
157
- mongodb_tools | bool
158
158
tags : [mongodb-install]
159
159
160
+ - name : " Install libkrb5 for Kerberos authentication in Percona Server"
161
+ yum :
162
+ name : krb5-devel
163
+ state : present
164
+ lock_timeout : " {{ yum_lock_timeout }}"
165
+ when :
166
+ - mongodb_backup|bool
167
+ - mongodb_backup_engine == 'pbm'
168
+ tags : [ mongodb-install, pbm-install ]
169
+
160
170
- name : " Install Percona Backup"
161
171
yum :
162
172
name : percona-backup-mongodb
You can’t perform that action at this time.
0 commit comments