Initial commit
This commit is contained in:
commit
5fe082b8f6
33 changed files with 1177 additions and 0 deletions
17
roles/newsreader/meta/main.yml
Normal file
17
roles/newsreader/meta/main.yml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
dependencies:
|
||||
- common
|
||||
- npm
|
||||
|
||||
galaxy_info:
|
||||
author: sonny
|
||||
description: "Newsreader installation"
|
||||
license: "license GPLv3"
|
||||
min_ansible_version: 2.7
|
||||
issue_tracker_url: "https://git.fudiggity.nl/sonny/ansible-playbooks/-/issues"
|
||||
platforms:
|
||||
- name: Debian
|
||||
versions:
|
||||
- buster
|
||||
galaxy_tags:
|
||||
- development
|
||||
- web
|
||||
Reference in a new issue