Skip to content

Commit

Permalink
Merge pull request #339 from automationiberia/automationiberia-filetr…
Browse files Browse the repository at this point in the history
…ee_create-req

Added README.md filetree_create requirements needed
  • Loading branch information
djdanielsson authored Aug 30, 2022
2 parents 7013cb2 + 20faab8 commit d2ffdfc
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion roles/filetree_create/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,17 @@ The role `filetree_create` is intended to be used as the first step to begin usi
Requirements
------------

That role requires the Ansible collection [ansible.controller](https://console.redhat.com/ansible/automation-hub/repo/published/ansible/controller?version=4.1.0) to be installed and accessible.
That role requires the following:

- [awx.awx](https://docs.ansible.com/ansible/latest/collections/awx/awx/index.html) or [ansible.controller]ansible collection.
- [Community.General](https://docs.ansible.com/ansible/latest/collections/community/general/index.html#plugins-in-community-general)
- jmespath library needs to be installed on the host running the playbook (needed for the json_query filter)

```bash
$ ansible-galaxy collection install community.general -p collections
$ ansible-galaxy collection install ansible.controller -p collections
$ pip3 install jmespath
```

Role Variables
--------------
Expand Down

0 comments on commit d2ffdfc

Please sign in to comment.