Skip to content

Commit

Permalink
Run codespell partially on roles
Browse files Browse the repository at this point in the history
(cherry picked from commit ea0a9bf)
  • Loading branch information
julien-lecomte authored and drybjed committed Jan 3, 2023
1 parent dc2743d commit b9c0967
Show file tree
Hide file tree
Showing 19 changed files with 79 additions and 79 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ Dokuwiki supports ordered and unordered lists. To create a list item, indent you

- The same list but ordered
- Another item
- Just use indention for deeper levels
- Just use indentation for deeper levels
- That's it

<code>
Expand All @@ -183,7 +183,7 @@ Dokuwiki supports ordered and unordered lists. To create a list item, indent you

- The same list but ordered
- Another item
- Just use indention for deeper levels
- Just use indentation for deeper levels
- That's it
</code>

Expand Down Expand Up @@ -473,7 +473,7 @@ The refresh period defaults to 4 hours. Any value below 10 minutes will be treat

===== Control Macros =====

Some syntax influences how DokuWiki renders a page without creating any output it self. The following control macros are availble:
Some syntax influences how DokuWiki renders a page without creating any output it self. The following control macros are available:

^ Macro ^ Description |
| %%~~NOTOC~~%% | If this macro is found on the page, no table of contents will be created |
Expand Down
2 changes: 1 addition & 1 deletion ansible/roles/filebeat/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ filebeat__combined_snippets: '{{ filebeat__default_snippets
# ------------------------------

# The variables below define the contents of the Filebeat keystore which can be
# used to store passwords and other confidental data, which then can be
# used to store passwords and other confidential data, which then can be
# referenced in Filebeat configuration files. See :ref:`filebeat__ref_keys` for
# more details.

Expand Down
2 changes: 1 addition & 1 deletion ansible/roles/lldpd/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ lldpd__daemon_arguments: []
# LLDP service configuration [[[
# ------------------------------

# The lists below define the contents of the :file:`/etc/lldpd.d/` directoory
# The lists below define the contents of the :file:`/etc/lldpd.d/` directory
# and configuration files inside. See :ref:`lldpd__ref_configuration` for more
# details.

Expand Down
2 changes: 1 addition & 1 deletion ansible/roles/logrotate/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ logrotate__dependent_config: []
# ]]]
# .. envvar:: logrotate__combined_config [[[
#
# Variable which combines all the log rotation configuration varibles for use
# Variable which combines all the log rotation configuration variables for use
# in the tasks. See :ref:`logrotate__config` for more details.
logrotate__combined_config: '{{ logrotate__config
+ logrotate__group_config
Expand Down
12 changes: 6 additions & 6 deletions ansible/roles/lvm/vars/lvm_config_2.02.168.yml
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ lvm__config_base:
# This configuration option does not have a default value defined.

# Configuration option allocation/thin_pool_metadata_require_separate_pvs.
# Thin pool metdata and data will always use different PVs.
# Thin pool metadata and data will always use different PVs.
thin_pool_metadata_require_separate_pvs: 0

# Configuration option allocation/thin_pool_zero.
Expand Down Expand Up @@ -608,7 +608,7 @@ lvm__config_base:
archive: 1

# Configuration option backup/archive_dir.
# Location of the metdata archive files.
# Location of the metadata archive files.
# Remember to back up this directory regularly!
archive_dir: "/etc/lvm/archive"

Expand Down Expand Up @@ -1150,12 +1150,12 @@ lvm__config_base:

# Configuration option activation/reserved_stack.
# Stack size in KiB to reserve for use while devices are suspended.
# Insufficent reserve risks I/O deadlock during device suspension.
# Insufficient reserve risks I/O deadlock during device suspension.
reserved_stack: 64

# Configuration option activation/reserved_memory.
# Memory size in KiB to reserve for use while devices are suspended.
# Insufficent reserve risks I/O deadlock during device suspension.
# Insufficient reserve risks I/O deadlock during device suspension.
reserved_memory: 8192

