Merge "Removing equal signs in docs"
This commit is contained in:
commit
3bfb1e4696
@ -8,7 +8,7 @@ variable:
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
disk_error_action = SYSLOG
|
||||
disk_error_action: SYSLOG
|
||||
|
||||
For details on available settings and what they do, run ``man auditd.conf``.
|
||||
Some options can cause the host to go offline until the issue is fixed.
|
||||
|
@ -10,7 +10,7 @@ variable:
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
disk_full_action = SYSLOG
|
||||
disk_full_action: SYSLOG
|
||||
|
||||
For details on available settings and what they do, run ``man auditd.conf``.
|
||||
Some options can cause the host to go offline until the issue is fixed.
|
||||
|
@ -10,7 +10,7 @@ variable:
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
space_left_action = SYSLOG
|
||||
space_left_action: SYSLOG
|
||||
|
||||
For details on available settings and what they do, run ``man auditd.conf``.
|
||||
Some options can cause the host to go offline until the issue is fixed.
|
||||
|
@ -6,4 +6,4 @@ To change to 10 minutes, adjust the configuration item to 600 seconds:
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
ssh_client_alive_interval = 600
|
||||
ssh_client_alive_interval: 600
|
||||
|
@ -5,4 +5,4 @@ to something other than ``0``:
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
ssh_client_alive_count_max = 0
|
||||
ssh_client_alive_count_max: 0
|
||||
|
@ -7,7 +7,7 @@ To disallow root logins via ssh, simply adjust this configuration variable:
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
ssh_permit_root_login = 'no'
|
||||
ssh_permit_root_login: 'no'
|
||||
|
||||
**NOTE:** The quotes around ``'no'`` or ``'yes'`` are very important. Ansible
|
||||
will treat ``no`` and ``yes`` as booleans by default and that will cause a
|
||||
|
Loading…
x
Reference in New Issue
Block a user