mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-03-26 21:33:05 +00:00
The dependency is either working with galaxy or with local role collection but not with both because the role name is for the first t_woerner.ipaclient but for the second it needs to be ipaclient only.
22 lines
359 B
YAML
22 lines
359 B
YAML
# dependencies:
|
|
# - role: t_woerner.ipaclient
|
|
|
|
galaxy_info:
|
|
author: Thomas Woerner
|
|
description: A role to setup an IPA domain replica
|
|
company: Red Hat, Inc
|
|
license: GPLv3
|
|
min_ansible_version: 2.5
|
|
platforms:
|
|
- name: Fedora
|
|
versions:
|
|
- all
|
|
- name: EL
|
|
versions:
|
|
- 7
|
|
- 8
|
|
galaxy_tags:
|
|
- identity
|
|
- ipa
|
|
- freeipa
|