# Configuration option activation/process_priority.
Expand Down Expand Up @@ -1285,7 +1285,7 @@ lvm__config_base:
# This includes LVs that have the following segment types:
# raid1, raid4, raid5*, and raid6*.
# If a device in the LV fails, the policy determines the steps
# performed by dmeventd automatically, and the steps perfomed by the
# performed by dmeventd automatically, and the steps performed by the
# manual command lvconvert --repair --use-policies.
# Automatic handling requires dmeventd to be monitoring the LV.
#
Expand All @@ -1308,7 +1308,7 @@ lvm__config_base:
# (copies) and a mirror log. A disk log ensures that a mirror LV does
# not need to be re-synced (all copies made the same) every time a
# machine reboots or crashes. If a device in the LV fails, this policy
# determines the steps perfomed by dmeventd automatically, and the steps
# determines the steps performed by dmeventd automatically, and the steps
# performed by the manual command lvconvert --repair --use-policies.
# Automatic handling requires dmeventd to be monitoring the LV.
#
Expand Down
2 changes: 1 addition & 1 deletion ansible/roles/lvm/vars/lvm_config_2.02.66.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ lvm__config_base:
# Configuration of metadata backups and archiving. In LVM2 when we
# talk about a 'backup' we mean making a copy of the metadata for the
# *current* system. The 'archive' contains old metadata configurations.
# Backups are stored in a human readeable text format.
# Backups are stored in a human readable text format.
backup:

# Should we maintain a backup of the current metadata configuration ?
Expand Down
2 changes: 1 addition & 1 deletion ansible/roles/lvm/vars/lvm_config_2.02.95.yml
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ lvm__config_base:
# Configuration of metadata backups and archiving. In LVM2 when we
# talk about a 'backup' we mean making a copy of the metadata for the
# *current* system. The 'archive' contains old metadata configurations.
# Backups are stored in a human readeable text format.
# Backups are stored in a human readable text format.
backup:

# Should we maintain a backup of the current metadata configuration ?
Expand Down
4 changes: 2 additions & 2 deletions ansible/roles/lvm/vars/lvm_config_2.02.98.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ lvm__config_base:
# Use anchors if you want to be really specific
# filter: [ "a|^/dev/hda8$|", "r/.*/" ]

# Since "filter" is often overriden from command line, it is not suitable
# Since "filter" is often overridden from command line, it is not suitable
# for system-wide device filtering (udev rules, lvmetad). To hide devices
# from LVM-specific udev processing and/or from lvmetad, you need to set
# global_filter. The syntax is the same as for normal "filter"
Expand Down Expand Up @@ -292,7 +292,7 @@ lvm__config_base:
# Configuration of metadata backups and archiving. In LVM2 when we
# talk about a 'backup' we mean making a copy of the metadata for the
# *current* system. The 'archive' contains old metadata configurations.
# Backups are stored in a human readeable text format.
# Backups are stored in a human readable text format.
backup:

# Should we maintain a backup of the current metadata configuration ?
Expand Down
26 changes: 13 additions & 13 deletions ansible/roles/lvm/vars/lvm_config_2.03.02.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,16 +172,16 @@ lvm__config_base:
# Configuration option devices/md_chunk_alignment.
# Align the start of a PV data area with md device's stripe-width.
# This applies if a PV is placed directly on an md device.
# default_data_alignment will be overriden if it is not aligned
# default_data_alignment will be overridden if it is not aligned
# with the value detected for this setting.
# This setting is overriden by data_alignment_detection,
# This setting is overridden by data_alignment_detection,
# data_alignment, and the --dataalignment option.
md_chunk_alignment: 1

# Configuration option devices/default_data_alignment.
# Align the start of a PV data area with this number of MiB.
# Set to 1 for 1MiB, 2 for 2MiB, etc. Set to 0 to disable.
# This setting is overriden by data_alignment and the --dataalignment
# This setting is overridden by data_alignment and the --dataalignment
# option.
# This configuration option has an automatic default value.
# default_data_alignment: 1
Expand All @@ -195,9 +195,9 @@ lvm__config_base:
# preferred unit of receiving I/O, e.g. MD stripe width.
# minimum_io_size is used if optimal_io_size is undefined (0).
# If md_chunk_alignment is enabled, that detects the optimal_io_size.
# default_data_alignment and md_chunk_alignment will be overriden
# default_data_alignment and md_chunk_alignment will be overridden
# if they are not aligned with the value detected for this setting.
# This setting is overriden by data_alignment and the --dataalignment
# This setting is overridden by data_alignment and the --dataalignment
# option.
data_alignment_detection: 1

