mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-30 05:20:49 +08:00
21 lines
521 B
YAML
21 lines
521 B
YAML
---
|
|
# This module is based on https://github.com/retr0h/ansible-etcd with most
|
|
# changes centered around installing from a pre-existing rpm
|
|
# TODO: Extend https://github.com/retr0h/ansible-etcd rather than forking
|
|
galaxy_info:
|
|
author: Scott Dodson
|
|
description: etcd management
|
|
company: Red Hat, Inc.
|
|
license: Apache License, Version 2.0
|
|
min_ansible_version: 1.2
|
|
platforms:
|
|
- name: EL
|
|
versions:
|
|
- 7
|
|
categories:
|
|
- cloud
|
|
- system
|
|
dependencies:
|
|
- { role: os_firewall }
|
|
- { role: openshift_repos }
|