diff --git a/TODO b/TODO deleted file mode 100644 index 8b5a2ce..0000000 --- a/TODO +++ /dev/null @@ -1,8 +0,0 @@ - - -* Generate random passwords for the OwnCloud admin and MySQL - -* Deploy a custom theme from a given GIT repo - -* Manage LDAP - diff --git a/meta/main.yml b/meta/main.yml new file mode 100644 index 0000000..ba3f0a4 --- /dev/null +++ b/meta/main.yml @@ -0,0 +1,12 @@ +galaxy_info: + author: "Blagovest Petrov" + company: "Veriosoft" + license: BSD + min_ansible_version: 2.0 + platforms: + - name: Ubuntu + versions: + - xenial + categories: + - web +dependencies: []