Skip to content

Commit 47c0dca

Browse files
committed
Updated Fold markers. Can’t yet use the leastest and greatest.
debops/yaml2rst#3 needs to be released before the docs build test will pass.
1 parent 15f3442 commit 47c0dca

File tree

1 file changed

+9
-14
lines changed

1 file changed

+9
-14
lines changed

defaults/main.yml

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
---
2+
# .. vim: foldmarker=[[[,]]]:foldmethod=marker
3+
#
24
# Default variables
35
# =================
46

57
# .. contents:: Sections
68
# :local:
79
#
8-
# .. Preseed server configuration (((
10+
# .. Preseed server configuration [[[1
911
#
1012
# --------------------------------
1113
# Preseed server configuration
@@ -81,9 +83,8 @@ preseed__group: 'preseed'
8183
# Home directory of the Pressed user account.
8284
preseed__home: '{{ ansible_local.root.home + "/" + preseed__user }}'
8385

84-
# .. )))
8586

86-
# .. Default Preseed list (((
87+
# .. Default Preseed list [[[1
8788
#
8889
# ------------------------
8990
# Default Preseed list
@@ -127,9 +128,8 @@ preseed__configs:
127128
type: 'debian-destroy'
128129
release: 'jessie'
129130

130-
# .. )))
131131

132-
# .. Administrator account options (((
132+
# .. Administrator account options [[[1
133133
#
134134
# ---------------------------------
135135
# Administrator account options
@@ -221,9 +221,8 @@ preseed__sudo_group: '{{ preseed__admin_groups[0] }}'
221221
# ``root`` account.
222222
preseed__admin_sshkeys: [ '{{ lookup("pipe", "ssh-add -L | grep ^ssh || cat ~/.ssh/id_rsa.pub || true") }}' ]
223223

224-
# .. )))
225224

226-
# .. Debian Preseed configuration (((
225+
# .. Debian Preseed configuration [[[1
227226
#
228227
# --------------------------------
229228
# Debian Preseed configuration
@@ -317,9 +316,8 @@ preseed__debian_root_password: "{{ lookup('password', secret + '/credentials/' +
317316
# This seems to be only relevant when not installing from network/PXE.
318317
preseed__debian_ask_for_additional_install_media: False
319318

320-
# .. )))
321319

322-
# .. Debian Preseed GRUB configuration (((
320+
# .. Debian Preseed GRUB configuration [[[[1
323321
#
324322
# -------------------------------------
325323
# Debian Preseed GRUB configuration
@@ -353,9 +351,8 @@ preseed__grub_kernel_options:
353351

354352
- 'swapaccount=1'
355353

356-
# .. )))
357354

358-
# .. SaltStack options (((
355+
# .. SaltStack options [[[1
359356
#
360357
# ---------------------
361358
# SaltStack options
@@ -392,9 +389,8 @@ preseed__salt_upstream_repository: 'deb http://debian.saltstack.com/debian {{ an
392389
# the :file:`/etc/salt/minion.d/ansible.conf` file.
393390
preseed__salt_options: ''
394391

395-
# .. )))
396392

397-
# .. Role-dependent configuration (((
393+
# .. Role-dependent configuration [[[1
398394
#
399395
# --------------------------------
400396
# Role-dependent configuration
@@ -464,4 +460,3 @@ preseed__nginx__servers:
464460
- '{{ preseed__nginx__server_http }}'
465461
- '{{ preseed__nginx__server_https }}'
466462

467-
# .. )))

0 commit comments

Comments
 (0)