|
1 | 1 | ---
|
| 2 | +# .. vim: foldmarker=[[[,]]]:foldmethod=marker |
| 3 | +# |
2 | 4 | # Default variables
|
3 | 5 | # =================
|
4 | 6 |
|
5 | 7 | # .. contents:: Sections
|
6 | 8 | # :local:
|
7 | 9 | #
|
8 |
| -# .. Preseed server configuration ((( |
| 10 | +# .. Preseed server configuration [[[1 |
9 | 11 | #
|
10 | 12 | # --------------------------------
|
11 | 13 | # Preseed server configuration
|
@@ -81,9 +83,8 @@ preseed__group: 'preseed'
|
81 | 83 | # Home directory of the Pressed user account.
|
82 | 84 | preseed__home: '{{ ansible_local.root.home + "/" + preseed__user }}'
|
83 | 85 |
|
84 |
| -# .. ))) |
85 | 86 |
|
86 |
| -# .. Default Preseed list ((( |
| 87 | +# .. Default Preseed list [[[1 |
87 | 88 | #
|
88 | 89 | # ------------------------
|
89 | 90 | # Default Preseed list
|
@@ -127,9 +128,8 @@ preseed__configs:
|
127 | 128 | type: 'debian-destroy'
|
128 | 129 | release: 'jessie'
|
129 | 130 |
|
130 |
| -# .. ))) |
131 | 131 |
|
132 |
| -# .. Administrator account options ((( |
| 132 | +# .. Administrator account options [[[1 |
133 | 133 | #
|
134 | 134 | # ---------------------------------
|
135 | 135 | # Administrator account options
|
@@ -221,9 +221,8 @@ preseed__sudo_group: '{{ preseed__admin_groups[0] }}'
|
221 | 221 | # ``root`` account.
|
222 | 222 | preseed__admin_sshkeys: [ '{{ lookup("pipe", "ssh-add -L | grep ^ssh || cat ~/.ssh/id_rsa.pub || true") }}' ]
|
223 | 223 |
|
224 |
| -# .. ))) |
225 | 224 |
|
226 |
| -# .. Debian Preseed configuration ((( |
| 225 | +# .. Debian Preseed configuration [[[1 |
227 | 226 | #
|
228 | 227 | # --------------------------------
|
229 | 228 | # Debian Preseed configuration
|
@@ -317,9 +316,8 @@ preseed__debian_root_password: "{{ lookup('password', secret + '/credentials/' +
|
317 | 316 | # This seems to be only relevant when not installing from network/PXE.
|
318 | 317 | preseed__debian_ask_for_additional_install_media: False
|
319 | 318 |
|
320 |
| -# .. ))) |
321 | 319 |
|
322 |
| -# .. Debian Preseed GRUB configuration ((( |
| 320 | +# .. Debian Preseed GRUB configuration [[[[1 |
323 | 321 | #
|
324 | 322 | # -------------------------------------
|
325 | 323 | # Debian Preseed GRUB configuration
|
@@ -353,9 +351,8 @@ preseed__grub_kernel_options:
|
353 | 351 |
|
354 | 352 | - 'swapaccount=1'
|
355 | 353 |
|
356 |
| -# .. ))) |
357 | 354 |
|
358 |
| -# .. SaltStack options ((( |
| 355 | +# .. SaltStack options [[[1 |
359 | 356 | #
|
360 | 357 | # ---------------------
|
361 | 358 | # SaltStack options
|
@@ -392,9 +389,8 @@ preseed__salt_upstream_repository: 'deb http://debian.saltstack.com/debian {{ an
|
392 | 389 | # the :file:`/etc/salt/minion.d/ansible.conf` file.
|
393 | 390 | preseed__salt_options: ''
|
394 | 391 |
|
395 |
| -# .. ))) |
396 | 392 |
|
397 |
| -# .. Role-dependent configuration ((( |
| 393 | +# .. Role-dependent configuration [[[1 |
398 | 394 | #
|
399 | 395 | # --------------------------------
|
400 | 396 | # Role-dependent configuration
|
@@ -464,4 +460,3 @@ preseed__nginx__servers:
|
464 | 460 | - '{{ preseed__nginx__server_http }}'
|
465 | 461 | - '{{ preseed__nginx__server_https }}'
|
466 | 462 |
|
467 |
| -# .. ))) |
0 commit comments