We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1666745 commit 74f2025Copy full SHA for 74f2025
README.md
@@ -30,6 +30,28 @@ None.
30
31
None.
32
33
+## Installation ##
34
+
35
+This role can be installed via the command:
36
37
+```console
38
+ansible-galaxy ansible-galaxy install --role-file path/to/requirements.yml
39
+```
40
41
+where `requirements.yml` looks like:
42
43
+```yaml
44
+---
45
+- name: skeleton
46
+ src: https://github.com/cisagov/skeleton-ansible-role
47
48
49
+and may contain other roles as well.
50
51
+For more information about installing Ansible roles via a YAML file,
52
+please see [the `ansible-galaxy`
53
+documentation](https://docs.ansible.com/ansible/latest/galaxy/user_guide.html#installing-multiple-roles-from-a-file).
54
55
## Example Playbook ##
56
57
Here's how to use it in a playbook:
0 commit comments