initial commit

This commit is contained in:
2023-02-12 12:12:34 +01:00
commit 941fb1bd4b
16 changed files with 240 additions and 0 deletions

2
tests/inventory Normal file
View File

@@ -0,0 +1,2 @@
localhost

11
tests/test.yml Normal file
View File

@@ -0,0 +1,11 @@
---
- hosts: all
remote_user: root
vars:
nextcloud_user: "horlboge-cloud"
nextcloud_path: "/home/users/horlboge-cloud/www"
php_binary: "keyhelp-php81"
php_arguments: "-d apc.enable_cli=1"
roles:
- Ansible-Role-Keyhelp-Nextcloud