main #31

Merged
juan merged 154 commits from main into lab 2024-10-16 15:22:43 +00:00
1 changed files with 5 additions and 3 deletions
Showing only changes of commit 4f20789f61 - Show all commits

View File

@ -1,4 +1,4 @@
# Collections
## Collections
The purpose of collections is get more modules and plugins to use in ansible.
@ -11,7 +11,8 @@ In *awx-operator* container, execute:
ansible-galaxy collection install -r requirements.yml
```
Where `requirements.yml` we need to specify the list of collections that we want to install:
Where `requirements.yml` we need to specify the list of collections that we
want to install:
```
collections:
- name: community.general
@ -23,7 +24,8 @@ collections:
# List collections
To list installed collections, run `ansible-galaxy collection list` (inside awx operator container)
To list installed collections, run `ansible-galaxy collection list` (inside awx
operator container)
* https://docs.ansible.com/ansible/latest/collections_guide/collections_listing.html