59
59
< style type ="text/css "> code {white-space : pre;}</ style >
60
60
< style type ="text/css ">
61
61
pre > code .sourceCode { white-space : pre; position : relative; }
62
- pre > code .sourceCode > span { display : inline-block; line-height : 1.25 ; }
62
+ pre > code .sourceCode > span { line-height : 1.25 ; }
63
63
pre > code .sourceCode > span : empty { height : 1.2em ; }
64
64
.sourceCode { overflow : visible; }
65
65
code .sourceCode > span { color : inherit; text-decoration : inherit; }
70
70
}
71
71
@media print {
72
72
pre > code .sourceCode { white-space : pre-wrap; }
73
- pre > code .sourceCode > span { text-indent : -5em ; padding-left : 5em ; }
73
+ pre > code .sourceCode > span { display : inline-block; text-indent : -5em ; padding-left : 5em ; }
74
74
}
75
75
pre .numberSource code
76
76
{ counter-reset : source-line 0 ; }
@@ -205,30 +205,30 @@ <h1 id="role-variables">Role Variables</h1>
205
205
< p > These are the variables that can be passed to the role:</ p >
206
206
< table >
207
207
< thead >
208
- < tr class =" header " >
208
+ < tr >
209
209
< th > < strong > Variable</ strong > </ th >
210
210
< th > < strong > Default</ strong > </ th >
211
211
< th > < strong > Description</ strong > </ th >
212
212
</ tr >
213
213
</ thead >
214
214
< tbody >
215
- < tr class =" odd " >
215
+ < tr >
216
216
< td > < code > nbde_server_provider</ code > </ td >
217
217
< td > < code > tang</ code > </ td >
218
218
< td > identifies the provider for < code > nbde_server</ code > role. We
219
219
currently support < code > tang</ code > as an < code > nbde_server</ code >
220
220
provider, meaning that the < code > nbde_server</ code > role is currently
221
221
able to provision/deploy tang servers.</ td >
222
222
</ tr >
223
- < tr class =" even " >
223
+ < tr >
224
224
< td > < code > nbde_server_service_state</ code > </ td >
225
225
< td > < code > started</ code > </ td >
226
226
< td > indicates the state the nbde_server should be. It can be either
227
227
< code > started</ code > (default) or < code > stopped</ code > .
228
228
< code > started</ code > means the server is accepting connections, whereas
229
229
< code > stopped</ code > means it is not accepting connections.</ td >
230
230
</ tr >
231
- < tr class =" odd " >
231
+ < tr >
232
232
< td > < code > nbde_server_rotate_keys</ code > </ td >
233
233
< td > < code > false</ code > </ td >
234
234
< td > indicates whether we should rotate existing keys -- if any -- , then
@@ -237,23 +237,23 @@ <h1 id="role-variables">Role Variables</h1>
237
237
to < code > true</ code > , existing keys will be rotated and new keys will be
238
238
created.</ td >
239
239
</ tr >
240
- < tr class =" even " >
240
+ < tr >
241
241
< td > < code > nbde_server_fetch_keys</ code > </ td >
242
242
< td > < code > false</ code > </ td >
243
243
< td > indicates whether we should fetch keys to the control node, in which
244
244
case they will be placed in < code > nbde_server_keys_dir</ code > . You
245
245
< strong > must</ strong > set < code > nbde_server_keys_dir</ code > to use
246
246
< code > nbde_server_fetch_keys</ code > .</ td >
247
247
</ tr >
248
- < tr class =" odd " >
248
+ < tr >
249
249
< td > < code > nbde_server_deploy_keys</ code > </ td >
250
250
< td > < code > false</ code > </ td >
251
251
< td > indicates whether we should deploy the keys located in
252
252
< code > nbde_server_keys_dir</ code > directory to the remote hosts. You
253
253
< strong > must</ strong > set < code > nbde_server_keys_dir</ code > to use
254
254
< code > nbde_server_deploy_keys</ code > .</ td >
255
255
</ tr >
256
- < tr class =" even " >
256
+ < tr >
257
257
< td > < code > nbde_server_keys_dir</ code > </ td >
258
258
< td > </ td >
259
259
< td > specifies a directory in the control node that contains keys to be
@@ -266,19 +266,19 @@ <h1 id="role-variables">Role Variables</h1>
266
266
< code > nbde_server_fetch_keys</ code > and/or
267
267
< code > nbde_server_deploy_keys</ code > .</ td >
268
268
</ tr >
269
- < tr class =" odd " >
269
+ < tr >
270
270
< td > < code > nbde_server_manage_firewall</ code > </ td >
271
271
< td > < code > false</ code > </ td >
272
272
< td > manage the nbde server port and zone using the < code > firewall</ code >
273
273
role if set to < code > true</ code > .</ td >
274
274
</ tr >
275
- < tr class =" even " >
275
+ < tr >
276
276
< td > < code > nbde_server_manage_selinux</ code > </ td >
277
277
< td > < code > false</ code > </ td >
278
278
< td > manage the nbde server port using the < code > selinux</ code > role if
279
279
set to < code > true</ code > .</ td >
280
280
</ tr >
281
- < tr class =" odd " >
281
+ < tr >
282
282
< td > < code > nbde_server_port</ code > </ td >
283
283
< td > < code > 80</ code > </ td >
284
284
< td > port number that tangd will listen on. You < strong > must</ strong > set
@@ -287,7 +287,7 @@ <h1 id="role-variables">Role Variables</h1>
287
287
< code > nbde_server_manage_firewall: true</ code > if you want the role to
288
288
manage firewall for the port.</ td >
289
289
</ tr >
290
- < tr class =" even " >
290
+ < tr >
291
291
< td > < code > nbde_server_firewall_zone</ code > </ td >
292
292
< td > < code > public</ code > </ td >
293
293
< td > change the default zone where the port should be opened. You
0 commit comments