diff options
author | binary <me@rgoncalves.se> | 2021-01-22 21:48:30 +0100 |
---|---|---|
committer | binary <me@rgoncalves.se> | 2021-01-22 21:48:30 +0100 |
commit | 92a8f042b108bc5a2d936307ce7b05143067616e (patch) | |
tree | 7127b081c8e38c562da97a1802b55e41bdca6971 /roles/nextcloud/vars | |
parent | 165de68d264460d6cf02dec394d9c9d1c8138c4c (diff) | |
download | infrastructure-92a8f042b108bc5a2d936307ce7b05143067616e.tar.gz |
Partial implementation of nextcloud
Diffstat (limited to 'roles/nextcloud/vars')
-rw-r--r-- | roles/nextcloud/vars/main.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/roles/nextcloud/vars/main.yml b/roles/nextcloud/vars/main.yml new file mode 100644 index 0000000..040338c --- /dev/null +++ b/roles/nextcloud/vars/main.yml @@ -0,0 +1,12 @@ + +# nextcloud ~~ roles/nextcloud/tasks/main.yml +# nextcloud variables + +--- + +nextcloud_port: 8080 +nextcloud_user: _nextcloud +nextcloud_group: _nextcloud + +nextcloud_db: postgres +nextcloud_instance_name: "rgoncalves.se cloud" |