ansible-ops-management/roles/README.md
nazunalika 699ec2e2f0
init
2022-02-26 20:19:20 -07:00

15 lines
326 B
Markdown

# Roles
If you are wanting to use role specifically for this, you will need to define it in a `requirements.yml`, otherwise AWX will not install what you need to run your tasks.
Example:
```
---
# Roles
roles:
- rockylinux.ipagetcert
src: https://github.com/rocky-linux/ansible-role-ipa-getcert
version: main
```