aboutsummaryrefslogtreecommitdiff
path: root/provision.env.yaml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Migration: Remove Ansible and Docker code, move only to NixOSEuAndreh2020-08-101-47/+0
|
* Remove gpodder.net sync software from the serverEuAndreh2020-08-061-6/+0
|
* Align Ansible with_items listEuAndreh2020-08-051-8/+8
|
* Remove FIXME commentEuAndreh2020-08-051-1/+0
|
* Custom vhost body size configuration for NextcloudEuAndreh2020-08-051-1/+8
|
* Create dockerfiles directory before copying dockerfilesEuAndreh2020-08-051-6/+12
|
* Checkpoint: working Nextcloud installation with configured trusted domainsEuAndreh2020-08-051-1/+1
|
* provision.env.yaml: Stop installing Python 2EuAndreh2020-08-021-7/+0
| | | | | | | | | | | | | Ansible now instead of requiring Python 2 (that being the reason for this piece of code to exist) it complains about using it, and issues a deprecation warning: [DEPRECATION WARNING]: Distribution Ubuntu 18.04 on host arrobaponto.org should use /usr/bin/python3, but is using /usr/bin/python for backward compatibility with prior Ansible releases. A future Ansible release will default to using the discovered platform python for this host. See https://docs.ansible.com/ansible /2.9/reference_appendices/interpreter_discovery.html for more information. This feature will be removed in version 2.12. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
* Rename DESTROY_VOLUME -> DESTROY_VPSEuAndreh2020-08-021-1/+1
|
* Revert "provision.env.yaml: Tweak relative paths"EuAndreh2020-08-021-6/+6
| | | | | | | This reverts commit cb15c40682b990697087380e102cd39fca47f6d9. Instead of the previous solution, copy the provision.yaml file before running the Ansible playbook.
* provision.env.yaml: Tweak relative pathsEuAndreh2020-08-021-6/+6
| | | | | This is a sub-optimal solution, since provision.env.yaml itself is in a different path from the generated one.
* provision.yaml: Use environment value of VPS_VOLUME_NAMEEuAndreh2020-08-021-0/+48