Skip to content

Commit 68d3ba1

Browse files
committed
MarkdownEdits
1 parent 3134158 commit 68d3ba1

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed
Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,11 @@
11
## Installing Roles on an Embedded Ansible Appliance
2+
{: #installing_roles_embedded_ansible_appliance}
23

3-
Roles are ways of automatically loading certain variable files, tasks,
4-
and handlers based on a known file structure. Grouping content by roles
5-
also allows easy sharing of roles with other users. Install roles on a
6-
{{ site.data.product.title_short }} appliance with the Embedded Ansible server role
7-
activated to optimize playbooks.
4+
Roles are ways of automatically loading certain variable files, tasks, and handlers based on a known file structure. Grouping content by roles also allows for easy sharing of roles with other users. Install roles on a {{ site.data.product.title_short }} appliance with the Embedded Ansible server role activated to optimize playbooks.
85

9-
When using this role in a playbook on a {{ site.data.product.title_short }}
10-
appliance, add an empty `roles` directory at the root of the playbook.
11-
In the `roles` directory, include a `requirements.yml` file with the
12-
following contents:
6+
When using this role in a playbook on a {{ site.data.product.title_short }} appliance, add an empty `roles` directory at the root of the playbook. In the `roles` directory, include a `requirements.yml` file with the following contents:
137

148
---
159
- src: <ansible-galaxy-role>
1610

17-
{{ site.data.product.title_short }} will automatically install the role once it sees
18-
the `requirements.yml` file in the playbook.
11+
{{ site.data.product.title_short }} automatically installs the role once it sees the `requirements.yml` file in the playbook.

0 commit comments

Comments
 (0)