initial: create ansible role

This commit is contained in:
2022-08-01 10:22:00 +07:00
commit ab7a3ac46d
11 changed files with 165 additions and 0 deletions

12
meta/main.yml Normal file
View File

@@ -0,0 +1,12 @@
galaxy_info:
author: dannc
description: install web server and lighthouse
company: ""
license: BSD-3-Clause
min_ansible_version: "2.1"
platforms:
- name: EL
versions:
- all
galaxy_tags: []
dependencies: []