Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Migration: Remove Ansible and Docker code, move only to NixOS | EuAndreh | 2020-08-10 | 1 | -47/+0 |
| | |||||
* | Remove gpodder.net sync software from the server | EuAndreh | 2020-08-06 | 1 | -6/+0 |
| | |||||
* | Align Ansible with_items list | EuAndreh | 2020-08-05 | 1 | -8/+8 |
| | |||||
* | Remove FIXME comment | EuAndreh | 2020-08-05 | 1 | -1/+0 |
| | |||||
* | Custom vhost body size configuration for Nextcloud | EuAndreh | 2020-08-05 | 1 | -1/+8 |
| | |||||
* | Create dockerfiles directory before copying dockerfiles | EuAndreh | 2020-08-05 | 1 | -6/+12 |
| | |||||
* | Checkpoint: working Nextcloud installation with configured trusted domains | EuAndreh | 2020-08-05 | 1 | -1/+1 |
| | |||||
* | provision.env.yaml: Stop installing Python 2 | EuAndreh | 2020-08-02 | 1 | -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_VPS | EuAndreh | 2020-08-02 | 1 | -1/+1 |
| | |||||
* | Revert "provision.env.yaml: Tweak relative paths" | EuAndreh | 2020-08-02 | 1 | -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 paths | EuAndreh | 2020-08-02 | 1 | -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_NAME | EuAndreh | 2020-08-02 | 1 | -0/+48 |