Compare commits

..

4 Commits

4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
namespace: finallycoffee
name: base
version: 0.1.0
version: 0.1.1
readme: README.md
authors:
- transcaffeine <transcaffeine@finally.coffee>

View File

@ -1,6 +1,6 @@
---
lego_user: "lego"
lego_version: "4.17.4"
lego_version: "4.18.0"
lego_instance: default
lego_base_path: "/opt/lego"
lego_cert_user: "acme-{{ lego_instance }}"

View File

@ -1,6 +1,6 @@
---
mariadb_version: "10.11.6"
mariadb_version: "10.11.9"
mariadb_base_path: /var/lib/mariadb
mariadb_data_path: "{{ mariadb_base_path }}/{{ mariadb_version }}"

View File

@ -1,6 +1,6 @@
---
nginx_version: "1.25.3"
nginx_version: "1.26.2"
nginx_flavour: alpine
nginx_base_path: /opt/nginx
nginx_config_file: "{{ nginx_base_path }}/nginx.conf"