feat: publish on galaxy

This commit is contained in:
Adrien Waksberg 2018-08-15 16:57:59 +02:00
parent 67d1daf744
commit cd0e8312b4
2 changed files with 21 additions and 0 deletions

View file

@ -16,3 +16,6 @@ script:
- kitchen conv phpfpm-debian-9
- kitchen conv phpfpm-debian-9 | grep changed=0
- kitchen verify phpfpm-debian-9
notifications:
webhooks: https://galaxy.ansible.com/api/v1/notifications/

18
meta/main.yml Normal file
View file

@ -0,0 +1,18 @@
galaxy_info:
role_name: phpfpm
author: Adrien Waksberg
description: Install and configure PHP-FPM
license: Apache2
min_ansible_version: 2.4
platforms:
- name: Debian
versions:
- stretch
galaxy_tags:
- php
- fpm
- web
dependencies: []