first
This commit is contained in:
commit
757ca483f0
115 changed files with 13170 additions and 0 deletions
21
meta/main.yml
Normal file
21
meta/main.yml
Normal file
|
@ -0,0 +1,21 @@
|
|||
# -*- mode: yaml; indent-tabs-mode: nil; tab-width: 2; coding: utf-8-unix -*-
|
||||
|
||||
---
|
||||
|
||||
galaxy_info:
|
||||
# author:
|
||||
# company:
|
||||
# description:
|
||||
# license: MIT
|
||||
min_ansible_version: 2.3 # maybe - curently tested under 2.7
|
||||
platforms:
|
||||
- name: "Gentoo"
|
||||
- name: "Ubuntu"
|
||||
categories:
|
||||
- system
|
||||
|
||||
# The proxy role is a base role that is required before all other roles
|
||||
# proxy role is a dependency even if you dont use a proxy
|
||||
# dependencies seem to get pulled in again even if they have already been run!
|
||||
dependencies: []
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue