feat: publish on galaxy
This commit is contained in:
parent
67d1daf744
commit
cd0e8312b4
2 changed files with 21 additions and 0 deletions
|
@ -16,3 +16,6 @@ script:
|
||||||
- kitchen conv phpfpm-debian-9
|
- kitchen conv phpfpm-debian-9
|
||||||
- kitchen conv phpfpm-debian-9 | grep changed=0
|
- kitchen conv phpfpm-debian-9 | grep changed=0
|
||||||
- kitchen verify phpfpm-debian-9
|
- kitchen verify phpfpm-debian-9
|
||||||
|
|
||||||
|
notifications:
|
||||||
|
webhooks: https://galaxy.ansible.com/api/v1/notifications/
|
||||||
|
|
18
meta/main.yml
Normal file
18
meta/main.yml
Normal 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: []
|
Loading…
Reference in a new issue