nextcloud_openstack.yml 918 B

123456789101112131415161718192021222324252627
  1. ---
  2. - name: apply nextcloud role
  3. collections:
  4. - community.general
  5. - ansible.posix
  6. hosts: web_servers
  7. vars:
  8. ansible_python_interpreter: /usr/bin/python3
  9. roles:
  10. - role: redis
  11. when: redis_daemon == "redis" or redis_daemon == "keydb"
  12. - role: web_php
  13. - role: nextcloud
  14. vars:
  15. #ansible_become_pass: ""
  16. NEXTCLOUD_VERSION: "25.0.12"
  17. nc_data_dir: /storage/nextcloud/data
  18. objectstore_s3_install: false
  19. #objectstore_s3_key: "229ZJOPCR6JHHU4HIP69"
  20. #objectstore_s3_secret: "xCnx98XN39fDKh3ACGQ9XuDJEOw7PRBxyFW4KjRs"
  21. #objectstore_s3_hostname: "192.168.56.71"
  22. environment:
  23. #http_proxy: http://proxy.sipr.ucl.ac.be:889
  24. https_proxy: http://proxy.sipr.ucl.ac.be:889
  25. #no_proxy: "127.0.0.1, localhost, 192.168.64.68, 192.168.64.73, 192.168.64.71, nextcloud.test.cism.ucl.ac.be, ceph.cism.ucl.ac.be, 192.168.64.110"