Skip to content

Commit

Permalink
Use :linenos: for examples in defaults/main.yml to mark them as examples
Browse files Browse the repository at this point in the history
Related to: debops/docs#159
  • Loading branch information
ypid committed Oct 22, 2016
1 parent 0e2d23c commit ded4120
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,10 @@ apt_cacher_ng__port: 3142
# IPv6, ...). Using a protocol specific format will create binding(s) only on
# protocol specific socket(s), e. g. ``0.0.0.0`` will listen only to IPv4.
#
# Example::
# Examples:
#
# .. code-block:: yaml
# :linenos:
#
# apt_cacher_ng__bind_address:
# - 'localhost'
Expand All @@ -131,7 +134,10 @@ apt_cacher_ng__fqdn: 'software-cache.{{ ansible_domain }}'
# The specification of another HTTP proxy which shall be used for downloads.
# It can include user name and password but see the manual for limitations.
#
# Example::
# Examples:
#
# .. code-block:: yaml
# :linenos:
#
# apt_cacher_ng__proxy: 'https://username:proxypassword@proxy.example.net:3129'
#
Expand All @@ -144,7 +150,10 @@ apt_cacher_ng__proxy: ''
# Specifies the IP protocol families to use for remote connections. Order does
# matter, first specified are considered first.
#
# Example::
# Examples:
#
# .. code-block:: yaml
# :linenos:
#
# apt_cacher_ng__connect_protocol:
# - 'v4'
Expand Down

0 comments on commit ded4120

Please sign in to comment.