Expand All @@ -206,7 +206,7 @@ lvm__config_base:
# When non-zero, this setting overrides default_data_alignment.
# Set to 0 to disable, in which case default_data_alignment
# is used to align the first PE in units of MiB.
# This setting is overriden by the --dataalignment option.
# This setting is overridden by the --dataalignment option.
data_alignment: 0

# Configuration option devices/data_alignment_offset_detection.
Expand All @@ -217,7 +217,7 @@ lvm__config_base:
# partitioning will have an alignment_offset of 3584 bytes (sector 7
# is the lowest aligned logical block, the 4KiB sectors start at
# LBA -1, and consequently sector 63 is aligned on a 4KiB boundary).
# This setting is overriden by the --dataalignmentoffset option.
# This setting is overridden by the --dataalignmentoffset option.
data_alignment_offset_detection: 1

# Configuration option devices/ignore_suspended_devices.
Expand Down Expand Up @@ -414,7 +414,7 @@ lvm__config_base:
# This configuration option does not have a default value defined.

# Configuration option allocation/thin_pool_metadata_require_separate_pvs.
# Thin pool metdata and data will always use different PVs.
# Thin pool metadata and data will always use different PVs.
thin_pool_metadata_require_separate_pvs: 0

# Configuration option allocation/thin_pool_zero.
Expand Down Expand Up @@ -747,7 +747,7 @@ lvm__config_base:
archive: 1

# Configuration option backup/archive_dir.
# Location of the metdata archive files.
# Location of the metadata archive files.
# Remember to back up this directory regularly!
archive_dir: "/etc/lvm/archive"

Expand Down Expand Up @@ -1201,12 +1201,12 @@ lvm__config_base:

# Configuration option activation/reserved_stack.
# Stack size in KiB to reserve for use while devices are suspended.
# Insufficent reserve risks I/O deadlock during device suspension.
# Insufficient reserve risks I/O deadlock during device suspension.
reserved_stack: 64

# Configuration option activation/reserved_memory.
# Memory size in KiB to reserve for use while devices are suspended.
# Insufficent reserve risks I/O deadlock during device suspension.
# Insufficient reserve risks I/O deadlock during device suspension.
reserved_memory: 8192

# Configuration option activation/process_priority.
Expand Down Expand Up @@ -1337,7 +1337,7 @@ lvm__config_base:
# This includes LVs that have the following segment types:
# raid1, raid4, raid5*, and raid6*.
# If a device in the LV fails, the policy determines the steps
# performed by dmeventd automatically, and the steps perfomed by the
# performed by dmeventd automatically, and the steps performed by the
# manual command lvconvert --repair --use-policies.
# Automatic handling requires dmeventd to be monitoring the LV.
#
Expand All @@ -1360,7 +1360,7 @@ lvm__config_base:
# (copies) and a mirror log. A disk log ensures that a mirror LV does
# not need to be re-synced (all copies made the same) every time a
# machine reboots or crashes. If a device in the LV fails, this policy
# determines the steps perfomed by dmeventd automatically, and the steps
# determines the steps performed by dmeventd automatically, and the steps
# performed by the manual command lvconvert --repair --use-policies.
# Automatic handling requires dmeventd to be monitoring the LV.
#
Expand Down
8 changes: 4 additions & 4 deletions ansible/roles/minidlna/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ minidlna__host_allow: []
# List of IP addresses or CIDR subnets which are allowed to send packets to the
# 1900/udp port used by Simple Service Discovery Protocol, configured on all
# hosts in the Ansible inventory. This is required only when UPnP port
# fowarding is desired.
# forwarding is desired.
minidlna__ssdp_allow: []

# ]]]
Expand All @@ -70,7 +70,7 @@ minidlna__ssdp_allow: []
# List of IP addresses or CIDR subnets which are allowed to send packets to the
# 1900/udp port used by Simple Service Discovery Protocol, configured on hosts
# in a specific Ansible inventory group. This is required only when UPnP port
# fowarding is desired.
# forwarding is desired.
minidlna__ssdp_group_allow: []

# ]]]
Expand All @@ -79,7 +79,7 @@ minidlna__ssdp_group_allow: []
# List of IP addresses or CIDR subnets which are allowed to send packets to the
# 1900/udp port used by Simple Service Discovery Protocol, configured on
# specific hosts in the Ansible inventory. This is required only when UPnP port
# fowarding is desired.
# forwarding is desired.
minidlna__ssdp_host_allow: []
# ]]]
# ]]]
Expand Down Expand Up @@ -199,7 +199,7 @@ minidlna__original_configuration:
- name: 'serial'
comment: |
Serial number the server reports to clients.
Defaults to the MAC address of nework interface.
Defaults to the MAC address of network interface.
value: ''
state: 'comment'

