diff options
author | Romain Gonçalves <me@rgoncalves.se> | 2024-07-01 13:41:46 +0200 |
---|---|---|
committer | Romain Gonçalves <me@rgoncalves.se> | 2024-07-01 13:41:46 +0200 |
commit | 21d259bbf44138ea37d66719e26c290de59cbbef (patch) | |
tree | af46d5bd2779b04974e3276adb48f3c7fb6e72ab /host_vars | |
parent | cd9298a427aa7f17734d0ffd732d5e1ec2815231 (diff) | |
download | rules-21d259bbf44138ea37d66719e26c290de59cbbef.tar.gz |
refactor(roles/nextcloud): move dependencies in subtask
Diffstat (limited to 'host_vars')
-rw-r--r-- | host_vars/local-hvisor-01.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host_vars/local-hvisor-01.yml b/host_vars/local-hvisor-01.yml index 6fd9797..044fa70 100644 --- a/host_vars/local-hvisor-01.yml +++ b/host_vars/local-hvisor-01.yml @@ -6,6 +6,7 @@ sshd__listen_port: "{{ ansible_port }}" nextcloud__listen_port: 8003 nextcloud__domain_name: cloud.rgoncalves.se +nextcloud__php_memory_limit: 8192M __ip: external: 192.168.1.128 |