first commit - basic but should be working - need to add molecule tests
This commit is contained in:
14
meta/main.yml
Normal file
14
meta/main.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
galaxy_info:
|
||||
author: "Brandon Shipley"
|
||||
description: "Ansible role to install/run uptime-kuma via docker-compose"
|
||||
company: "HiPoweredDev"
|
||||
license: MIT
|
||||
min_anisble_version: 2.9
|
||||
role_name: ansible-role-uptime-kuma
|
||||
galaxy_tags:
|
||||
- uptime
|
||||
- status
|
||||
- monitoring
|
||||
- uptime-kuma
|
||||
- hi-powered-dev
|
||||
2
meta/requirements.yml
Normal file
2
meta/requirements.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
- name: geerlingguy.pip
|
||||
- name: geerlingguy.docker
|
||||
Reference in New Issue
Block a user