Skip to content

Commit 7eccdf5

Browse files
committed
Merge branch 'josh-sanders-patch-1'
2 parents 9102b07 + 4a0cd7e commit 7eccdf5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/ansible/roles/ferm/rules.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ the following keys:
5151

5252
``domain``
5353
Optional. :command:`iptables` domain used for the firewall rule. Possible values:
54-
:command:`ip`, ``ip6``. Defaults to :envvar:`ferm__domains`.
54+
``ip``, ``ip6``. Defaults to :envvar:`ferm__domains`.
5555

5656
``table``
5757
Optional. :command:`iptables` table to which the rule is added or from which it
@@ -637,5 +637,5 @@ on it, disable support completely by setting :envvar:`ferm__include_legacy`
637637
to ``False`` which will avoid the additional chain from being created.
638638

639639
If you're not sure if you still have legacy rules defined, look for
640-
variable names with only on '_' after the :program:`ferm` prefix (e. g.
640+
variable names with only one '_' after the :program:`ferm` prefix (e. g.
641641
:envvar:`ferm_input_list` and :envvar:`ferm_input_dependent_list`).

docs/introduction/getting-started.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ It's customary to specify this variable directly in the
154154
.. code-block:: none
155155
156156
[debops_all_hosts]
157-
server ansible_host=server.example.com ansible_user=ansible-admin
158-
server system_users__self_name=ansible-admin
157+
server ansible_host=server.example.com ansible_user=ansible
158+
server system_users__self_name=ansible
159159
160160
On specific platforms you can set this variable to an automatically created
161161
username to make the remote host administration easier:

docs/user-guide/project-directories.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ in :file:`ansible/playbooks/your_role.yml`:
569569
.. code-block:: yaml
570570
571571
---
572-
- name: Manage the your specific setup
572+
- name: Manage your specific setup
573573
hosts: [ 'debops_all_hosts' ]
574574
roles:
575575
- role: ansible.your_role

0 commit comments

Comments
 (0)