Expand Down
4 changes: 2 additions & 2 deletions ansible/roles/nginx/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ nginx_default_keepalive_timeout: 60
# ]]]
# .. envvar:: nginx_multi_accept [[[
#
# If enabled a worker proccess will accept all new connections at a time,
# If enabled a worker process will accept all new connections at a time,
# instead of a new connection at a time.
nginx_multi_accept: 'off'

Expand Down Expand Up @@ -1229,7 +1229,7 @@ nginx_group_allow: []
# .. envvar:: nginx_host_allow [[[
#
# List of the CIDR subnets or IP addresses which are allowed to connect to the
# HTTP or HTTPS service, configured on specifc hosts in the Ansible inventory.
# HTTP or HTTPS service, configured on specific hosts in the Ansible inventory.
nginx_host_allow: []

# ]]]
Expand Down
2 changes: 1 addition & 1 deletion ansible/roles/nodejs/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ nodejs__node_upstream: '{{ ansible_local.nodejs.node_upstream
#
# Specify the Node.js release to install from the NodeSource APT repository.
# See https://github.com/nodejs/Release for the current release and maintenance
# shedule. Available releases:
# schedule. Available releases:
#
# - ``node_8.x``
#
Expand Down
14 changes: 7 additions & 7 deletions ansible/roles/php/templates/etc/php/fpm/pool.d/pool.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ pm.max_requests = {{ item.pm_max_requests | d(php__fpm_pm_max_requests) }}

{#
; The URI to view the FPM status page. If this value is not set, no URI will be
; recognized as a status page. It shows the following informations:
; recognized as a status page. It shows the following information:
; pool - the name of the pool;
; process manager - static, dynamic or ondemand;
; start time - the date and time FPM has started;
Expand Down Expand Up @@ -228,8 +228,8 @@ pm.max_requests = {{ item.pm_max_requests | d(php__fpm_pm_max_requests) }}
; it's always 0 if the process is not in Idle state
; because memory calculation is done when the request
; processing has terminated;
; If the process is in Idle state, then informations are related to the
; last request the process has served. Otherwise informations are related to
; If the process is in Idle state, then information are related to the
; last request the process has served. Otherwise information are related to
; the current request being served.
; Example output:
; ************************
Expand Down Expand Up @@ -292,13 +292,13 @@ access.log = /var/log/php{{ php__version }}-fpm/$pool_access.log
; %d: time taken to serve the request
; it can accept the following format:
; - %{seconds}d (default)
; - %{miliseconds}d
; - %{milliseconds}d
; - %{mili}d
; - %{microseconds}d
; - %{micro}d
; %e: an environment variable (same as $_ENV or $_SERVER)
; it must be associated with embraces to specify the name of the env
; variable. Some exemples:
; variable. Some examples:
; - server specifics like: %{REQUEST_METHOD}e or %{SERVER_PROTOCOL}e
; - HTTP headers like: %{HTTP_HOST}e or %{HTTP_USER_AGENT}e
; %f: script filename
Expand Down Expand Up @@ -397,7 +397,7 @@ chdir = {{ item.chdir | d('/') }}
{#
; Redirect worker stdout and stderr into main error log. If not set, stdout and
; stderr will be redirected to /dev/null according to FastCGI specs.
; Note: on highloaded environement, this can cause some delay in the page
; Note: on highloaded environment, this can cause some delay in the page
; process time (several ms).
; Default Value: no #}
catch_workers_output = yes
Expand All @@ -421,7 +421,7 @@ clear_env = {{ 'yes' if ((item.clear_env|d() and item.clear_env|bool) or php__fp
; Limits the extensions of the main script FPM will allow to parse. This can
; prevent configuration mistakes on the web server side. You should only limit
; FPM to .php extensions to prevent malicious users to use other extensions to
; exectute php code.
; execute php code.
; Note: set an empty value to allow all extensions.
; Default Value: .php #}
{% if item.security_limit_extensions|d() %}
Expand Down

0 comments on commit b9c0967

Please sign in to comment.