You've already forked ansible-directadmin
* Bring role up to spec (2.5+) and introduce LetsEncrypt support * Add Debian 9 support and fix script args chdir * Use correct schema for travis and use command instead of script * Make use of requirements.txt for build and fix syntax * Got better at reading the docs now * Minor improvements
25 lines
404 B
YAML
25 lines
404 B
YAML
---
|
|
galaxy_info:
|
|
author: Gerben Geijteman
|
|
description: Deploy DirectAdmin with Ansible
|
|
company: Hyperized Hosting
|
|
license: MIT
|
|
min_ansible_version: 2.5
|
|
platforms:
|
|
- name: EL
|
|
versions:
|
|
- all
|
|
- name: Fedora
|
|
versions:
|
|
- all
|
|
- name: Debian
|
|
versions:
|
|
- jessie
|
|
- squeeze
|
|
- wheezy
|
|
- stretch
|
|
galaxy_tags:
|
|
- system
|
|
- web
|
|
- directadmin
|
|
dependencies: [] |