You've already forked ansible-role-common
18 lines
392 B
YAML
18 lines
392 B
YAML
---
|
|
galaxy_info:
|
|
author: guisea <aaron@guise.net.nz>
|
|
role_name: common # if absent directory name hosting role is used instead
|
|
namespace: cybercinch # if absent, author is used instead
|
|
description: Commonplace system setup
|
|
company: CyberCinch
|
|
license: MIT
|
|
min_ansible_version: "2.9"
|
|
|
|
platforms:
|
|
- name: EL
|
|
versions:
|
|
- all
|
|
galaxy_tags: []
|
|
|
|
dependencies: []
|